Uses of Interface
org.opendaylight.controller.sal.binding.api.BindingAwareBroker.RoutedRpcRegistration
-
-
Uses of BindingAwareBroker.RoutedRpcRegistration in org.opendaylight.controller.md.sal.binding.compat
Methods in org.opendaylight.controller.md.sal.binding.compat that return BindingAwareBroker.RoutedRpcRegistration Modifier and Type Method Description <T extends RpcService>
BindingAwareBroker.RoutedRpcRegistration<T>HeliumRpcProviderRegistry. addRoutedRpcImplementation(Class<T> type, T impl)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BindingAwareBroker.RoutedRpcRegistration in org.opendaylight.controller.md.sal.binding.util
Methods in org.opendaylight.controller.md.sal.binding.util that return BindingAwareBroker.RoutedRpcRegistration Modifier and Type Method Description <T extends RpcService>
BindingAwareBroker.RoutedRpcRegistration<T>AbstractBindingSalProviderInstance. addRoutedRpcImplementation(Class<T> type, T implementation)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BindingAwareBroker.RoutedRpcRegistration in org.opendaylight.controller.sal.binding.api
Methods in org.opendaylight.controller.sal.binding.api that return BindingAwareBroker.RoutedRpcRegistration Modifier and Type Method Description <T extends RpcService>
BindingAwareBroker.RoutedRpcRegistration<T>RpcProviderRegistry. addRoutedRpcImplementation(Class<T> serviceInterface, T implementation)
Deprecated, for removal: This API element is subject to removal in a future version.Registers an implementation of the given routed RPC service interface. -
Uses of BindingAwareBroker.RoutedRpcRegistration in org.opendaylight.controller.sal.binding.impl
Methods in org.opendaylight.controller.sal.binding.impl that return BindingAwareBroker.RoutedRpcRegistration Modifier and Type Method Description <T extends RpcService>
BindingAwareBroker.RoutedRpcRegistration<T>RootBindingAwareBroker. addRoutedRpcImplementation(Class<T> type, T implementation)
Deprecated, for removal: This API element is subject to removal in a future version.
-