| Package | Description |
|---|---|
| org.smallmind.phalanx.wire | |
| org.smallmind.phalanx.wire.amqp.rabbitmq | |
| org.smallmind.phalanx.wire.jms | |
| org.smallmind.phalanx.wire.mock |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Vocalizer<V extends Voice> |
| Modifier and Type | Class and Description |
|---|---|
class |
Shouting |
class |
Talking |
class |
Whispering |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractRequestTransport.acquireResult(SignalCodec signalCodec,
Address address,
Voice voice,
String messageId,
boolean inOnly) |
Object |
RequestTransport.transmit(Voice voice,
Address address,
Map<String,Object> arguments,
WireContext... contexts) |
| Modifier and Type | Method and Description |
|---|---|
String |
RequestMessageRouter.publish(boolean inOnly,
String serviceGroup,
Voice voice,
Address address,
Map<String,Object> arguments,
WireContext... contexts) |
Object |
RabbitMQRequestTransport.transmit(Voice voice,
Address address,
Map<String,Object> arguments,
WireContext... contexts) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JmsRequestTransport.transmit(Voice voice,
Address address,
Map<String,Object> arguments,
WireContext... contexts) |
| Modifier and Type | Method and Description |
|---|---|
Object |
MockRequestTransport.transmit(Voice voice,
Address address,
Map<String,Object> arguments,
WireContext... contexts) |
Copyright © 2017. All rights reserved.