com.ibm.broker.config.proxy

Class EventProxy.Publisher

  • java.lang.Object
    • com.ibm.broker.config.proxy.EventProxy.Publisher
  • Enclosing class:
    EventProxy


    public class EventProxy.Publisher
    extends java.lang.Object
    A small class that represents a publisher for an event. Instances are generated on demand from the getPublisher() methods.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getIdentifier()
      Returns the identifier of the publisher
      java.lang.String getTopic()
      Returns the Topic of the event
      java.lang.String getUniqueFlowName()
      Returns the Topic of the event
      java.lang.String getURI()
      Returns the uri of the publisher
      java.lang.String getUUID()
      Returns the UUID of the event
      boolean isEmitting()
      Indicates if this publisher is actively emitting events
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
        Returns the identifier of the publisher
      • getURI

        public java.lang.String getURI()
        Returns the uri of the publisher
      • getUUID

        public java.lang.String getUUID()
        Returns the UUID of the event
      • getTopic

        public java.lang.String getTopic()
        Returns the Topic of the event
      • getUniqueFlowName

        public java.lang.String getUniqueFlowName()
        Returns the Topic of the event
      • isEmitting

        public boolean isEmitting()
        Indicates if this publisher is actively emitting events
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object