Uses of Enum Class
org.springframework.kafka.listener.ContainerProperties.AssignmentCommitOption
Packages that use ContainerProperties.AssignmentCommitOption
-
Uses of ContainerProperties.AssignmentCommitOption in org.springframework.kafka.listener
Subclasses with type arguments of type ContainerProperties.AssignmentCommitOption in org.springframework.kafka.listenerModifier and TypeClassDescriptionstatic enumOffset commit behavior during assignment.Methods in org.springframework.kafka.listener that return ContainerProperties.AssignmentCommitOptionModifier and TypeMethodDescriptionContainerProperties.getAssignmentCommitOption()Returns the enum constant of this class with the specified name.ContainerProperties.AssignmentCommitOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.kafka.listener with parameters of type ContainerProperties.AssignmentCommitOptionModifier and TypeMethodDescriptionvoidContainerProperties.setAssignmentCommitOption(ContainerProperties.AssignmentCommitOption assignmentCommitOption) Set the assignment commit option.