Uses of Interface
com.microsoft.azure.servicebus.IMessageBrowser
-
Packages that use IMessageBrowser Package Description com.microsoft.azure.servicebus -
-
Uses of IMessageBrowser in com.microsoft.azure.servicebus
Subinterfaces of IMessageBrowser in com.microsoft.azure.servicebus Modifier and Type Interface Description interface
IMessageReceiver
Defines message receiver interface.interface
IMessageSession
Describes a Session object.interface
ITopicClient
TopicClient can be used for all basic interactions with a Service Bus topic.Classes in com.microsoft.azure.servicebus that implement IMessageBrowser Modifier and Type Class Description class
MessageSession
class
TopicClient
The topic client that interacts with service bus topic.
-