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 topicName)
Get the IPublisher for the given named topic.
|
IPublisher<P> |
getTracePublisher()
Return the publisher for trace events.
|
IPublisher<P> getPublisherByName(String topicName)
topicName - The actual name of a topic.IPublisher<P> getTracePublisher()
int getMaximumMessageSize()
Copyright © 2018 Symphony Software Foundation. All rights reserved.