public final class ThreadedActionListener<Response> extends java.lang.Object implements ActionListener<Response>
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreadedActionListener.Wrapper
Wrapper that can be used to automatically wrap a listener in a threaded listener if needed.
|
| Constructor and Description |
|---|
ThreadedActionListener(org.apache.logging.log4j.Logger logger,
ThreadPool threadPool,
java.lang.String executor,
ActionListener<Response> listener,
boolean forceExecution) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(java.lang.Exception e)
A failure caused by an exception at some phase of the task.
|
void |
onResponse(Response response)
Handle action response.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonFailure, onResponse, toBiConsumer, wrap, wrappublic ThreadedActionListener(org.apache.logging.log4j.Logger logger,
ThreadPool threadPool,
java.lang.String executor,
ActionListener<Response> listener,
boolean forceExecution)
public void onResponse(Response response)
ActionListeneronResponse in interface ActionListener<Response>public void onFailure(java.lang.Exception e)
ActionListeneronFailure in interface ActionListener<Response>