Class SubscriptionRequest


  • public final class SubscriptionRequest
    extends Object
    A SubscriptionRequest is a message send to the notification server when subscribing to a topic.
    • Method Detail

      • getId

        public String getId()
        Returns this message's correlation id.
        Returns:
        this message's correlation id.
      • getTopic

        public String getTopic()
        Returns the topic name.
        Returns:
        the topic name.
      • getAction

        public org.forgerock.openig.tools.notifications.ws.SubscriptionRequest.Action getAction()
        Returns this message's action.
        Returns:
        this message's action.