Uses of Interface
org.smallmind.phalanx.wire.transport.ResponseTransmitter
Packages that use ResponseTransmitter
Package
Description
-
Uses of ResponseTransmitter in org.smallmind.phalanx.wire.transport
Methods in org.smallmind.phalanx.wire.transport with parameters of type ResponseTransmitterModifier and TypeMethodDescriptionvoidWireInvocationCircuit.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 ResponseTransmitterConstructors in org.smallmind.phalanx.wire.transport.amqp.rabbitmq with parameters of type ResponseTransmitterModifierConstructorDescriptionInvocationWorker(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 ResponseTransmitterConstructors in org.smallmind.phalanx.wire.transport.jms with parameters of type ResponseTransmitterModifierConstructorDescriptionInvocationWorker(WorkQueue<jakarta.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 -
Uses of ResponseTransmitter in org.smallmind.phalanx.wire.transport.rest
Classes in org.smallmind.phalanx.wire.transport.rest that implement ResponseTransmitter