Interface | Description |
---|---|
GrpcServerFactory |
Implement this interface in a bean to override how
GrpcServerHost initializes a Server from a
collection of BindableService s. |
Class | Description |
---|---|
GrpcServerHost |
GrpcServerHost configures a gRPC Server with services obtained from the ApplicationContext
and manages that server's lifecycle. |
GuavaLFReturnValueHandler |
GuavaLFReturnValueHandler teaches Spring Web how to deal with Controller methods that return
ListenableFuture . |
SimpleGrpcServerFactory |
SimpleGrpcServerFactory is a basic base class for implementing a
GrpcServerFactory based on the stock gRPC
ServerBuilder . |
Annotation Type | Description |
---|---|
GrpcService |
GrpcService is an annotation that is used to mark a gRPC service implementation for automatic inclusion in
your server. |
Copyright © 2017. All rights reserved.