Interface DelegatingMessageListener<T>
- Type Parameters:
T- the type received by the listener.
- All Known Implementing Classes:
AbstractDelegatingMessageListenerAdapter, AbstractFilteringMessageListener, ConvertingMessageListener, FilteringBatchMessageListenerAdapter, FilteringMessageListenerAdapter, KafkaBackoffAwareMessageListenerAdapter
public interface DelegatingMessageListener<T>
Classes implementing this interface allow containers to determine the type of the
ultimate listener.
- Since:
- 2.0
-
Method Summary
-
Method Details
-
getDelegate
-