See: Description
| Interface | Description |
|---|---|
| FnService |
An interface sharing common behavior with services used during execution of user Fns.
|
| Class | Description |
|---|---|
| GrpcFnServer<ServiceT extends FnService> |
A
gRPC Server which manages a single FnService. |
| InProcessServerFactory | |
| ServerFactory |
A
gRPC server factory. |
| ServerFactory.InetSocketAddressServerFactory |
Creates a
gRPC Server using the default server factory. |