public static class MessagingControl.SendCallback.Default extends Callback.Default implements MessagingControl.SendCallback
MessagingControl.SendCallback
.
This simply logs onComplete calls at 'debug' level. This method may be overridden to perform a more specific action.
MessagingControl.SendCallback.Default
Constructor and Description |
---|
MessagingControl.SendCallback.Default() |
Modifier and Type | Method and Description |
---|---|
void |
onComplete()
Called to indicate that the sent message has been received by the
target session - the receiving session must be connected and have a stream
that matches the topic path.
|
onDiscard
public MessagingControl.SendCallback.Default()
public void onComplete()
MessagingControl.SendCallback
onDiscard
will be called instead and an
error will be dispatched to the session error handler.onComplete
in interface MessagingControl.SendCallback
Copyright © 2016 Push Technology Ltd. All Rights Reserved.