Uses of Interface
com.microsoft.azure.servicebus.ICloseable
-
Packages that use ICloseable Package Description com.microsoft.azure.servicebus -
-
Uses of ICloseable in com.microsoft.azure.servicebus
Subinterfaces of ICloseable in com.microsoft.azure.servicebus Modifier and Type Interface Description interfaceIMessageEntityClientRepresents a messaging client to an Azure Service Bus entity.interfaceIMessageReceiverDefines message receiver interface.interfaceIMessageSenderRepresents a message sender that sends messages to Azure Service Bus.interfaceIMessageSessionDescribes a Session object.interfaceIQueueClientQueueClient can be used for all basic interactions with a Service Bus Queue.interfaceISubscriptionClientSubscriptionClient can be used for all basic interactions with a Service Bus Subscription.interfaceITopicClientTopicClient can be used for all basic interactions with a Service Bus topic.Classes in com.microsoft.azure.servicebus that implement ICloseable Modifier and Type Class Description classMessageSessionclassQueueClientclassSubscriptionClientclassTopicClientThe topic client that interacts with service bus topic.
-