Class RetryClusterServiceRegistrar.RetryClusterServiceFactoryBean

java.lang.Object
com.broadleafcommerce.data.tracking.jpa.messaging.RetryClusterServiceRegistrar.RetryClusterServiceFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<com.broadleafcommerce.common.messaging.notification.RetryClusterService>
Enclosing class:
RetryClusterServiceRegistrar

public static class RetryClusterServiceRegistrar.RetryClusterServiceFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<com.broadleafcommerce.common.messaging.notification.RetryClusterService>, org.springframework.beans.factory.BeanFactoryAware
  • Field Summary

    Fields inherited from interface org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    boolean
     
    org.springframework.beans.factory.BeanFactory
     
    org.apache.camel.cluster.CamelClusterService
     
    org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository>
     
     
    com.broadleafcommerce.common.messaging.notification.NotificationHandler
     
    com.broadleafcommerce.common.messaging.notification.RetryClusterService
     
     
    com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
     
    com.broadleafcommerce.common.extension.data.DataRouteReference
     
    org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.NotificationStateRepository>
     
    int
     
    void
    setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
     
    void
    setCamelClusterService(org.apache.camel.cluster.CamelClusterService camelClusterService)
     
    void
    setIgnoredRepositories(org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories)
     
    void
     
    void
    setNotificationHandler(com.broadleafcommerce.common.messaging.notification.NotificationHandler notificationHandler)
     
    void
    setProps(com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties props)
     
    void
    setReference(com.broadleafcommerce.common.extension.data.DataRouteReference reference)
     
    void
    setRepositories(org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.NotificationStateRepository> repositories)
     
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.springframework.beans.factory.FactoryBean

    isSingleton
  • Constructor Details

    • RetryClusterServiceFactoryBean

      public RetryClusterServiceFactoryBean()
  • Method Details

    • getObject

      public com.broadleafcommerce.common.messaging.notification.RetryClusterService getObject()
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<com.broadleafcommerce.common.messaging.notification.RetryClusterService>
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<com.broadleafcommerce.common.messaging.notification.RetryClusterService>
    • getCamelClusterService

      public org.apache.camel.cluster.CamelClusterService getCamelClusterService()
    • getProps

      public com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties getProps()
    • getRepositories

      public org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.NotificationStateRepository> getRepositories()
    • getNotificationHandler

      public com.broadleafcommerce.common.messaging.notification.NotificationHandler getNotificationHandler()
    • getIgnoredRepositories

      public org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> getIgnoredRepositories()
    • getReference

      public com.broadleafcommerce.common.extension.data.DataRouteReference getReference()
    • getName

      public String getName()
    • getBeanFactory

      public org.springframework.beans.factory.BeanFactory getBeanFactory()
    • setCamelClusterService

      public void setCamelClusterService(org.apache.camel.cluster.CamelClusterService camelClusterService)
    • setProps

      public void setProps(com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties props)
    • setRepositories

      public void setRepositories(org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.NotificationStateRepository> repositories)
    • setNotificationHandler

      public void setNotificationHandler(com.broadleafcommerce.common.messaging.notification.NotificationHandler notificationHandler)
    • setIgnoredRepositories

      public void setIgnoredRepositories(org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories)
    • setReference

      public void setReference(com.broadleafcommerce.common.extension.data.DataRouteReference reference)
    • setName

      public void setName(String name)
    • setBeanFactory

      public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
      Specified by:
      setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object