Class 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 Detail

      • AlfrescoEventsProperties

        public AlfrescoEventsProperties()
    • 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)