Interface OpendaylightOfMigrationTestModelService
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
public interface OpendaylightOfMigrationTestModelService extends org.opendaylight.yangtools.yang.binding.RpcServiceInterface for implementing the following YANG RPCs defined in module opendaylight-of-migration-test-modelrpc knock-knock { input input { leaf knocker-id { ext:context-reference routed:test-context; type instance-identifier; } leaf question { type string; } } output output { leaf answer { type string; } } }
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<KnockKnockOutput>>knockKnock(KnockKnockInput input)
-
-
-
Method Detail
-
knockKnock
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<KnockKnockOutput>> knockKnock(KnockKnockInput input)
-
-