Uses of Class
com.microsoft.azure.servicebus.SessionHandlerOptions
-
Packages that use SessionHandlerOptions Package Description com.microsoft.azure.servicebus -
-
Uses of SessionHandlerOptions in com.microsoft.azure.servicebus
Methods in com.microsoft.azure.servicebus with parameters of type SessionHandlerOptions Modifier and Type Method Description 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
QueueClient. registerSessionHandler(ISessionHandler handler, SessionHandlerOptions handlerOptions)
Deprecated.void
QueueClient. registerSessionHandler(ISessionHandler handler, SessionHandlerOptions handlerOptions, ExecutorService executorService)
void
SubscriptionClient. registerSessionHandler(ISessionHandler handler, SessionHandlerOptions handlerOptions)
Deprecated.void
SubscriptionClient. registerSessionHandler(ISessionHandler handler, SessionHandlerOptions handlerOptions, ExecutorService executorService)
-