Uses of Interface
org.symphonyoss.s2.fugue.pubsub.IPublisher
-
-
Uses of IPublisher in org.symphonyoss.s2.fugue.pubsub
Methods in org.symphonyoss.s2.fugue.pubsub that return IPublisher Modifier and Type Method Description IPublisherAbstractPublisherManager. getPublisherByName(String topicId)IPublisherAbstractPublisherManager. getPublisherByName(String serviceId, String topicId)IPublisherIPublisherManager. getPublisherByName(String topicId)Get the IPublisher for the given named topic.IPublisherIPublisherManager. getPublisherByName(String serviceId, String topicId)Get the IPublisher for the given named topic.IPublisherIPublisherManager. getPublisherByName(org.symphonyoss.s2.fugue.naming.TopicName topicName)Get the IPublisher for the given named topic.
-