public interface RequestTransport
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getCallerId() |
void |
transmitInOnly(String serviceGroup,
String instanceId,
Address address,
Map<String,Object> arguments,
WireContext... contexts) |
Object |
transmitInOut(String serviceGroup,
String instanceId,
Address address,
Map<String,Object> arguments,
WireContext... contexts) |
String getCallerId()
void transmitInOnly(String serviceGroup, String instanceId, Address address, Map<String,Object> arguments, WireContext... contexts) throws Throwable
ThrowableObject transmitInOut(String serviceGroup, String instanceId, Address address, Map<String,Object> arguments, WireContext... contexts) throws Throwable
ThrowableCopyright © 2015. All Rights Reserved.