public static interface Watch.Growth.PollFn<InputT,OutputT>
extends java.io.Serializable
TimestampedValue
), in the form of a Watch.Growth.PollResult
.Modifier and Type | Method and Description |
---|---|
Watch.Growth.PollResult<OutputT> |
apply(InputT input,
Instant timestamp) |
Watch.Growth.PollResult<OutputT> apply(InputT input, Instant timestamp) throws java.lang.Exception
java.lang.Exception