Interface BrowserStream.Factory<ReqT,RespT>

Enclosing class:
BrowserStream<T>

public static interface BrowserStream.Factory<ReqT,RespT>
Creates a BrowserStream based on the current session and the observed passed in to the open stream call.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(SessionState sessionState, io.grpc.stub.StreamObserver<RespT> responseObserver)