Interface EventAggregatorService

  • All Superinterfaces:
    RpcService
    All Known Implementing Classes:
    EventSourceTopology

    public interface EventAggregatorService
    extends RpcService
    Interface for implementing the following YANG RPCs defined in module event-aggregator
     rpc create-topic {
       input input {
         leaf notification-pattern {
           type notification-pattern;
         }
         leaf node-id-pattern {
           type pattern;
         }
       }
       output output {
         leaf topic-id {
           type topic-id;
         }
       }
     }
     rpc destroy-topic {
       input input {
         leaf topic-id {
           type topic-id;
         }
       }
     }