Name | |
---|---|
MamaPublishTopic(String symbol, MamaDQPublisher dqPublisher, Object cache) | |
MamaDQPublisher | getPublisher() |
Object | getCache() |
String | getSymbol() |
class com::wombat::mama::MamaDQPublisherManager::MamaPublishTopic;
This class is used to contain information on each publisher within the MamaDQPublisherManager
inline MamaPublishTopic(
String symbol,
MamaDQPublisher dqPublisher,
Object cache
)
Parameters:
Constructor for MamaPublishTopic
inline MamaDQPublisher getPublisher()
Return: MamaDQPublisher The publisher
Return the publisher for the MamaPublishTopic
inline Object getCache()
Return: Object The cache
Return the cache for the MamaPublishTopic
inline String getSymbol()
Return: String The symbol
Return the symbol for the MamaPublishTopic
Updated on 2023-03-31 at 15:29:42 +0100