Class InvocationWorker
- java.lang.Object
-
- org.smallmind.phalanx.worker.Worker<RabbitMQMessage>
-
- org.smallmind.phalanx.wire.amqp.rabbitmq.InvocationWorker
-
- All Implemented Interfaces:
Runnable
public class InvocationWorker extends Worker<RabbitMQMessage>
-
-
Constructor Summary
Constructors Constructor Description InvocationWorker(WorkQueue<RabbitMQMessage> workQueue, ResponseTransport responseTransport, WireInvocationCircuit invocationCircuit, SignalCodec signalCodec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidengageWork(RabbitMQMessage message)
-
-
-
Constructor Detail
-
InvocationWorker
public InvocationWorker(WorkQueue<RabbitMQMessage> workQueue, ResponseTransport responseTransport, WireInvocationCircuit invocationCircuit, SignalCodec signalCodec)
-
-
Method Detail
-
engageWork
public void engageWork(RabbitMQMessage message) throws Throwable
- Specified by:
engageWorkin classWorker<RabbitMQMessage>- Throws:
Throwable
-
close
public void close()
- Specified by:
closein classWorker<RabbitMQMessage>
-
-