Uses of Class
org.smallmind.phalanx.wire.signal.Route
-
-
Uses of Route in org.smallmind.phalanx.wire.signal
Methods in org.smallmind.phalanx.wire.signal that return Route Modifier and Type Method Description RouteInvocationSignal. getRoute()Methods in org.smallmind.phalanx.wire.signal with parameters of type Route Modifier and Type Method Description voidInvocationSignal. setRoute(Route route)Constructors in org.smallmind.phalanx.wire.signal with parameters of type Route Constructor Description InvocationSignal(boolean inOnly, Route route, Map<String,Object> arguments, WireContext... contexts) -
Uses of Route in org.smallmind.phalanx.wire.transport
Methods in org.smallmind.phalanx.wire.transport with parameters of type Route Modifier and Type Method Description ObjectAbstractRequestTransport. acquireResult(SignalCodec signalCodec, Route route, Voice<?,?> voice, String messageId, boolean inOnly)ObjectRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts) -
Uses of Route in org.smallmind.phalanx.wire.transport.amqp.rabbitmq
Methods in org.smallmind.phalanx.wire.transport.amqp.rabbitmq with parameters of type Route Modifier and Type Method Description StringRequestMessageRouter. publish(boolean inOnly, String serviceGroup, Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts)ObjectRabbitMQRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts) -
Uses of Route in org.smallmind.phalanx.wire.transport.jms
Methods in org.smallmind.phalanx.wire.transport.jms with parameters of type Route Modifier and Type Method Description ObjectJmsRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts) -
Uses of Route in org.smallmind.phalanx.wire.transport.mock
Methods in org.smallmind.phalanx.wire.transport.mock with parameters of type Route Modifier and Type Method Description ObjectMockRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts) -
Uses of Route in org.smallmind.phalanx.wire.transport.rest
Methods in org.smallmind.phalanx.wire.transport.rest with parameters of type Route Modifier and Type Method Description ObjectRestRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts)
-