Uses of Interface
io.helidon.grpc.server.GrpcServerConfiguration
-
Packages that use GrpcServerConfiguration Package Description io.helidon.grpc.server Reactive gRPC server API. -
-
Uses of GrpcServerConfiguration in io.helidon.grpc.server
Classes in io.helidon.grpc.server that implement GrpcServerConfiguration Modifier and Type Class Description class
GrpcServerBasicConfig
Configuration class for theGrpcServer
implementations.Methods in io.helidon.grpc.server that return GrpcServerConfiguration Modifier and Type Method Description GrpcServerConfiguration
GrpcServerConfiguration.Builder. build()
GrpcServerConfiguration
GrpcServer. configuration()
Gets effective server configuration.GrpcServerConfiguration
GrpcServerImpl. configuration()
static GrpcServerConfiguration
GrpcServerConfiguration. create()
Creates new instance with default values for all configuration properties.static GrpcServerConfiguration
GrpcServerConfiguration. create(Config config)
Creates new instance with values from external configuration.Methods in io.helidon.grpc.server with parameters of type GrpcServerConfiguration Modifier and Type Method Description GrpcServer.Builder
GrpcServer.Builder. config(GrpcServerConfiguration configuration)
Set a configuration of theGrpcServer
.static GrpcServer
GrpcServer. create(GrpcServerConfiguration configuration, GrpcRouting routing)
Creates new instance form provided configuration and GrpcRouting.static GrpcServer
GrpcServer. create(GrpcServerConfiguration configuration, Supplier<? extends GrpcRouting> routingBuilder)
Creates new instance form provided configuration and GrpcRouting.default GrpcServer
GrpcRouting. createServer(GrpcServerConfiguration configuration)
Creates newGrpcServer
instance with provided configuration and this routing.Method parameters in io.helidon.grpc.server with type arguments of type GrpcServerConfiguration Modifier and Type Method Description GrpcServer.Builder
GrpcServer.Builder. config(Supplier<GrpcServerConfiguration> configurationBuilder)
Set a configuration of theGrpcServer
.static GrpcServer
GrpcServer. create(Supplier<? extends GrpcServerConfiguration> configurationBuilder, GrpcRouting routing)
Creates a new instance from a provided configuration and a GrpcRouting.static GrpcServer
GrpcServer. create(Supplier<? extends GrpcServerConfiguration> configurationBuilder, Supplier<? extends GrpcRouting> routingBuilder)
Creates new instance form provided configuration and GrpcRouting.
-