Class InvocationWorker
java.lang.Object
org.smallmind.phalanx.worker.Worker<RabbitMQMessage>
org.smallmind.phalanx.wire.transport.amqp.rabbitmq.InvocationWorker
- All Implemented Interfaces:
Runnable
-
Constructor Summary
ConstructorsConstructorDescriptionInvocationWorker(WorkQueue<RabbitMQMessage> workQueue, ResponseTransmitter responseTransmitter, WireInvocationCircuit invocationCircuit, SignalCodec signalCodec) -
Method Summary
-
Constructor Details
-
InvocationWorker
public InvocationWorker(WorkQueue<RabbitMQMessage> workQueue, ResponseTransmitter responseTransmitter, WireInvocationCircuit invocationCircuit, SignalCodec signalCodec)
-
-
Method Details
-
engageWork
- Specified by:
engageWorkin classWorker<RabbitMQMessage>- Throws:
Throwable
-
close
public void close()- Specified by:
closein classWorker<RabbitMQMessage>
-