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