public class Actor<T> extends ProcessorBase<T>
STATE_FORCED_SHUTDOWN, STATE_NOT_RUNNING, STATE_RUNNING, 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, isFlushed, remaining, shutdown, shutdown, shutdownNow, status, task
enter, inHandler, leave
public Actor(Executor parent, ActorListener<T> listener)
protected final void doTask(T task)
doTask
in class ProcessorBase<T>
public final void act(T message)
Copyright © 2021 JBoss by Red Hat. All rights reserved.