public interface HelloService
extends org.onosproject.yang.model.RpcService
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.yang.model.RpcOutput |
helloSecond(org.onosproject.yang.model.RpcInput inputVar)
Service interface of helloSecond.
|
org.onosproject.yang.model.RpcOutput |
helloWorld(org.onosproject.yang.model.RpcInput inputVar)
Service interface of helloWorld.
|
org.onosproject.yang.model.RpcOutput helloWorld(org.onosproject.yang.model.RpcInput inputVar)
inputVar - input of service interface helloWorldorg.onosproject.yang.model.RpcOutput helloSecond(org.onosproject.yang.model.RpcInput inputVar)
inputVar - input of service interface helloSecondCopyright © 2018. All rights reserved.