Uses of Interface
org.smallmind.phalanx.wire.Voice
Packages that use Voice
Package
Description
-
Uses of Voice in org.smallmind.phalanx.wire
Classes in org.smallmind.phalanx.wire with type parameters of type VoiceClasses in org.smallmind.phalanx.wire that implement Voice -
Uses of Voice in org.smallmind.phalanx.wire.transport
Methods in org.smallmind.phalanx.wire.transport with parameters of type VoiceModifier 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 Voice in org.smallmind.phalanx.wire.transport.amqp.rabbitmq
Methods in org.smallmind.phalanx.wire.transport.amqp.rabbitmq with parameters of type VoiceModifier 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 Voice in org.smallmind.phalanx.wire.transport.jms
Methods in org.smallmind.phalanx.wire.transport.jms with parameters of type Voice -
Uses of Voice in org.smallmind.phalanx.wire.transport.mock
Methods in org.smallmind.phalanx.wire.transport.mock with parameters of type Voice -
Uses of Voice in org.smallmind.phalanx.wire.transport.rest
Methods in org.smallmind.phalanx.wire.transport.rest with parameters of type Voice