Class AlfrescoEventsProperties
- java.lang.Object
-
- org.alfresco.event.sdk.autoconfigure.AlfrescoEventsProperties
-
@ConfigurationProperties(prefix="alfresco.events") public class AlfrescoEventsProperties extends Object
Define the properties that allow the configuration of the Alfresco Java Events API SDK for Spring Boot.
-
-
Constructor Summary
Constructors Constructor Description AlfrescoEventsProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTopicName()booleanisEnableHandlers()booleanisEnableSpringIntegration()voidsetEnableHandlers(boolean enableHandlers)voidsetEnableSpringIntegration(boolean enableSpringIntegration)voidsetTopicName(String topicName)
-
-
-
Method Detail
-
getTopicName
public String getTopicName()
-
setTopicName
public void setTopicName(String topicName)
-
isEnableSpringIntegration
public boolean isEnableSpringIntegration()
-
setEnableSpringIntegration
public void setEnableSpringIntegration(boolean enableSpringIntegration)
-
isEnableHandlers
public boolean isEnableHandlers()
-
setEnableHandlers
public void setEnableHandlers(boolean enableHandlers)
-
-