Class StreamStreamObserver<T>

  • Type Parameters:
    T - the response type
    All Implemented Interfaces:
    io.grpc.stub.StreamObserver<T>

    public class StreamStreamObserver<T>
    extends BaseFutureStreamObserver<T>
    A StreamObserver that collects all of its responses into a List and then completes a CompletableFuture when the observer completes.
    Since:
    20.06
    Author:
    Jonathan Knight 2020.09.21