public static class MessageNotificationBroadcastInterface.MessageQueuedForDeliveryBroadcastAdapter extends Object implements MessageNotificationBroadcastInterface.MessageQueuedForDeliveryBroadcastListener
| Constructor and Description |
|---|
MessageQueuedForDeliveryBroadcastAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onError(SubscriptionException error)
Gets called if the subscription registration failed at the provider.
|
void |
onReceive(String participantId,
String messageType) |
void |
onSubscribed(String subscriptionId)
Gets called when the subscription is successfully registered at the provider.
|
public MessageQueuedForDeliveryBroadcastAdapter()
public void onReceive(String participantId, String messageType)
onReceive in interface MessageNotificationBroadcastInterface.MessageQueuedForDeliveryBroadcastListenerpublic void onError(SubscriptionException error)
BroadcastSubscriptionListeneronError in interface BroadcastSubscriptionListenererror - JoynrRuntimeException describing the errorpublic void onSubscribed(String subscriptionId)
SubscriptionListeneronSubscribed in interface SubscriptionListenersubscriptionId - the subscription id of the subscription as stringCopyright © 2021. All rights reserved.