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 @FunctionalInterface public interface ConsumerAwareRecordInterceptor<K,V> extends RecordInterceptor<K,V>
Deprecated.
A RecordInterceptor that has access to the Consumer.
Since:
2.7
Author:
Gary Russell