com.ibm.websphere.webmsg.publisher

Interface Publisher

  • All Known Implementing Classes:
    JmsPublisher


    public interface Publisher
    Interface defining how events are published to interested parties. Implementations are responsible for taking an event and routing it to interested parties.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void close()
      Close publisher, includes shutting down any connections, etc.
      void initialize(PublisherContext context)
      Initialize the publisher.
      void publish(WebMessage message)
      Publish given message to interested parties.
IBM WebSphere Application Server [webmsg.publisher]