Interface DelegatingMessageListener<T>
-
- Type Parameters:
T- the type received by the listener.
- All Known Implementing Classes:
AbstractDelegatingMessageListenerAdapter,AbstractFilteringMessageListener,AbstractRetryingMessageListenerAdapter,FilteringBatchMessageListenerAdapter,FilteringMessageListenerAdapter,KafkaBackoffAwareMessageListenerAdapter,RetryingMessageListenerAdapter
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetDelegate()Return the delegate.
-
-
-
Method Detail
-
getDelegate
T getDelegate()
Return the delegate.- Returns:
- the delegate.
-
-