| Modifier and Type | Method and Description |
|---|---|
void |
WireInvocationCircuit.handle(ResponseTransport transport,
SignalCodec signalCodec,
String callerId,
String messageId,
InvocationSignal invocationSignal) |
void |
WiredService.setResponseTransport(ResponseTransport responseTransport) |
| Modifier and Type | Class and Description |
|---|---|
class |
RabbitMQResponseTransport |
| Constructor and Description |
|---|
InvocationWorker(MetricConfiguration metricConfiguration,
WorkQueue<RabbitMQMessage> workQueue,
ResponseTransport responseTransport,
WireInvocationCircuit invocationCircuit,
SignalCodec signalCodec) |
| Modifier and Type | Class and Description |
|---|---|
class |
JmsResponseTransport |
| Constructor and Description |
|---|
InvocationWorker(MetricConfiguration metricConfiguration,
WorkQueue<javax.jms.Message> workQueue,
ResponseTransport responseTransport,
WireInvocationCircuit invocationCircuit,
SignalCodec signalCodec,
int maximumMessageLength) |
| Constructor and Description |
|---|
ResponseTransportMonitor(ResponseTransport responseTransport) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockResponseTransport |
Copyright © 2019. All rights reserved.