Package joynr.system
Interface MessageNotificationProxy
-
- All Superinterfaces:
JoynrBroadcastSubscriptionInterface,MessageNotification,MessageNotificationAsync,MessageNotificationBroadcastInterface,MessageNotificationStatelessAsync,MessageNotificationSync
public interface MessageNotificationProxy extends MessageNotificationAsync, MessageNotificationStatelessAsync, MessageNotificationSync, MessageNotificationBroadcastInterface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface joynr.system.MessageNotificationBroadcastInterface
MessageNotificationBroadcastInterface.MessageQueuedForDeliveryBroadcastAdapter, MessageNotificationBroadcastInterface.MessageQueuedForDeliveryBroadcastFilterParameters, MessageNotificationBroadcastInterface.MessageQueuedForDeliveryBroadcastListener
-
-
Field Summary
Fields Modifier and Type Field Description static StringINTERFACE_NAME
-
Method Summary
-
Methods inherited from interface joynr.system.MessageNotificationBroadcastInterface
subscribeToMessageQueuedForDeliveryBroadcast, subscribeToMessageQueuedForDeliveryBroadcast, unsubscribeFromMessageQueuedForDeliveryBroadcast
-
-
-
-
Field Detail
-
INTERFACE_NAME
static final String INTERFACE_NAME
- See Also:
- Constant Field Values
-
-