Interface ConsumerAwareRecordInterceptor<K,V>
- Type Parameters:
K- the key type.V- the value type.
- All Superinterfaces:
RecordInterceptor<K,,V> ThreadStateProcessor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Deprecated(since="3.0",
forRemoval=true)
@FunctionalInterface
public interface ConsumerAwareRecordInterceptor<K,V>
extends RecordInterceptor<K,V>
Deprecated, for removal: This API element is subject to removal in a future version.
A
RecordInterceptor that has access to the Consumer.- Since:
- 2.7
- Author:
- Gary Russell
-
Method Summary
Methods inherited from interface org.springframework.kafka.listener.RecordInterceptor
afterRecord, failure, intercept, successMethods inherited from interface org.springframework.kafka.listener.ThreadStateProcessor
clearThreadState, setupThreadState
RecordInterceptor.