Interface SalFlatBatchService
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
- All Known Implementing Classes:
SalFlatBatchServiceImpl
@Generated("mdsal-binding-generator")
public interface SalFlatBatchService
extends org.opendaylight.yangtools.yang.binding.RpcService
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ProcessFlatBatchOutput>>
Invokeprocess-flat-batch
RPC.
-
Method Details
-
processFlatBatch
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ProcessFlatBatchOutput>> processFlatBatch(ProcessFlatBatchInput input) Invokeprocess-flat-batch
RPC.Process add/update/remove of items in batch towards openflow device.
- Parameters:
input
- ofprocess-flat-batch
- Returns:
- output of
process-flat-batch
-