- 
- Enclosing interface:
- PollingStrategy
 - Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
 @FunctionalInterface public static interface PollingStrategy.Polled A polled component. For config this interface is implemented by the config system itself.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeEventTypepoll(Instant when)Poll for changes.
 
- 
- 
- 
Method Detail- 
pollChangeEventType poll(Instant when) Poll for changes. The result may be used to modify behavior of thePollingStrategytriggering this poll event.- Parameters:
- when- instant this polling request was created
- Returns:
- result of the polling
 
 
- 
 
-