public class InProcessServerFactory extends ServerFactory
ServerFactory.InetSocketAddressServerFactory, ServerFactory.UrlFactory| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.vendor.grpc.v1.io.grpc.Server |
allocatePortAndCreate(org.apache.beam.vendor.grpc.v1.io.grpc.BindableService service,
org.apache.beam.model.pipeline.v1.Endpoints.ApiServiceDescriptor.Builder builder)
Creates an instance of this server using an ephemeral port chosen automatically.
|
static InProcessServerFactory |
create() |
org.apache.beam.vendor.grpc.v1.io.grpc.Server |
create(org.apache.beam.vendor.grpc.v1.io.grpc.BindableService service,
org.apache.beam.model.pipeline.v1.Endpoints.ApiServiceDescriptor serviceDescriptor)
Creates an instance of this server at the address specified by the given service descriptor.
|
createDefault, createWithPortSupplier, createWithUrlFactory, createWithUrlFactoryAndPortSupplierpublic static InProcessServerFactory create()
public org.apache.beam.vendor.grpc.v1.io.grpc.Server allocatePortAndCreate(org.apache.beam.vendor.grpc.v1.io.grpc.BindableService service,
org.apache.beam.model.pipeline.v1.Endpoints.ApiServiceDescriptor.Builder builder)
throws java.io.IOException
ServerFactoryEndpoints.ApiServiceDescriptor.Builder. Server applies GrpcContextHeaderAccessorProvider.interceptor() to all incoming requests.allocatePortAndCreate in class ServerFactoryjava.io.IOExceptionpublic org.apache.beam.vendor.grpc.v1.io.grpc.Server create(org.apache.beam.vendor.grpc.v1.io.grpc.BindableService service,
org.apache.beam.model.pipeline.v1.Endpoints.ApiServiceDescriptor serviceDescriptor)
throws java.io.IOException
ServerFactoryGrpcContextHeaderAccessorProvider.interceptor() to all incoming
requests.create in class ServerFactoryjava.io.IOException