Interface BmpRouterPeer

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
BmpRouterPeerImpl

public interface BmpRouterPeer extends AutoCloseable
Represent monitored router's peer. Is responsible of processing per-peer messages.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPeerMessage(org.opendaylight.yangtools.yang.binding.Notification<?> message)
    Process peer-peer message that is related to this peer.

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • onPeerMessage

      void onPeerMessage(org.opendaylight.yangtools.yang.binding.Notification<?> message)
      Process peer-peer message that is related to this peer.
      Parameters:
      message - BMP Per-peer message.