@FunctionalInterface public interface Rpc<I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>> extends Operation
Modifier and Type | Method and Description |
---|---|
void |
invoke(I input,
RpcCallback<O> callback) |
void invoke(I input, RpcCallback<O> callback)
input
- Rpc input schema nodecallback
- on success/failure callbackCopyright © 2019 OpenDaylight. All rights reserved.