Uses of Interface
org.springframework.kafka.listener.RecordInterceptor
Packages that use RecordInterceptor
Package
Description
Package for kafka configuration
Package for kafka listeners
-
Uses of RecordInterceptor in org.springframework.kafka.config
Methods in org.springframework.kafka.config with parameters of type RecordInterceptorModifier and TypeMethodDescriptionvoidAbstractKafkaListenerContainerFactory.setRecordInterceptor(RecordInterceptor<K, V> recordInterceptor) Set an interceptor to be called before calling the listener. -
Uses of RecordInterceptor in org.springframework.kafka.listener
Subinterfaces of RecordInterceptor in org.springframework.kafka.listenerModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.Classes in org.springframework.kafka.listener that implement RecordInterceptorModifier and TypeClassDescriptionclassARecordInterceptorthat delegates to one or moreRecordInterceptors in order.Methods in org.springframework.kafka.listener that return RecordInterceptorModifier and TypeMethodDescriptionprotected RecordInterceptor<K,V> AbstractMessageListenerContainer.getRecordInterceptor()Methods in org.springframework.kafka.listener with parameters of type RecordInterceptorModifier and TypeMethodDescriptionvoidAbstractMessageListenerContainer.setRecordInterceptor(RecordInterceptor<K, V> recordInterceptor) Set an interceptor to be called before calling the record listener.Constructors in org.springframework.kafka.listener with parameters of type RecordInterceptorModifierConstructorDescriptionCompositeRecordInterceptor(RecordInterceptor<K, V>... delegates) Construct an instance with the provided delegates.
RecordInterceptor.