public interface BGPStateProvider
Modifier and Type | Method and Description |
---|---|
void |
bind(BGPPeerStateConsumer bgpState)
registerRib/Peer state.
|
void |
bind(BGPRibStateConsumer bgpState)
register Rib state.
|
void |
unbind(BGPPeerStateConsumer bgpState)
Unregister Peer state.
|
void |
unbind(BGPRibStateConsumer bgpState)
Unregister Rib state.
|
void bind(@Nonnull BGPRibStateConsumer bgpState)
bgpState
- rib Statevoid unbind(@Nonnull BGPRibStateConsumer bgpState)
bgpState
- Rib/Peer Statevoid bind(@Nonnull BGPPeerStateConsumer bgpState)
bgpState
- rib Statevoid unbind(@Nonnull BGPPeerStateConsumer bgpState)
bgpState
- Peer StateCopyright © 2019 OpenDaylight. All rights reserved.