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 Detail

      • processFlatBatch

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ProcessFlatBatchOutput>> processFlatBatch​(ProcessFlatBatchInput input)
        Invoke process-flat-batch RPC.
             
                 Process add/update/remove of items in batch towards openflow device.
             
         
        Parameters:
        input - of process-flat-batch
        Returns:
        output of process-flat-batch