Class ReactivePostgresSessionConfiguration

  • All Implemented Interfaces:
    org.springframework.scheduling.annotation.SchedulingConfigurer

    @Configuration
    @EnableScheduling
    public class ReactivePostgresSessionConfiguration
    extends Object
    implements org.springframework.scheduling.annotation.SchedulingConfigurer
    • Constructor Detail

      • ReactivePostgresSessionConfiguration

        public ReactivePostgresSessionConfiguration​(io.reactiverse.pgclient.PgPoolOptions pgPoolOptions,
                                                    Optional<Clock> clock)
    • Method Detail

      • reactivePostgresSerializationStrategy

        @Bean
        public SerializationStrategy reactivePostgresSerializationStrategy()
      • pgPool

        @Bean
        public io.reactiverse.pgclient.PgPool pgPool()
      • configureTasks

        public void configureTasks​(org.springframework.scheduling.config.ScheduledTaskRegistrar scheduledTaskRegistrar)
        Specified by:
        configureTasks in interface org.springframework.scheduling.annotation.SchedulingConfigurer