C
- context object typepublic static interface MessagingControl.SendContextCallback<C> extends ContextCallback<C>
Modifier and Type | Interface and Description |
---|---|
static class |
MessagingControl.SendContextCallback.Default<C>
Default implementation of
MessagingControl.SendContextCallback . |
Modifier and Type | Method and Description |
---|---|
void |
onComplete(C context)
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
void onComplete(C context)
onDiscard
will be
called instead and an error will be dispatched to the session error handler.context
- the context object the application supplied when
making the call; may be null
Copyright © 2016 Push Technology Ltd. All Rights Reserved.