Runnable returns runnable builder which can build runnables that can be started and stopped within this environment.
(name string)
| 74 | HostAddr() string |
| 75 | // Runnable returns runnable builder which can build runnables that can be started and stopped within this environment. |
| 76 | Runnable(name string) RunnableBuilder |
| 77 | // AddListener registers given listener to be notified on environment runnable changes. |
| 78 | AddListener(listener EnvironmentListener) |
| 79 | // AddCloser registers function to be invoked on close, before all containers are sent kill signal. |
no outgoing calls