| Name | |
|---|---|
| void | create(MamaTransport transport, String topic) |
| void | create(MamaTransport transport, String topic, String source) |
| void | create(MamaTransport transport, MamaQueue queue, String topic, MamaPublisherCallback cb, Object closure) |
| void | create(MamaTransport transport, MamaQueue queue, String topic, String source, MamaPublisherCallback cb, Object closure) |
| Object | getClosure() |
| native void | destroy() |
| native void | destroyEx() |
| void | send(MamaMsg msg) |
| void | sendWithThrottle(MamaMsg msg) |
| void | sendWithThrottle(MamaMsg msg, MamaThrottleCallback callback) |
| void | sendReplyToInbox(MamaMsg request, MamaMsg reply) |
| void | sendReplyToInboxWithThrottle(MamaMsg request, MamaMsg reply) |
| void | sendFromInbox(MamaInbox inbox, MamaMsg msg) |
| MamaTransport | getTransport() |
| native String | getRoot() |
| native String | getSource() |
| native String | getSymbol() |
| native short | getState() |
| native String | stringForState(short state) |
inline void create(
MamaTransport transport,
String topic
)
inline void create(
MamaTransport transport,
String topic,
String source
)
inline void create(
MamaTransport transport,
MamaQueue queue,
String topic,
MamaPublisherCallback cb,
Object closure
)
inline void create(
MamaTransport transport,
MamaQueue queue,
String topic,
String source,
MamaPublisherCallback cb,
Object closure
)
inline Object getClosure()
native void destroy()
native void destroyEx()
inline void send(
MamaMsg msg
)
inline void sendWithThrottle(
MamaMsg msg
)
inline void sendWithThrottle(
MamaMsg msg,
MamaThrottleCallback callback
)
inline void sendReplyToInbox(
MamaMsg request,
MamaMsg reply
)
inline void sendReplyToInboxWithThrottle(
MamaMsg request,
MamaMsg reply
)
inline void sendFromInbox(
MamaInbox inbox,
MamaMsg msg
)
inline MamaTransport getTransport()
native String getRoot()
native String getSource()
native String getSymbol()
native short getState()
native String stringForState(
short state
)
Updated on 2023-03-31 at 15:29:43 +0100