Uses of Interface
org.smallmind.phalanx.wire.Voice
-
-
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 classShoutingclassTalkingclassWhispering -
Uses of Voice in org.smallmind.phalanx.wire.transport
Methods in org.smallmind.phalanx.wire.transport 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.transport.amqp.rabbitmq
Methods in org.smallmind.phalanx.wire.transport.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.transport.jms
Methods in org.smallmind.phalanx.wire.transport.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.transport.mock
Methods in org.smallmind.phalanx.wire.transport.mock with parameters of type Voice Modifier and Type Method Description ObjectMockRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts) -
Uses of Voice in org.smallmind.phalanx.wire.transport.rest
Methods in org.smallmind.phalanx.wire.transport.rest with parameters of type Voice Modifier and Type Method Description ObjectRestRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts)
-