I - The type of the result of the RPC main procedure.O - The type of the RPC output.public interface RpcOutputGenerator<I,O>
RpcOutputGenerator describes interfaces to be implemented by the
class that generates output of the RPC request.| Modifier and Type | Method and Description |
|---|---|
O |
createOutput(I result)
Generate the output of the RPC request.
|
Class<O> |
getOutputType()
Return a class which indicates the type of the RPC output.
|
Copyright © 2018 OpenDaylight. All rights reserved.