Class PubSubService

  • All Implemented Interfaces:
    Addressable

    public final class PubSubService
    extends Object
    implements Addressable
    This class acts a facade to deal with a remote pubsub service.

    E.g. it lets you get all your subscriptions on the service, let's you work with nodes (e.g. subscribe to nodes) or let's you discover the features provided by the remote service.

    To work with pubsub nodes, create a local node instance, which can be used to work the remote node (e.g. subscribe to the node).