Package COM.TIBCO.hawk.agent.nest
Interface AsyncDataHandler
public interface AsyncDataHandler
Used by microagents to service async method subscriptions.
An AsyncDataHandler object is passed as an argument to the
AsyncMethodHandler.startAsyncMethodSubscription method.
It is used to handle data and errors resulting
from subscriptions to async methods.-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoid
-
Method Details
-
onData
-
onError
-
onErrorCleared
void onErrorCleared()
-