public interface ThreadpoolImplService
extends org.opendaylight.yangtools.yang.binding.RpcService
rpc get-dead-events-count {
input {
leaf context-instance {
type instance-identifier;
}
}
output {
leaf result {
type uint32;
}
}
}
| Modifier and Type | Method and Description |
|---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetDeadEventsCountOutput>> |
getDeadEventsCount(GetDeadEventsCountInput input) |
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetDeadEventsCountOutput>> getDeadEventsCount(GetDeadEventsCountInput input)
Copyright © 2016 OpenDaylight. All rights reserved.