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 interface
IMessageSession
Describes a Session object.Classes in com.microsoft.azure.servicebus that implement IMessageReceiver Modifier and Type Class Description class
MessageSession
Methods in com.microsoft.azure.servicebus that return IMessageReceiver Modifier and Type Method Description static IMessageReceiver
ClientFactory. createMessageReceiverFromConnectionString(String amqpConnectionString)
CreateIMessageReceiver
in defaultReceiveMode.PEEKLOCK
mode from service bus connection string with Shared Access Signaturesstatic IMessageReceiver
ClientFactory. createMessageReceiverFromConnectionString(String amqpConnectionString, ReceiveMode receiveMode)
CreateIMessageReceiver
in defaultReceiveMode.PEEKLOCK
mode from service bus connection string with Shared Access Signaturesstatic IMessageReceiver
ClientFactory. createMessageReceiverFromConnectionStringBuilder(ConnectionStringBuilder amqpConnectionStringBuilder)
CreateIMessageReceiver
in defaultReceiveMode.PEEKLOCK
mode from ConnectionStringBuilderstatic IMessageReceiver
ClientFactory. createMessageReceiverFromConnectionStringBuilder(ConnectionStringBuilder amqpConnectionStringBuilder, ReceiveMode receiveMode)
CreateIMessageReceiver
from ConnectionStringBuilderstatic IMessageReceiver
ClientFactory. createMessageReceiverFromEntityPath(MessagingFactory messagingFactory, String entityPath)
Creates a message receiver to the entity.static IMessageReceiver
ClientFactory. createMessageReceiverFromEntityPath(MessagingFactory messagingFactory, String entityPath, ReceiveMode receiveMode)
Creates a message receiver to the entity.static IMessageReceiver
ClientFactory. createMessageReceiverFromEntityPath(String namespaceName, String entityPath, ClientSettings clientSettings)
Creates a message receiver to the entity using the client settings in PeekLock modestatic IMessageReceiver
ClientFactory. createMessageReceiverFromEntityPath(String namespaceName, String entityPath, ClientSettings clientSettings, ReceiveMode receiveMode)
Creates a message receiver to the entity using the client settings.static IMessageReceiver
ClientFactory. createMessageReceiverFromEntityPath(URI namespaceEndpointURI, String entityPath, ClientSettings clientSettings)
Creates a message receiver to the entity using the client settings in PeekLock modestatic IMessageReceiver
ClientFactory. 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)
CreateIMessageReceiver
in defaultReceiveMode.PEEKLOCK
mode asynchronously from connection string with Shared Access Signaturesstatic CompletableFuture<IMessageReceiver>
ClientFactory. createMessageReceiverFromConnectionStringAsync(String amqpConnectionString, ReceiveMode receiveMode)
CreateIMessageReceiver
in defaultReceiveMode.PEEKLOCK
mode asynchronously from connection string with Shared Access Signaturesstatic CompletableFuture<IMessageReceiver>
ClientFactory. createMessageReceiverFromConnectionStringBuilderAsync(ConnectionStringBuilder amqpConnectionStringBuilder)
CreateIMessageReceiver
in defaultReceiveMode.PEEKLOCK
mode asynchronously from ConnectionStringBuilderstatic CompletableFuture<IMessageReceiver>
ClientFactory. createMessageReceiverFromConnectionStringBuilderAsync(ConnectionStringBuilder amqpConnectionStringBuilder, ReceiveMode receiveMode)
CreateIMessageReceiver
asynchronously 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
-