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