Interface BmpTlvRegistrator
- All Known Subinterfaces:
BmpTlvRegistry
- All Known Implementing Classes:
SimpleBmpTlvRegistry
public interface BmpTlvRegistrator
-
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
registerBmpTlvParser
(int tlvType, BmpTlvParser parser) org.opendaylight.yangtools.concepts.Registration
registerBmpTlvSerializer
(Class<? extends Tlv> tlvClass, BmpTlvSerializer serializer)
-
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)
-