public interface OpendaylightKnockKnockRpcService extends RpcService
rpc knock-knock { input { leaf knocker-id { ext:context-reference routed:test-context; type instance-identifier; } leaf question { type string; } } output { leaf answer { type string; } } }
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<KnockKnockOutput>> |
knockKnock(KnockKnockInput input) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<KnockKnockOutput>> knockKnock(KnockKnockInput input)
Copyright © 2019 OpenDaylight. All rights reserved.