public class Actor<T> extends ProcessorBase<T>
tasks| Constructor and Description |
|---|
Actor(Executor parent,
ActorListener<T> listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
act(T message) |
protected void |
doTask(T task) |
flush, flush, isFlushed, startPoller, taskpublic Actor(Executor parent, ActorListener<T> listener)
protected final void doTask(T task)
doTask in class ProcessorBase<T>public final void act(T message)
Copyright © 2017 The Apache Software Foundation. All Rights Reserved.