Interface BGPRibStateProvider
-
- All Known Implementing Classes:
BGPRibStateImpl
,RibImpl
,RIBImpl
@NonNullByDefault public interface BGPRibStateProvider
Interface for acquiring BGP RIB State.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BGPRibState
getRIBState()
Returns RIB Operational State.
-
-
-
Method Detail
-
getRIBState
BGPRibState getRIBState()
Returns RIB Operational State.- Returns:
- BGP RIB State
-
-