Package org.apache.beam.sdk.fn.server
gPRC server factory.
-
Interface Summary Interface Description FnService An interface sharing common behavior with services used during execution of user Fns.HeaderAccessor Interface to access headers in the client request.ServerFactory.UrlFactory Factory that constructs client-accessible URLs from a local server address and port. -
Class Summary Class Description GrpcContextHeaderAccessorProvider A HeaderAccessorProvider which intercept the header in a GRPC request and expose the relevant fields.GrpcFnServer<ServiceT extends FnService> AgRPC Serverwhich manages a singleFnService.InProcessServerFactory ServerFactory AgRPC serverfactory.ServerFactory.InetSocketAddressServerFactory Creates agRPC Serverusing the default server factory.