static GrpcRouting.Builder |
GrpcRouting.builder() |
Obtain a GrpcRouting builder.
|
GrpcRouting.Builder |
GrpcRouting.Builder.intercept(int priority,
io.grpc.ServerInterceptor... interceptors) |
Add one or more global ServerInterceptor instances that will intercept calls
to all services in the GrpcRouting built by this builder.
|
GrpcRouting.Builder |
GrpcRouting.Builder.intercept(io.grpc.ServerInterceptor... interceptors) |
Add one or more global ServerInterceptor instances that will intercept calls
to all services in the GrpcRouting built by this builder.
|
GrpcRouting.Builder |
GrpcRouting.Builder.register(io.grpc.BindableService service) |
Add a BindableService with the GrpcRouting to be built by this builder.
|
GrpcRouting.Builder |
GrpcRouting.Builder.register(io.grpc.BindableService service,
ServiceDescriptor.Configurer configurer) |
Add a BindableService with the GrpcRouting to be built by this builder.
|
GrpcRouting.Builder |
GrpcRouting.Builder.register(GrpcService service) |
|
GrpcRouting.Builder |
GrpcRouting.Builder.register(GrpcService service,
ServiceDescriptor.Configurer configurer) |
|
GrpcRouting.Builder |
GrpcRouting.Builder.register(ServiceDescriptor service) |
|