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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetEnableHandlers(boolean enableHandlers) voidsetEnableSpringIntegration(boolean enableSpringIntegration) voidsetTopicName(String topicName)
-
Constructor Details
-
AlfrescoEventsProperties
public AlfrescoEventsProperties()
-
-
Method Details
-
getTopicName
-
setTopicName
-
isEnableSpringIntegration
public boolean isEnableSpringIntegration() -
setEnableSpringIntegration
public void setEnableSpringIntegration(boolean enableSpringIntegration) -
isEnableHandlers
public boolean isEnableHandlers() -
setEnableHandlers
public void setEnableHandlers(boolean enableHandlers)
-