public interface StubCreator
Modifier and Type | Method and Description |
---|---|
<T extends Service> |
createStub(java.lang.Class<T> vapiIface)
Creates a stub for the specified interface.
|
<T extends Service> |
createStub(java.lang.Class<T> vapiIface,
StubConfigurationBase config)
Creates a stub for the specified interface.
|
<T extends Service> T createStub(java.lang.Class<T> vapiIface)
vapiIface
- Class
representing a vAPI interface. not null<T extends Service> T createStub(java.lang.Class<T> vapiIface, StubConfigurationBase config)
vapiIface
- Class
representing a vAPI interface; must
not be null
config
- the stub's additional configuration