public static class DockerEnvironmentFactory.Provider extends java.lang.Object implements EnvironmentFactory.Provider
Constructor and Description |
---|
Provider(PipelineOptions options) |
Modifier and Type | Method and Description |
---|---|
EnvironmentFactory |
createEnvironmentFactory(GrpcFnServer<FnApiControlClientPoolService> controlServiceServer,
GrpcFnServer<GrpcLoggingService> loggingServiceServer,
GrpcFnServer<ArtifactRetrievalService> retrievalServiceServer,
GrpcFnServer<StaticGrpcProvisionService> provisioningServiceServer,
ControlClientPool clientPool,
IdGenerator idGenerator)
Creates
EnvironmentFactory for the provided GrpcServices. |
ServerFactory |
getServerFactory()
Create the
ServerFactory applicable to this environment. |
public Provider(PipelineOptions options)
public EnvironmentFactory createEnvironmentFactory(GrpcFnServer<FnApiControlClientPoolService> controlServiceServer, GrpcFnServer<GrpcLoggingService> loggingServiceServer, GrpcFnServer<ArtifactRetrievalService> retrievalServiceServer, GrpcFnServer<StaticGrpcProvisionService> provisioningServiceServer, ControlClientPool clientPool, IdGenerator idGenerator)
EnvironmentFactory.Provider
EnvironmentFactory
for the provided GrpcServices.createEnvironmentFactory
in interface EnvironmentFactory.Provider
public ServerFactory getServerFactory()
EnvironmentFactory.Provider
ServerFactory
applicable to this environment.getServerFactory
in interface EnvironmentFactory.Provider