public interface RepeatConsumer<T>
MessageRepeater
or OnceOffSchedule
and OnceOffRepeatConsumer
.Modifier and Type | Method and Description |
---|---|
RepeatAction |
consume(T data)
Consumes the message data and returns an indication of whether the same
data should be delivered again.
|
RepeatAction consume(T data)