public interface YrtIetfEventNotificationsService
extends org.onosproject.yang.model.RpcService
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.yang.model.RpcOutput |
createSubscription(org.onosproject.yang.model.RpcInput inputVar)
Service interface of createSubscription.
|
org.onosproject.yang.model.RpcOutput |
deleteSubscription(org.onosproject.yang.model.RpcInput inputVar)
Service interface of deleteSubscription.
|
org.onosproject.yang.model.RpcOutput |
establishSubscription(org.onosproject.yang.model.RpcInput inputVar)
Service interface of establishSubscription.
|
org.onosproject.yang.model.RpcOutput |
modifySubscription(org.onosproject.yang.model.RpcInput inputVar)
Service interface of modifySubscription.
|
org.onosproject.yang.model.RpcOutput establishSubscription(org.onosproject.yang.model.RpcInput inputVar)
inputVar - input of service interface establishSubscriptionorg.onosproject.yang.model.RpcOutput createSubscription(org.onosproject.yang.model.RpcInput inputVar)
inputVar - input of service interface createSubscriptionorg.onosproject.yang.model.RpcOutput modifySubscription(org.onosproject.yang.model.RpcInput inputVar)
inputVar - input of service interface modifySubscriptionorg.onosproject.yang.model.RpcOutput deleteSubscription(org.onosproject.yang.model.RpcInput inputVar)
inputVar - input of service interface deleteSubscriptionCopyright © 2018. All rights reserved.