Interface StreamingResultHandler


public interface StreamingResultHandler
  • Method Details

    • onPartialResult

      void onPartialResult(String partialResult)
    • onComplete

      default void onComplete()
    • onError

      void onError(Throwable error)