GrpcServer |
GrpcServer.Builder.build() |
Builds the GrpcServer instance as configured by this builder
and its parameters.
|
static GrpcServer |
GrpcServer.create(GrpcRouting routing) |
Creates new instance form provided GrpcRouting and default configuration.
|
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.
|
static GrpcServer |
GrpcServer.create(Supplier<? extends GrpcRouting> routingBuilder) |
Creates new instance form provided GrpcRouting and default configuration.
|
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.
|
default GrpcServer |
GrpcRouting.createServer() |
Creates new GrpcServer instance with this routing and default configuration.
|
default GrpcServer |
GrpcRouting.createServer(GrpcServerConfiguration configuration) |
Creates new GrpcServer instance with provided configuration and this routing.
|