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 voidIMessageAndSessionPump. registerSessionHandler(ISessionHandler handler, SessionHandlerOptions handlerOptions)Deprecated.voidIMessageAndSessionPump. registerSessionHandler(ISessionHandler handler, SessionHandlerOptions handlerOptions, ExecutorService executorService)Receive session messages continuously from the queue.voidQueueClient. registerSessionHandler(ISessionHandler handler, SessionHandlerOptions handlerOptions)Deprecated.voidQueueClient. registerSessionHandler(ISessionHandler handler, SessionHandlerOptions handlerOptions, ExecutorService executorService)voidSubscriptionClient. registerSessionHandler(ISessionHandler handler, SessionHandlerOptions handlerOptions)Deprecated.voidSubscriptionClient. registerSessionHandler(ISessionHandler handler, SessionHandlerOptions handlerOptions, ExecutorService executorService)
-