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