Uses of Interface
com.microsoft.azure.servicebus.IMessageEntityClient
-
Packages that use IMessageEntityClient Package Description com.microsoft.azure.servicebus -
-
Uses of IMessageEntityClient in com.microsoft.azure.servicebus
Subinterfaces of IMessageEntityClient in com.microsoft.azure.servicebus Modifier and Type Interface Description interface
IMessageReceiver
Defines message receiver interface.interface
IMessageSender
Represents a message sender that sends messages to Azure Service Bus.interface
IMessageSession
Describes a Session object.interface
IQueueClient
QueueClient can be used for all basic interactions with a Service Bus Queue.interface
ISubscriptionClient
SubscriptionClient can be used for all basic interactions with a Service Bus Subscription.interface
ITopicClient
TopicClient can be used for all basic interactions with a Service Bus topic.Classes in com.microsoft.azure.servicebus that implement IMessageEntityClient Modifier and Type Class Description class
MessageSession
class
QueueClient
class
SubscriptionClient
class
TopicClient
The topic client that interacts with service bus topic.
-