Interface BmpSessionListener

All Known Subinterfaces:
BmpRouter
All Known Implementing Classes:
BmpMockSessionListener, BmpRouterImpl

public interface BmpSessionListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMessage(org.opendaylight.yangtools.yang.binding.Notification<?> message)
     
    void
     
    void
     
  • Method Details

    • onSessionUp

      void onSessionUp(BmpSession session)
    • onSessionDown

      void onSessionDown(Exception exception)
    • onMessage

      void onMessage(org.opendaylight.yangtools.yang.binding.Notification<?> message)