Interface BGPMessagesListener

All Known Subinterfaces:
BGPSessionStateListener
All Known Implementing Classes:
ApplicationPeer, BGPPeer, BGPPeerStateImpl, BGPSessionStateImpl

@NonNullByDefault public interface BGPMessagesListener
BGP Operational Messages Listener State.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    messageReceived(org.opendaylight.yangtools.yang.binding.Notification<?> msg)
    Fired when message is received.
    void
    messageSent(org.opendaylight.yangtools.yang.binding.Notification<?> msg)
    Fired when message is sent.
  • Method Details

    • messageSent

      void messageSent(org.opendaylight.yangtools.yang.binding.Notification<?> msg)
      Fired when message is sent.
      Parameters:
      msg - message
    • messageReceived

      void messageReceived(org.opendaylight.yangtools.yang.binding.Notification<?> msg)
      Fired when message is received.
      Parameters:
      msg - message