
Uses of Interface
ca.uhn.fhir.broker.api.IChannelConsumer
Packages that use IChannelConsumer
Package
Description
-
Uses of IChannelConsumer in ca.uhn.fhir.broker.api
Methods in ca.uhn.fhir.broker.api that return IChannelConsumerModifier and TypeMethodDescription<T> IChannelConsumer<T>
IBrokerClient.getOrCreateConsumer
(String theChannelName, Class<? extends ca.uhn.fhir.rest.server.messaging.IMessage<T>> theMessageType, IMessageListener<T> theMessageListener, ChannelConsumerSettings theChannelConsumerSettings) Create a consumer that receives messages from the channel. -
Uses of IChannelConsumer in ca.uhn.fhir.broker.impl
Methods in ca.uhn.fhir.broker.impl that return IChannelConsumerModifier and TypeMethodDescription<T> IChannelConsumer<T>
LinkedBlockingBrokerClient.getOrCreateConsumer
(String theChannelName, Class<? extends ca.uhn.fhir.rest.server.messaging.IMessage<T>> theMessageType, IMessageListener<T> theMessageListener, ChannelConsumerSettings theChannelConsumerSettings) -
Uses of IChannelConsumer in ca.uhn.fhir.broker.jms
Classes in ca.uhn.fhir.broker.jms that implement IChannelConsumer -
Uses of IChannelConsumer in ca.uhn.fhir.jpa.subscription.channel.subscription
Methods in ca.uhn.fhir.jpa.subscription.channel.subscription that return IChannelConsumerModifier and TypeMethodDescriptionSubscriptionChannelFactory.newDeliveryConsumer
(String theChannelName, IMessageListener<ResourceDeliveryMessage> theListener, ChannelConsumerSettings theChannelSettings) SubscriptionChannelFactory.newMatchingConsumer
(String theChannelName, IMessageListener<ResourceModifiedMessage> theListener, ChannelConsumerSettings theChannelSettings)