Class RecurringJobPostProcessor

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.InitializingBean, org.springframework.context.EmbeddedValueResolverAware

    public class RecurringJobPostProcessor
    extends java.lang.Object
    implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.EmbeddedValueResolverAware, org.springframework.beans.factory.InitializingBean
    • Constructor Summary

      Constructors 
      Constructor Description
      RecurringJobPostProcessor​(org.jobrunr.scheduling.JobScheduler jobScheduler)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterPropertiesSet()  
      java.lang.Object postProcessAfterInitialization​(java.lang.Object bean, java.lang.String beanName)  
      void setEmbeddedValueResolver​(org.springframework.util.StringValueResolver resolver)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor

        postProcessBeforeInitialization
    • Constructor Detail

      • RecurringJobPostProcessor

        public RecurringJobPostProcessor​(org.jobrunr.scheduling.JobScheduler jobScheduler)
    • Method Detail

      • postProcessAfterInitialization

        public java.lang.Object postProcessAfterInitialization​(java.lang.Object bean,
                                                               java.lang.String beanName)
                                                        throws org.springframework.beans.BeansException
        Specified by:
        postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
        Throws:
        org.springframework.beans.BeansException
      • setEmbeddedValueResolver

        public void setEmbeddedValueResolver​(org.springframework.util.StringValueResolver resolver)
        Specified by:
        setEmbeddedValueResolver in interface org.springframework.context.EmbeddedValueResolverAware
      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean