Class InvocationWorker
- java.lang.Object
-
- org.smallmind.phalanx.worker.Worker<javax.jms.Message>
-
- org.smallmind.phalanx.wire.transport.jms.InvocationWorker
-
-
Constructor Summary
Constructors Constructor Description InvocationWorker(WorkQueue<javax.jms.Message> workQueue, ResponseTransmitter responseTransmitter, WireInvocationCircuit invocationCircuit, SignalCodec signalCodec, int maximumMessageLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidengageWork(javax.jms.Message message)
-
-
-
Constructor Detail
-
InvocationWorker
public InvocationWorker(WorkQueue<javax.jms.Message> workQueue, ResponseTransmitter responseTransmitter, WireInvocationCircuit invocationCircuit, SignalCodec signalCodec, int maximumMessageLength)
-
-