See: Description
Interface | Description |
---|---|
ResultHandlerFactory |
Defines the types of ResultHandler that can be generated for processing the result
of asynchronous operations.
|
Class | Description |
---|---|
AsyncResultHandler<T> |
AsyncResultHandler is an asynchronous implementation of the ResultHandler.
|
AsyncResultHandlerFactory |
Implementation provides an appropriate asynchronous ResultHandler implementation based on the
type requested.
|
DeleteOnQueryResultHandler |
This is a
ResultHandler implementation that grabs the results of a Partial Query and for each token found
performs an asynchronous delete operation. |
QueueSelector |
QueueSelector is responsible for selecting an appropriate asynchronous queue for
a task to be performed on.
|
TaskDispatcher |
TaskDispatcher operates as the coordinator of asynchronous task processing in the CTS persistence layer.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.