Name | |
---|---|
MamaDQPublisher() | |
void | create(MamaTransport transport, String topic) |
void | send(MamaMsg msg) |
void | sendReply(MamaMsg request, MamaMsg reply) |
void | destroy() |
void | setStatus(int status) |
void | setSenderId(long id) |
void | setSeqNum(long num) |
void | setCache(Object cache) |
Object | getCache() |
class com::wombat::mama::MamaDQPublisher;
See: Mama
The [MamaDQPublisher](classcom_1_1wombat_1_1mama_1_1MamaDQPublisher.html)
interface represents a subscription for a symbol. It can also allow for the broadcast and point-to-point publishing of messages to clients.
inline MamaDQPublisher()
Constructor for MamaDQPublisher
inline void create(
MamaTransport transport,
String topic
)
Parameters:
Create a new MamaDQPublisher
inline void send(
MamaMsg msg
)
Parameters:
Send a message (broadcast) from the MamaDQPublisher
inline void sendReply(
MamaMsg request,
MamaMsg reply
)
Parameters:
Send a message (point-to-point) from the MamaDQPublisher
inline void destroy()
Destroy the MamaDQPublisher
inline void setStatus(
int status
)
Parameters:
Set the status for the MamaDQPublisher
inline void setSenderId(
long id
)
Parameters:
Set the sender ID for the MamaDQPublisher
inline void setSeqNum(
long num
)
Parameters:
Set the message sequence number for the MamaDQPublisher
inline void setCache(
Object cache
)
Parameters:
Set a cache for the MamaDQPublisher
inline Object getCache()
Return: Object The cache for the publisher
Return the cache for the MamaDQPublisher
Updated on 2023-03-31 at 15:29:42 +0100