java.lang.Object
org.opendaylight.lispflowmapping.interfaces.lisp.SmrEvent

public class SmrEvent extends Object
Carries information about received SMR-invoked request.
  • Constructor Details

  • Method Details

    • getSubscriberList

      public List<Subscriber> getSubscriberList()
      Returns the list of subscriber addresses that are subscribed to receive SMR MapRequest for a specific EID.
      Returns:
      the list of subscriber addresses.
    • getEid

      public Eid getEid()
      Returns the EID which the xTRs are subscribed to.
      Returns:
      the subscribed EID.
    • getNonce

      public long getNonce()
      Returns the nonce associated to a MapRequest.
      Returns:
      the nonce.