
Uses of Class
ca.uhn.fhir.broker.api.ChannelConsumerSettings
Packages that use ChannelConsumerSettings
Package
Description
-
Uses of ChannelConsumerSettings in ca.uhn.fhir.broker.api
Methods in ca.uhn.fhir.broker.api that return ChannelConsumerSettingsModifier and TypeMethodDescriptionChannelConsumerSettings.setConcurrentConsumers
(int theConcurrentConsumers) Methods in ca.uhn.fhir.broker.api with parameters of type ChannelConsumerSettingsModifier 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 ChannelConsumerSettings in ca.uhn.fhir.broker.impl
Methods in ca.uhn.fhir.broker.impl with parameters of type ChannelConsumerSettingsModifier 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 ChannelConsumerSettings in ca.uhn.fhir.jpa.subscription.channel.impl
Methods in ca.uhn.fhir.jpa.subscription.channel.impl with parameters of type ChannelConsumerSettingsModifier and TypeMethodDescriptionLinkedBlockingChannelFactory.getOrCreateReceiver
(String theChannelName, ChannelConsumerSettings theChannelSettings) -
Uses of ChannelConsumerSettings in ca.uhn.fhir.jpa.subscription.channel.subscription
Methods in ca.uhn.fhir.jpa.subscription.channel.subscription that return ChannelConsumerSettingsModifier and TypeMethodDescriptionprotected ChannelConsumerSettings
SubscriptionChannelFactory.newConsumerConfigForDeliveryChannel
(ChannelConsumerSettings theOptions) protected ChannelConsumerSettings
SubscriptionChannelFactory.newConsumerConfigForMatchingChannel
(ChannelConsumerSettings theOptions) Methods in ca.uhn.fhir.jpa.subscription.channel.subscription with parameters of type ChannelConsumerSettingsModifier and TypeMethodDescriptionprotected ChannelConsumerSettings
SubscriptionChannelFactory.newConsumerConfigForDeliveryChannel
(ChannelConsumerSettings theOptions) protected ChannelConsumerSettings
SubscriptionChannelFactory.newConsumerConfigForMatchingChannel
(ChannelConsumerSettings theOptions) SubscriptionChannelFactory.newDeliveryConsumer
(String theChannelName, IMessageListener<ResourceDeliveryMessage> theListener, ChannelConsumerSettings theChannelSettings) SubscriptionChannelFactory.newMatchingConsumer
(String theChannelName, IMessageListener<ResourceModifiedMessage> theListener, ChannelConsumerSettings theChannelSettings)