public interface DOMRpcAvailabilityListener extends EventListener
EventListener used to track RPC implementations becoming (un)available
to a DOMRpcService.| Modifier and Type | Method and Description |
|---|---|
void |
onRpcAvailable(Collection<DOMRpcIdentifier> rpcs)
Method invoked whenever an RPC type becomes available.
|
void |
onRpcUnavailable(Collection<DOMRpcIdentifier> rpcs)
Method invoked whenever an RPC type becomes unavailable.
|
void onRpcAvailable(@Nonnull Collection<DOMRpcIdentifier> rpcs)
rpcs - RPC types newly availablevoid onRpcUnavailable(@Nonnull Collection<DOMRpcIdentifier> rpcs)
rpcs - RPC types which became unavailableCopyright © 2016 OpenDaylight. All rights reserved.