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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
org.springframework.beans.factory.BeanFactory
org.apache.camel.cluster.CamelClusterService
org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository>
getName()
com.broadleafcommerce.common.messaging.notification.NotificationHandler
com.broadleafcommerce.common.messaging.notification.RetryClusterService
Class<?>
com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
getProps()
com.broadleafcommerce.common.extension.data.DataRouteReference
org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.NotificationStateRepository>
int
hashCode()
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) toString()
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 interfaceorg.springframework.beans.factory.FactoryBean<com.broadleafcommerce.common.messaging.notification.RetryClusterService>
-
getObjectType
- Specified by:
getObjectType
in interfaceorg.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
-
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
-
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) - Specified by:
setBeanFactory
in interfaceorg.springframework.beans.factory.BeanFactoryAware
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-