public interface Task
SeriesTaskExecutorThread
Modifier and Type | Method and Description |
---|---|
void |
execute(TokenStorageAdapter adapter)
Perform the task.
|
void |
processError(DataLayerException error)
Set the task error.
|
void execute(TokenStorageAdapter adapter) throws DataLayerException
adapter
- Connection-coupled utility functions to perform the task with.DataLayerException
- If there was a problem processing the task.void processError(DataLayerException error)
error
- the problem that happened before processing the task.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.