Uses of Interface
org.smallmind.phalanx.wire.ResponseTransport
-
-
Uses of ResponseTransport in org.smallmind.phalanx.wire
Methods in org.smallmind.phalanx.wire with parameters of type ResponseTransport Modifier and Type Method Description voidWireInvocationCircuit. handle(ResponseTransport transport, SignalCodec signalCodec, String callerId, String messageId, InvocationSignal invocationSignal)voidWiredService. setResponseTransport(ResponseTransport responseTransport) -
Uses of ResponseTransport in org.smallmind.phalanx.wire.amqp.rabbitmq
Classes in org.smallmind.phalanx.wire.amqp.rabbitmq that implement ResponseTransport Modifier and Type Class Description classRabbitMQResponseTransportConstructors in org.smallmind.phalanx.wire.amqp.rabbitmq with parameters of type ResponseTransport Constructor Description InvocationWorker(WorkQueue<RabbitMQMessage> workQueue, ResponseTransport responseTransport, WireInvocationCircuit invocationCircuit, SignalCodec signalCodec) -
Uses of ResponseTransport in org.smallmind.phalanx.wire.jms
Classes in org.smallmind.phalanx.wire.jms that implement ResponseTransport Modifier and Type Class Description classJmsResponseTransportConstructors in org.smallmind.phalanx.wire.jms with parameters of type ResponseTransport Constructor Description InvocationWorker(WorkQueue<javax.jms.Message> workQueue, ResponseTransport responseTransport, WireInvocationCircuit invocationCircuit, SignalCodec signalCodec, int maximumMessageLength) -
Uses of ResponseTransport in org.smallmind.phalanx.wire.jmx
Constructors in org.smallmind.phalanx.wire.jmx with parameters of type ResponseTransport Constructor Description ResponseTransportMonitor(ResponseTransport responseTransport) -
Uses of ResponseTransport in org.smallmind.phalanx.wire.mock
Classes in org.smallmind.phalanx.wire.mock that implement ResponseTransport Modifier and Type Class Description classMockResponseTransport
-