P - The type of the payload published.public interface IPublisherManager<P>
| Modifier and Type | Method and Description |
|---|---|
int |
getMaximumMessageSize()
Return the maximum allowed size of a message in bytes.
|
IPublisher<P> |
getPublisherByName(String topicId)
Get the IPublisher for the given named topic.
|
IPublisher<P> |
getPublisherByName(String serviceId,
String topicId)
Get the IPublisher for the given named topic.
|
IPublisher<P> getPublisherByName(String topicId)
topicId - The actual name of a topic.IPublisher<P> getPublisherByName(String serviceId, String topicId)
serviceId - The ID of the service which owns the topic.topicId - The actual name of a topic.int getMaximumMessageSize()
Copyright © 2018 Symphony Software Foundation. All rights reserved.