public class InvocationWorker extends Worker<RabbitMQMessage>
| Constructor and Description |
|---|
InvocationWorker(MetricConfiguration metricConfiguration,
TransferQueue<RabbitMQMessage> workTransferQueue,
ResponseTransport responseTransport,
WireInvocationCircuit invocationCircuit,
SignalCodec signalCodec) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
engageWork(RabbitMQMessage message) |
getMetricConfiguration, run, stoppublic InvocationWorker(MetricConfiguration metricConfiguration, TransferQueue<RabbitMQMessage> workTransferQueue, ResponseTransport responseTransport, WireInvocationCircuit invocationCircuit, SignalCodec signalCodec)
public void engageWork(RabbitMQMessage message) throws Exception
engageWork in class Worker<RabbitMQMessage>Exceptionpublic void close()
close in class Worker<RabbitMQMessage>Copyright © 2017. All rights reserved.