public static interface MessageTransport.ErrorCallback
Modifier and Type | Method and Description |
---|---|
void |
onResponseException(Exception e)
Called when an exception occurs when attempting to send a response
message.
|
void |
onTermination(Exception e)
Called when the transport terminates due to an exception.
|
void onResponseException(Exception e)
void onTermination(Exception e)
e
- The exception that led to the terminationCopyright © 2018. All rights reserved.