Class JobRunrJedisStorageAutoConfiguration


  • @Configuration
    @ConditionalOnBean(redis.clients.jedis.JedisPool.class)
    public class JobRunrJedisStorageAutoConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jobrunr.storage.StorageProvider jedisStorageProvider​(redis.clients.jedis.JedisPool jedisPool, org.jobrunr.jobs.mappers.JobMapper jobMapper)  
      • Methods inherited from class java.lang.Object

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

      • JobRunrJedisStorageAutoConfiguration

        public JobRunrJedisStorageAutoConfiguration()
    • Method Detail

      • jedisStorageProvider

        @Bean(name="storageProvider",
              destroyMethod="close")
        @ConditionalOnMissingBean
        public org.jobrunr.storage.StorageProvider jedisStorageProvider​(redis.clients.jedis.JedisPool jedisPool,
                                                                        org.jobrunr.jobs.mappers.JobMapper jobMapper)