public abstract class AbstractExecution extends HandlerAdapter
| Modifier and Type | Field and Description |
|---|---|
protected MultiExecutionSerializer<Object> |
executionSerializer |
protected org.slf4j.Logger |
logger |
protected int |
maxQueueSize |
protected LongAdder |
messagesHandled |
protected LongAdder |
messagesReceived |
protected LongAdder |
refusedExecutions |
| Constructor and Description |
|---|
AbstractExecution() |
| Modifier and Type | Method and Description |
|---|---|
abstract Task<Void> |
cleanup() |
void |
setExecutionSerializer(MultiExecutionSerializer<Object> executionSerializer) |
close, connect, disconnect, onActive, onEventTriggered, onExceptionCaught, onInactive, onRead, onRegistered, writeprotected org.slf4j.Logger logger
protected MultiExecutionSerializer<Object> executionSerializer
protected int maxQueueSize
protected final LongAdder messagesReceived
protected final LongAdder messagesHandled
protected final LongAdder refusedExecutions
public void setExecutionSerializer(MultiExecutionSerializer<Object> executionSerializer)
Copyright © 2019 Electronic Arts Inc. All rights reserved.