Interface MessageFlushCallback
-
public interface MessageFlushCallback
Functor interface for receiving message flush events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCallbackInvoked(int errorCode)
Invoked when a message has been flushed to the underlying transport mechanism.
-