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 void
IMessageAndSessionPump. registerSessionHandler(ISessionHandler handler)
Deprecated.void
IMessageAndSessionPump. registerSessionHandler(ISessionHandler handler, SessionHandlerOptions handlerOptions)
Deprecated.void
IMessageAndSessionPump. registerSessionHandler(ISessionHandler handler, SessionHandlerOptions handlerOptions, ExecutorService executorService)
Receive session messages continuously from the queue.void
IMessageAndSessionPump. registerSessionHandler(ISessionHandler handler, ExecutorService executorService)
Receive session messages continuously from the queue.void
QueueClient. registerSessionHandler(ISessionHandler handler)
Deprecated.void
QueueClient. registerSessionHandler(ISessionHandler handler, SessionHandlerOptions handlerOptions)
Deprecated.void
QueueClient. registerSessionHandler(ISessionHandler handler, SessionHandlerOptions handlerOptions, ExecutorService executorService)
void
QueueClient. registerSessionHandler(ISessionHandler handler, ExecutorService executorService)
void
SubscriptionClient. registerSessionHandler(ISessionHandler handler)
Deprecated.void
SubscriptionClient. registerSessionHandler(ISessionHandler handler, SessionHandlerOptions handlerOptions)
Deprecated.void
SubscriptionClient. registerSessionHandler(ISessionHandler handler, SessionHandlerOptions handlerOptions, ExecutorService executorService)
void
SubscriptionClient. registerSessionHandler(ISessionHandler handler, ExecutorService executorService)
-