Uses of Enum
com.azure.spring.messaging.eventhubs.core.checkpoint.CheckpointMode
Packages that use CheckpointMode
Package
Description
Event Hubs checkpoint configs.
-
Uses of CheckpointMode in com.azure.spring.messaging.eventhubs.core.checkpoint
Methods in com.azure.spring.messaging.eventhubs.core.checkpoint that return CheckpointModeModifier and TypeMethodDescriptionCheckpointConfig.getMode()Get the checkpoint mode.static CheckpointModeReturns the enum constant of this type with the specified name.static CheckpointMode[]CheckpointMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.spring.messaging.eventhubs.core.checkpoint with parameters of type CheckpointModeModifier and TypeMethodDescriptionvoidCheckpointConfig.setMode(CheckpointMode mode) Set the checkpoint mode.Constructors in com.azure.spring.messaging.eventhubs.core.checkpoint with parameters of type CheckpointModeModifierConstructorDescriptionConstruct aCheckpointConfigwith the specifiedCheckpointModemode.CheckpointConfig(CheckpointMode mode, Integer count) Construct aCheckpointConfigwith the specifiedCheckpointModemode and the amount of messages for each partition to do one checkpoint.CheckpointConfig(CheckpointMode mode, Integer count, Duration interval) Construct aCheckpointConfigwith the specifiedCheckpointModemode, the amount of messages for each partition to do one checkpoint and the time interval to do one checkpoint.CheckpointConfig(CheckpointMode mode, Duration duration) Construct aCheckpointConfigwith the specifiedCheckpointModemode and the time interval to do one checkpoint.