Uses of Interface
org.springframework.kafka.listener.ThreadStateProcessor
Packages that use ThreadStateProcessor
-
Uses of ThreadStateProcessor in org.springframework.kafka.listener
Subinterfaces of ThreadStateProcessor in org.springframework.kafka.listenerModifier and TypeInterfaceDescriptioninterfaceBatchInterceptor<K,V> An interceptor for batches of records.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceRecordInterceptor<K,V> An interceptor forConsumerRecordinvoked by the listener container before and after invoking the listener.Classes in org.springframework.kafka.listener that implement ThreadStateProcessorModifier and TypeClassDescriptionclassABatchInterceptorthat delegates to one or moreBatchInterceptors in order.classARecordInterceptorthat delegates to one or moreRecordInterceptors in order.
RecordInterceptor.