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.vertx.pgclient.PgConnectOptions pgConnectOptions,
                                                    io.vertx.sqlclient.PoolOptions poolOptions,
                                                    Optional<Clock> clock)
    • Method Detail

      • pool

        @Bean
        public io.vertx.sqlclient.Pool pool()
      • configureTasks

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