Uses of Class
org.smallmind.phalanx.wire.Route
-
Packages that use Route Package Description org.smallmind.phalanx.wire org.smallmind.phalanx.wire.amqp.rabbitmq org.smallmind.phalanx.wire.jms org.smallmind.phalanx.wire.mock -
-
Uses of Route in org.smallmind.phalanx.wire
Methods in org.smallmind.phalanx.wire that return Route Modifier and Type Method Description RouteInvocationSignal. getRoute()Methods in org.smallmind.phalanx.wire with parameters of type Route Modifier and Type Method Description ObjectAbstractRequestTransport. acquireResult(SignalCodec signalCodec, Route route, Voice<?,?> voice, String messageId, boolean inOnly)voidInvocationSignal. setRoute(Route route)ObjectRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts)Constructors in org.smallmind.phalanx.wire 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.amqp.rabbitmq
Methods in org.smallmind.phalanx.wire.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.jms
Methods in org.smallmind.phalanx.wire.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.mock
Methods in org.smallmind.phalanx.wire.mock with parameters of type Route Modifier and Type Method Description ObjectMockRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts)
-