Interface ListenerConfig

    • Method Detail

      • getListenerClassName

        @NotNull
        @NotNull String getListenerClassName()
        Gets the value of the listenerClassName property. The name of a class that can act as a listener for alerts. Non-empty string containing a Java class name.
        Returns:
        possible object is String
      • getSubscribeListenerWith

        @NotNull
        @NotNull String getSubscribeListenerWith()
        Gets the value of the subscribeListenerWith property. A list of managed object names that the listener should be subscribed to. A non-empty, comma separated list.
        Returns:
        possible object is String