Uses of Interface
org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementationRegistration
-
-
Uses of DOMRpcImplementationRegistration in org.opendaylight.controller.md.sal.dom.api
Methods in org.opendaylight.controller.md.sal.dom.api that return DOMRpcImplementationRegistration Modifier and Type Method Description <T extends DOMRpcImplementation>
@NonNull DOMRpcImplementationRegistration<T>DOMRpcProviderService. registerRpcImplementation(@NonNull T implementation, @NonNull Set<DOMRpcIdentifier> rpcs)Deprecated, for removal: This API element is subject to removal in a future version.Register anDOMRpcImplementationobject with this service.<T extends DOMRpcImplementation>
@NonNull DOMRpcImplementationRegistration<T>DOMRpcProviderService. registerRpcImplementation(@NonNull T implementation, @NonNull DOMRpcIdentifier... rpcs)Deprecated, for removal: This API element is subject to removal in a future version.Register anDOMRpcImplementationobject with this service.
-