Interface DelegatingMessageListener<T>
- Type Parameters:
T- the type received by the listener.
- All Known Implementing Classes:
AbstractDelegatingMessageListenerAdapter,AbstractFilteringMessageListener,AbstractRetryingMessageListenerAdapter,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
- Author:
- Gary Russell
-
Method Summary
-
Method Details
-
getDelegate
T getDelegate()Return the delegate.- Returns:
- the delegate.
-