Interface BmpTlvRegistrator

All Known Subinterfaces:
BmpTlvRegistry
All Known Implementing Classes:
SimpleBmpTlvRegistry

public interface BmpTlvRegistrator
  • Method Details

    • registerBmpTlvParser

      org.opendaylight.yangtools.concepts.Registration registerBmpTlvParser(int tlvType, BmpTlvParser parser)
    • registerBmpTlvSerializer

      org.opendaylight.yangtools.concepts.Registration registerBmpTlvSerializer(Class<? extends Tlv> tlvClass, BmpTlvSerializer serializer)