public interface RpcImplementation
| Modifier and Type | Method and Description | 
|---|---|
Set<Class<? extends DataContainer>> | 
getSupportedInputs()  | 
<T extends DataContainer> | 
invoke(Class<T> type,
      T input)  | 
Set<Class<? extends DataContainer>> getSupportedInputs()
<T extends DataContainer> Future<org.opendaylight.yangtools.yang.common.RpcResult<?>> invoke(Class<T> type, T input)
Copyright © 2018 OpenDaylight. All rights reserved.