# Functions
New returns a new RPC server with a set of middlewares.
StartLoopback starts the server on a local address and returns a connection to that address.
WithContextFiller sets a context filler.
WithCorrelationIDsIgnoreMethods sets a list of methods for which no correlation IDs are injected.
WithLogIgnoreMethods sets a list of methods for which no log messages are printed on success.
WithRateLimiter configures a rate limiter on the server.
WithServerOptions adds gRPC ServerOptions.
WithStreamInterceptors adds gRPC stream interceptors.
WithTrustedProxies adds trusted proxies from which proxy headers are trusted.
WithUnaryInterceptors adds gRPC unary interceptors.
# Variables
ErrRPCRecovered is returned when a panic is caught from an RPC.
# Interfaces
Registerer extends ServiceRegisterer with the cluster roles fulfilled by the component.
ServiceRegisterer allows components to register their services to the gRPC server and the HTTP gateway.
# Type aliases
Option for the gRPC server.