Package io.grpc.xds

Interface XdsTransportFactory.XdsTransport

  • Enclosing interface:
    XdsTransportFactory

    public static interface XdsTransportFactory.XdsTransport
    Represents transport for xDS communication (e.g., a gRPC channel).
    • Method Detail

      • createStreamingCall

        <ReqT,​RespT> XdsTransportFactory.StreamingCall<ReqT,​RespT> createStreamingCall​(java.lang.String fullMethodName,
                                                                                                   io.grpc.MethodDescriptor.Marshaller<ReqT> reqMarshaller,
                                                                                                   io.grpc.MethodDescriptor.Marshaller<RespT> respMarshaller)
      • shutdown

        void shutdown()