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