Uses of Enum
org.apache.sling.distribution.journal.Reset
Packages that use Reset
-
Uses of Reset in org.apache.sling.distribution.journal
Methods in org.apache.sling.distribution.journal that return ResetModifier and TypeMethodDescriptionstatic Reset
Returns the enum constant of this type with the specified name.static Reset[]
Reset.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.distribution.journal with parameters of type ResetModifier and TypeMethodDescriptionGet assign String to feed into createPoller based on either earliest or latest and a relative offset.default Closeable
MessagingProvider.createPoller
(String topicName, Reset reset, String assign, Map<String, String> filterProperties, HandlerAdapter<?>... adapters) Create a poller which listens to a topic and starts at a given reset or assigned offset.MessagingProvider.createPoller
(String topicName, Reset reset, String assign, HandlerAdapter<?>... adapters) Create a poller which listens to a topic and starts at a given reset or assigned offset.default Closeable
MessagingProvider.createPoller
(String topicName, Reset reset, HandlerAdapter<?>... adapters) long
MessagingProvider.retrieveOffset
(String topicName, Reset reset) Retrieve earliest or latest offset for a topic