Interface AsyncStreamResponse

  • All Implemented Interfaces:

    
    public interface AsyncStreamResponse<T extends Object>
    
                        

    A class providing access to an API response as an asynchronous stream of chunks of type T, where each chunk can be individually processed as soon as it arrives instead of waiting on the full response.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public interface AsyncStreamResponse.Handler

      A class for handling streaming events.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description