Uses of Interface
cloud.localstack.docker.annotation.IHostNameResolver
| Package | Description |
|---|---|
| cloud.localstack.docker.annotation |
-
Uses of IHostNameResolver in cloud.localstack.docker.annotation
Classes in cloud.localstack.docker.annotation that implement IHostNameResolver Modifier and Type Class Description classLocalHostNameResolverA default host name resolverMethods in cloud.localstack.docker.annotation that return types with arguments of type IHostNameResolver Modifier and Type Method Description java.lang.Class<? extends IHostNameResolver>hostNameResolver()Used for determining the host name of the machine running the docker containers so that the containers can be addressed.