Uses of Interface
org.smallmind.phalanx.wire.Voice
-
Packages that use Voice Package Description org.smallmind.phalanx.wire org.smallmind.phalanx.wire.amqp.rabbitmq org.smallmind.phalanx.wire.jms org.smallmind.phalanx.wire.mock -
-
Uses of Voice in org.smallmind.phalanx.wire
Classes in org.smallmind.phalanx.wire with type parameters of type Voice Modifier and Type Interface Description interfaceVocalizer<V extends Voice>Classes in org.smallmind.phalanx.wire that implement Voice Modifier and Type Class Description classShoutingclassTalkingclassWhisperingMethods in org.smallmind.phalanx.wire with parameters of type Voice 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 Voice in org.smallmind.phalanx.wire.amqp.rabbitmq
Methods in org.smallmind.phalanx.wire.amqp.rabbitmq with parameters of type Voice 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 Voice in org.smallmind.phalanx.wire.jms
Methods in org.smallmind.phalanx.wire.jms with parameters of type Voice Modifier and Type Method Description ObjectJmsRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts) -
Uses of Voice in org.smallmind.phalanx.wire.mock
Methods in org.smallmind.phalanx.wire.mock with parameters of type Voice Modifier and Type Method Description ObjectMockRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts)
-