Uses of Class
org.smallmind.phalanx.wire.signal.Route
Packages that use Route
Package
Description
-
Uses of Route in org.smallmind.phalanx.wire.signal
Methods in org.smallmind.phalanx.wire.signal that return RouteMethods in org.smallmind.phalanx.wire.signal with parameters of type RouteConstructors in org.smallmind.phalanx.wire.signal with parameters of type RouteModifierConstructorDescriptionInvocationSignal(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 RouteModifier and TypeMethodDescriptionAbstractRequestTransport.acquireResult(SignalCodec signalCodec, Route route, Voice<?, ?> voice, String messageId, boolean inOnly) RequestTransport.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 RouteModifier and TypeMethodDescriptionRequestMessageRouter.publish(boolean inOnly, String serviceGroup, Voice<?, ?> voice, Route route, Map<String, Object> arguments, WireContext... contexts) RabbitMQRequestTransport.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 -
Uses of Route in org.smallmind.phalanx.wire.transport.mock
Methods in org.smallmind.phalanx.wire.transport.mock with parameters of type Route -
Uses of Route in org.smallmind.phalanx.wire.transport.rest
Methods in org.smallmind.phalanx.wire.transport.rest with parameters of type Route