T
- The response message for the asynchronous call made to the external system.public interface WscFuture<T extends ResponseMessage> extends Serializable
Modifier and Type | Method and Description |
---|---|
T |
get()
Returns the future object if it is ready, otherwise null.
|
Class<T> |
getType()
Returns the type of the response.
|
boolean |
isDone()
Returns true if the future object is ready for use.
|