Uses of Interface
com.microsoft.azure.servicebus.IMessageReceiver
-
Packages that use IMessageReceiver Package Description com.microsoft.azure.servicebus -
-
Uses of IMessageReceiver in com.microsoft.azure.servicebus
Subinterfaces of IMessageReceiver in com.microsoft.azure.servicebus Modifier and Type Interface Description interfaceIMessageSessionDescribes a Session object.Classes in com.microsoft.azure.servicebus that implement IMessageReceiver Modifier and Type Class Description classMessageSessionMethods in com.microsoft.azure.servicebus that return IMessageReceiver Modifier and Type Method Description static IMessageReceiverClientFactory. createMessageReceiverFromConnectionString(String amqpConnectionString)CreateIMessageReceiverin defaultReceiveMode.PEEKLOCKmode from service bus connection string with Shared Access Signaturesstatic IMessageReceiverClientFactory. createMessageReceiverFromConnectionString(String amqpConnectionString, ReceiveMode receiveMode)CreateIMessageReceiverin defaultReceiveMode.PEEKLOCKmode from service bus connection string with Shared Access Signaturesstatic IMessageReceiverClientFactory. createMessageReceiverFromConnectionStringBuilder(ConnectionStringBuilder amqpConnectionStringBuilder)CreateIMessageReceiverin defaultReceiveMode.PEEKLOCKmode from ConnectionStringBuilderstatic IMessageReceiverClientFactory. createMessageReceiverFromConnectionStringBuilder(ConnectionStringBuilder amqpConnectionStringBuilder, ReceiveMode receiveMode)CreateIMessageReceiverfrom ConnectionStringBuilderstatic IMessageReceiverClientFactory. createMessageReceiverFromEntityPath(MessagingFactory messagingFactory, String entityPath)Creates a message receiver to the entity.static IMessageReceiverClientFactory. createMessageReceiverFromEntityPath(MessagingFactory messagingFactory, String entityPath, ReceiveMode receiveMode)Creates a message receiver to the entity.static IMessageReceiverClientFactory. createMessageReceiverFromEntityPath(String namespaceName, String entityPath, ClientSettings clientSettings)Creates a message receiver to the entity using the client settings in PeekLock modestatic IMessageReceiverClientFactory. createMessageReceiverFromEntityPath(String namespaceName, String entityPath, ClientSettings clientSettings, ReceiveMode receiveMode)Creates a message receiver to the entity using the client settings.static IMessageReceiverClientFactory. createMessageReceiverFromEntityPath(URI namespaceEndpointURI, String entityPath, ClientSettings clientSettings)Creates a message receiver to the entity using the client settings in PeekLock modestatic IMessageReceiverClientFactory. createMessageReceiverFromEntityPath(URI namespaceEndpointURI, String entityPath, ClientSettings clientSettings, ReceiveMode receiveMode)Creates a message receiver to the entity using the client settings.Methods in com.microsoft.azure.servicebus that return types with arguments of type IMessageReceiver Modifier and Type Method Description static CompletableFuture<IMessageReceiver>ClientFactory. createMessageReceiverFromConnectionStringAsync(String amqpConnectionString)CreateIMessageReceiverin defaultReceiveMode.PEEKLOCKmode asynchronously from connection string with Shared Access Signaturesstatic CompletableFuture<IMessageReceiver>ClientFactory. createMessageReceiverFromConnectionStringAsync(String amqpConnectionString, ReceiveMode receiveMode)CreateIMessageReceiverin defaultReceiveMode.PEEKLOCKmode asynchronously from connection string with Shared Access Signaturesstatic CompletableFuture<IMessageReceiver>ClientFactory. createMessageReceiverFromConnectionStringBuilderAsync(ConnectionStringBuilder amqpConnectionStringBuilder)CreateIMessageReceiverin defaultReceiveMode.PEEKLOCKmode asynchronously from ConnectionStringBuilderstatic CompletableFuture<IMessageReceiver>ClientFactory. createMessageReceiverFromConnectionStringBuilderAsync(ConnectionStringBuilder amqpConnectionStringBuilder, ReceiveMode receiveMode)CreateIMessageReceiverasynchronously from ConnectionStringBuilderstatic CompletableFuture<IMessageReceiver>ClientFactory. createMessageReceiverFromEntityPathAsync(MessagingFactory messagingFactory, String entityPath)Asynchronously creates a new message receiver to the entity on the messagingFactory.static CompletableFuture<IMessageReceiver>ClientFactory. createMessageReceiverFromEntityPathAsync(MessagingFactory messagingFactory, String entityPath, ReceiveMode receiveMode)Asynchronously creates a new message receiver to the entity on the messagingFactory.static CompletableFuture<IMessageReceiver>ClientFactory. createMessageReceiverFromEntityPathAsync(String namespaceName, String entityPath, ClientSettings clientSettings)Asynchronously creates a message receiver to the entity using the client settings in PeekLock modestatic CompletableFuture<IMessageReceiver>ClientFactory. createMessageReceiverFromEntityPathAsync(String namespaceName, String entityPath, ClientSettings clientSettings, ReceiveMode receiveMode)Asynchronously creates a message receiver to the entity using the client settingsstatic CompletableFuture<IMessageReceiver>ClientFactory. createMessageReceiverFromEntityPathAsync(URI namespaceEndpointURI, String entityPath, ClientSettings clientSettings)Asynchronously creates a message receiver to the entity using the client settings in PeekLock modestatic CompletableFuture<IMessageReceiver>ClientFactory. createMessageReceiverFromEntityPathAsync(URI namespaceEndpointURI, String entityPath, ClientSettings clientSettings, ReceiveMode receiveMode)Asynchronously creates a message receiver to the entity using the client settings
-