Uses of Class
com.microsoft.azure.servicebus.MessageHandlerOptions
-
Packages that use MessageHandlerOptions Package Description com.microsoft.azure.servicebus -
-
Uses of MessageHandlerOptions in com.microsoft.azure.servicebus
Methods in com.microsoft.azure.servicebus with parameters of type MessageHandlerOptions Modifier and Type Method Description voidIMessageAndSessionPump. registerMessageHandler(IMessageHandler handler, MessageHandlerOptions handlerOptions)Deprecated.voidIMessageAndSessionPump. registerMessageHandler(IMessageHandler handler, MessageHandlerOptions handlerOptions, ExecutorService executorService)Receive messages continuously from the entity.voidQueueClient. registerMessageHandler(IMessageHandler handler, MessageHandlerOptions handlerOptions)Deprecated.voidQueueClient. registerMessageHandler(IMessageHandler handler, MessageHandlerOptions handlerOptions, ExecutorService executorService)voidSubscriptionClient. registerMessageHandler(IMessageHandler handler, MessageHandlerOptions handlerOptions)Deprecated.voidSubscriptionClient. registerMessageHandler(IMessageHandler handler, MessageHandlerOptions handlerOptions, ExecutorService executorService)
-