Class EventHandlerConfiguration

    • Constructor Detail

      • EventHandlerConfiguration

        public EventHandlerConfiguration()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Checks if the audit event handler is enabled.
        Returns:
        True - If the audit event handler is enabled. False - If the audit event handler is disabled.
      • setEnabled

        public void setEnabled​(boolean enabled)
        Sets the enabled flag for an audit event handler.
        Parameters:
        enabled - True - Enable the audit event handler. False - Disable the audit event handler.
      • getName

        public String getName()
        Returns the name of this handler.
        Returns:
        the name
      • setName

        public void setName​(String name)
        Sets the name of this handler.
        Parameters:
        name - The name
      • getTopics

        public Set<String> getTopics()
        Returns the names of the topics accepted by this handler.
        Returns:
        the set of topic names
      • setTopics

        public void setTopics​(Set<String> topics)
        Sets the topics accepted by this handler.
        Parameters:
        topics - The names of all accepted topics