Uses of Interface
org.opendaylight.controller.md.sal.dom.api.DOMRpcAvailabilityListener
-
-
Uses of DOMRpcAvailabilityListener in org.opendaylight.controller.md.sal.dom.api
Methods in org.opendaylight.controller.md.sal.dom.api with type parameters of type DOMRpcAvailabilityListener Modifier and Type Method Description <T extends DOMRpcAvailabilityListener>
@NonNull org.opendaylight.yangtools.concepts.ListenerRegistration<T>DOMRpcService. registerRpcListener(@NonNull T listener)Deprecated, for removal: This API element is subject to removal in a future version.Register aDOMRpcAvailabilityListenerwith this service to receive notifications about RPC implementations becoming (un)available.
-