Modifier and Type | Method and Description |
---|---|
<T extends Rpc<?,?>> |
RpcActionConsumerRegistry.getRpcService(Class<T> serviceInterface)
Returns an implementation of a requested RPC service.
|
<S extends Rpc<?,?>,T extends S> |
RpcActionProviderService.registerRpcImplementation(Class<S> type,
T implementation)
Returns class representing registration of global RPC.
|
<S extends Rpc<?,?>,T extends S> |
RpcActionProviderService.registerRpcImplementation(Class<S> type,
T implementation,
Set<InstanceIdentifier<?>> paths)
Returns class representing registration of global RPC for supported paths.
|
Modifier and Type | Method and Description |
---|---|
<T extends Rpc<?,?>> |
BindingDOMOperationServiceAdapter.getRpcService(Class<T> rpc) |
<S extends Rpc<?,?>,T extends S> |
BindingDOMOperationProviderServiceAdapter.registerRpcImplementation(Class<S> type,
T implementation) |
<S extends Rpc<?,?>,T extends S> |
BindingDOMOperationProviderServiceAdapter.registerRpcImplementation(Class<S> type,
T implementation,
Set<InstanceIdentifier<?>> paths) |
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightMdsalBindingTestGetTopRpc
Interface for implementing the following YANG Operation defined in module opendaylight-mdsal-binding-test
|
interface |
OpendaylightMdsalBindingTestPutTopRpc
Interface for implementing the following YANG Operation defined in module opendaylight-mdsal-binding-test
|
Copyright © 2019 OpenDaylight. All rights reserved.