See: Description
| Interface | Description |
|---|---|
| EnvironmentFactory |
Creates
environments which communicate to an SdkHarnessClient. |
| RemoteEnvironment |
A handle to an available remote
RunnerApi.Environment. |
| Class | Description |
|---|---|
| DockerEnvironmentFactory |
An
EnvironmentFactory that creates docker containers by shelling out to docker. |
| InProcessEnvironmentFactory |
An
EnvironmentFactory that communicates to a FnHarness which is executing in the
same process. |
| RemoteEnvironment.SimpleRemoteEnvironment |
A
RemoteEnvironment which uses the default RemoteEnvironment.close() behavior. |