Interface BackwardCompatibleAtomicService<I,​O>

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<O>> handleAndNotify​(I input, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService)
      Deprecated.
      process rpc request and publish corresponding notification upon success.
    • Method Detail

      • handleAndNotify

        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<O>> handleAndNotify​(I input,
                                                                                                                                org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService)
        Deprecated.
        process rpc request and publish corresponding notification upon success.
        Parameters:
        input - rpc input
        notificationPublishService - publisher handle