public interface ServiceClientGuiceSupport
| Modifier and Type | Method and Description |
|---|---|
default <T> void |
bindClient(Class<T> clientInterface) |
default void |
bindServiceInfo(ServiceInfo serviceInfo)
Provides the ServiceInfo to use Lagom service clients.
|
default <T> void bindClient(Class<T> clientInterface)
default void bindServiceInfo(ServiceInfo serviceInfo)