Classes Files

com::wombat::mama::MamaDQPublisherManager::MamaPublishTopic

More…

Public Functions

  Name
  MamaPublishTopic(String symbol, MamaDQPublisher dqPublisher, Object cache)
MamaDQPublisher getPublisher()
Object getCache()
String getSymbol()

Detailed Description

class com::wombat::mama::MamaDQPublisherManager::MamaPublishTopic;

This class is used to contain information on each publisher within the MamaDQPublisherManager

Public Functions Documentation

function MamaPublishTopic

inline MamaPublishTopic(
    String symbol,
    MamaDQPublisher dqPublisher,
    Object cache
)

Parameters:

  • symbol The symbol
  • dqPublisher The publisher
  • cache The cache

Constructor for MamaPublishTopic

function getPublisher

inline MamaDQPublisher getPublisher()

Return: MamaDQPublisher The publisher

Return the publisher for the MamaPublishTopic

function getCache

inline Object getCache()

Return: Object The cache

Return the cache for the MamaPublishTopic

function getSymbol

inline String getSymbol()

Return: String The symbol

Return the symbol for the MamaPublishTopic


Updated on 2023-03-31 at 15:29:42 +0100