Package io.grpc.xds
Interface XdsTransportFactory
-
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10823") public interface XdsTransportFactoryA factory for creating new XdsTransport instances.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceXdsTransportFactory.EventHandler<RespT>An interface for handling events on a streaming call.static interfaceXdsTransportFactory.StreamingCall<ReqT,RespT>Represents a bidi streaming RPC call.static interfaceXdsTransportFactory.XdsTransportRepresents transport for xDS communication (e.g., a gRPC channel).
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XdsTransportFactory.XdsTransportcreate(io.grpc.xds.Bootstrapper.ServerInfo serverInfo)
-
-
-
Method Detail
-
create
XdsTransportFactory.XdsTransport create(io.grpc.xds.Bootstrapper.ServerInfo serverInfo)
-
-