@Beta
public interface RemoteServiceContext
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(java.lang.Class<T> serviceClass)
Returns implementation of the specified service class.
|
<T> T get(java.lang.Class<T> serviceClass)
T - type of serviceserviceClass - service classjava.lang.UnsupportedOperationException - if this context does not support it.