public static class StaticRemoteEnvironmentFactory.Provider extends java.lang.Object implements EnvironmentFactory.Provider
Constructor and Description |
---|
Provider(InstructionRequestHandler instructionRequestHandler) |
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. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getServerFactory
public Provider(InstructionRequestHandler instructionRequestHandler)
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