Provides an object-oriented callback interface for MamaPublisher’s sendWithThrottle and sendFromInboxWithThrottle methods
Name | |
---|---|
void | onSendComplete(MamaPublisher publisher, MamaMsg message, MamaStatus.mamaStatus status, object closure) Prototype for callback invoked when a message sent with either mamaPublisher_sendWithThrottle() or mamaPublisher_sendFromInboxWithThrottle() has been sent from the throttle queue. |
void onSendComplete(
MamaPublisher publisher,
MamaMsg message,
MamaStatus.mamaStatus status,
object closure
)
Prototype for callback invoked when a message sent with either mamaPublisher_sendWithThrottle() or mamaPublisher_sendFromInboxWithThrottle() has been sent from the throttle queue.
Parameters:
Messages sent on the throttle queue are no longer destroyed by the API. It is the responsibility of the application developer to manage the lifecycle of any messages sent on the throttle.
Updated on 2023-03-31 at 15:29:33 +0100