Class SpringMessagingReceiverAdapter<T>

java.lang.Object
ca.uhn.fhir.broker.jms.SpringMessagingReceiverAdapter<T>
Type Parameters:
T - the type of payload this message consumer is expecting to receive
All Implemented Interfaces:
IChannelConsumer<T>, AutoCloseable

public class SpringMessagingReceiverAdapter<T> extends Object implements IChannelConsumer<T>
Adapt a Spring Messaging (JMS) Queue to IChannelConsumer