Class MultiplexingListener<T>

java.lang.Object
ca.uhn.fhir.broker.impl.MultiplexingListener<T>
Type Parameters:
T - the type of payload this message listener is expecting to receive
All Implemented Interfaces:
IMessageListener<T>, IRetryAwareMessageListener<T>, AutoCloseable

This message listener delegates message handling to an ordered list of sub-listeners. It supports message handling within a retry-aware context.