public interface ResponseTransport
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getInstanceId() |
TransportState |
getState() |
void |
pause() |
void |
play() |
String |
register(Class<?> serviceInterface,
WiredService targetService) |
void |
transmit(String callerId,
String correlationId,
boolean error,
String nativeType,
Object result) |
String getInstanceId()
String register(Class<?> serviceInterface, WiredService targetService) throws Exception
ExceptionTransportState getState()
void transmit(String callerId, String correlationId, boolean error, String nativeType, Object result) throws Throwable
ThrowableCopyright © 2018. All rights reserved.