Interface FetchMessageCallback
public interface FetchMessageCallback
Interface for Fetch Message Callback.
- Since:
- 5.3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidonError(FastTrackException exception) Callback method for failure.voidonFetchResponse(FetchResponse fetchResponse) Callback method for success.
-
Method Details
-
onFetchResponse
Callback method for success.- Parameters:
fetchResponse- the fetch response objectFetchResponseto get the details of the message.
-
onError
Callback method for failure.- Parameters:
exception- return theFastTrackException.
-