public interface HeliosDeployment extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
com.google.common.net.HostAndPort |
address()
Returns the host and port information that the deployment is available at.
|
HeliosClient |
client() |
void |
close()
Undeploy (shut down) this Helios deployment.
|
HeliosClient client()
com.google.common.net.HostAndPort address()
void close()
close
in interface AutoCloseable
Copyright © 2016. All rights reserved.