Differences between the Publisher/Subscriber interface and Client/Server interface in EII.
What are the differences in application between the different interfaces (publisher/subscriber and client/server) in EII?
The Publisher and Subscriber interface is used to subscribe data, process it, then publish that processed data. This data can be subscribed to from multiple (or the same) topic.
The Server and Client interface is used for request responses. The Client makes an explicit request for some specific data from the sever.