Class JobRunrSqlStorageAutoConfiguration


  • @Configuration
    @ConditionalOnBean(javax.sql.DataSource.class)
    public class JobRunrSqlStorageAutoConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jobrunr.storage.StorageProvider sqlStorageProvider​(javax.sql.DataSource dataSource, org.jobrunr.jobs.mappers.JobMapper jobMapper, org.springframework.core.env.Environment environment)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JobRunrSqlStorageAutoConfiguration

        public JobRunrSqlStorageAutoConfiguration()
    • Method Detail

      • sqlStorageProvider

        @Bean(name="storageProvider")
        @ConditionalOnMissingBean
        public org.jobrunr.storage.StorageProvider sqlStorageProvider​(javax.sql.DataSource dataSource,
                                                                      org.jobrunr.jobs.mappers.JobMapper jobMapper,
                                                                      org.springframework.core.env.Environment environment)