Uses of Interface
org.opendaylight.protocol.bgp.openconfig.spi.BGPTableTypeRegistryConsumer
-
-
Uses of BGPTableTypeRegistryConsumer in org.opendaylight.protocol.bgp.openconfig.spi
Subinterfaces of BGPTableTypeRegistryConsumer in org.opendaylight.protocol.bgp.openconfig.spi Modifier and Type Interface Description interfaceBGPTableTypeRegistryProviderThe BGP extension may provide supported table type (AFI/SAFI).Classes in org.opendaylight.protocol.bgp.openconfig.spi that implement BGPTableTypeRegistryConsumer Modifier and Type Class Description classDefaultBGPTableTypeRegistryConsumerMethods in org.opendaylight.protocol.bgp.openconfig.spi that return BGPTableTypeRegistryConsumer Modifier and Type Method Description static @NonNull BGPTableTypeRegistryConsumerBGPTableTypeRegistryConsumer. of(Collection<BGPTableTypeRegistryProviderActivator> extensionActivators)Create an immutable BGPTableTypeRegistryConsumer.static @NonNull BGPTableTypeRegistryConsumerBGPTableTypeRegistryConsumer. of(BGPTableTypeRegistryProviderActivator... extensionActivators)Create an immutable BGPTableTypeRegistryConsumer.
-