Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
N
- nack(int, Duration) - Method in interface org.springframework.kafka.support.Acknowledgment
 - 
Negatively acknowledge the record at an index in a batch - commit the offset(s) of records before the index and re-seek the partitions so that the record at the index and subsequent records will be redelivered after the sleep duration.
 - nack(Duration) - Method in interface org.springframework.kafka.support.Acknowledgment
 - 
Negatively acknowledge the current record - discard remaining records from the poll and re-seek all partitions so that this record will be redelivered after the sleep duration.
 - name(String) - Static method in class org.springframework.kafka.config.TopicBuilder
 - 
Create a TopicBuilder with the supplied name.
 - NATIVE_HEADERS - Static variable in class org.springframework.kafka.support.KafkaHeaders
 - 
The header for holding the native headers of the consumer record; only provided if no header mapper is present.
 - NEVER - Enum constant in enum class org.springframework.kafka.listener.ContainerProperties.AssignmentCommitOption
 - 
Never commit the current offset during partition assignment.
 - neverLogListenerException() - Method in class org.springframework.kafka.retrytopic.DeadLetterPublishingRecovererFactory
 - 
Never logs the listener exception.
 - NeverMatchHeaderMatcher(String...) - Constructor for class org.springframework.kafka.support.AbstractKafkaHeaderMapper.NeverMatchHeaderMatcher
 - newInstance() - Static method in class org.springframework.kafka.retrytopic.RetryTopicConfigurationBuilder
 - 
Create a new instance of the builder.
 - NewTopics(NewTopic...) - Constructor for class org.springframework.kafka.core.KafkaAdmin.NewTopics
 - 
Construct an instance with the
NewTopics. - NO_DLT - Enum constant in enum class org.springframework.kafka.retrytopic.DltStrategy
 - 
Don't create a DLT.
 - NO_OFFSET - Enum constant in enum class org.springframework.kafka.event.ConsumerStoppedEvent.Reason
 - 
No offset found for a partition and no reset policy.
 - noBackoff() - Method in class org.springframework.kafka.retrytopic.RetryTopicConfigurationBuilder
 - noBeanFoundMessage(Object, String, String, Class<?>) - Method in class org.springframework.kafka.annotation.KafkaListenerAnnotationBeanPostProcessor
 - NonResponsiveConsumerEvent - Class in org.springframework.kafka.event
 - 
An event that is emitted when a consumer is not responding to the poll; with early versions of the kafka-clients, this was a possible indication that the broker is down.
 - NonResponsiveConsumerEvent(Object, Object, long, String, Collection<TopicPartition>, Consumer<?, ?>) - Constructor for class org.springframework.kafka.event.NonResponsiveConsumerEvent
 - 
Construct an instance with the provided properties.
 - NonTrustedHeaderType() - Constructor for class org.springframework.kafka.support.DefaultKafkaHeaderMapper.NonTrustedHeaderType
 - NORMAL - Enum constant in enum class org.springframework.kafka.event.ConsumerStoppedEvent.Reason
 - 
The consumer was stopped because the container was stopped.
 - NOT_SET - Static variable in class org.springframework.kafka.retrytopic.RetryTopicConstants
 - 
Constant to represent that the integer property is not set.
 - notRetryOn(Class<? extends Throwable>) - Method in class org.springframework.kafka.retrytopic.RetryTopicConfigurationBuilder
 - notRetryOn(List<Class<? extends Throwable>>) - Method in class org.springframework.kafka.retrytopic.RetryTopicConfigurationBuilder
 - noTypeInfo() - Method in class org.springframework.kafka.support.serializer.JsonSerde
 - 
Configure the serializer to not add type information.
 - noTypeInfo() - Method in class org.springframework.kafka.support.serializer.JsonSerializer
 - 
Do not include type info headers.
 - NULL_MESSAGE - Static variable in class org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter
 - 
Message used when no conversion is needed.
 - numPartitions() - Element in annotation interface org.springframework.kafka.annotation.RetryableTopic
 - 
The number of partitions for the automatically created topics.
 - numPartitions() - Method in class org.springframework.kafka.retrytopic.DestinationTopic.Properties
 - 
Return the number of partitions the retry topics should be created with.
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form