public interface PolledConfigurationSource
Modifier and Type | Method and Description |
---|---|
PollResult |
poll(boolean initial,
Object checkPoint)
Poll the configuration source to get the latest content.
|
PollResult poll(boolean initial, Object checkPoint) throws Exception
initial
- true if this operation is the first poll.checkPoint
- Object that is used to determine the starting point if the result returned is incremental.
Null if there is no check point or the caller wishes to get the full content.Exception
- If any exception occurs when fetching the configurations.Copyright © 2020. All Rights Reserved.