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 Details