public class FilePerTopicPublisherManager extends AbstractPublisherManager<String,FilePerTopicPublisherManager>
| Constructor and Description |
|---|
FilePerTopicPublisherManager(File rootDir,
INameFactory nameFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertConfigurable() |
void |
flush() |
int |
getMaximumMessageSize()
Return the maximum allowed size of a message in bytes.
|
IPublisher<String> |
getPublisherByName(String topicName)
Get the IPublisher for the given named topic.
|
protected void |
setLifeCycleState(FugueLifecycleState arg0) |
void |
start() |
void |
stop() |
getTracePublisherclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComponentId, getComponentState, getComponentStatusMessagepublic FilePerTopicPublisherManager(File rootDir, INameFactory nameFactory)
public void start()
public void stop()
public void flush()
public IPublisher<String> getPublisherByName(String topicName)
IPublisherManagertopicName - The actual name of a topic.public int getMaximumMessageSize()
IPublisherManagerprotected void assertConfigurable()
protected void setLifeCycleState(FugueLifecycleState arg0)
Copyright © 2018 Symphony Software Foundation. All rights reserved.