Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Analysis

The EPS service enables devices and systems that generate events/data/messages needed by other consumers to publish those events to an intermediary that is responsible for their subsequent distribution to interested parties.

EPS specifies following interface for event publication.

     PublicationIFace

    

1) Publish Event: This operation allows a publisher to publish an event to an already defined topic. The publisher must have access to publish on the specific topic.After successful of publish event, The message now appears in the topic and subscribers are notified.

Inputs: Topic Id or Topic Path, Message/Event

Output: Message Id

             

 

 

 

 

  • No labels