Uses of Class
ca.uhn.fhir.jpa.subscription.channel.api.ChannelConsumerSettings
Packages that use ChannelConsumerSettings
Package
Description
-
Uses of ChannelConsumerSettings in ca.uhn.fhir.jpa.subscription.channel.api
Methods in ca.uhn.fhir.jpa.subscription.channel.api that return ChannelConsumerSettingsModifier and TypeMethodDescriptionChannelConsumerSettings.setConcurrentConsumers(int theConcurrentConsumers)Methods in ca.uhn.fhir.jpa.subscription.channel.api with parameters of type ChannelConsumerSettingsModifier and TypeMethodDescriptionIChannelFactory.getOrCreateReceiver(String theChannelName, Class<?> theMessageType, ChannelConsumerSettings theChannelSettings)Create a channel that is used to receive messages from the queue. -
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, Class<?> theMessageType, 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 ChannelConsumerSettingsSubscriptionChannelFactory.newConsumerConfigForDeliveryChannel(ChannelConsumerSettings theOptions)protected ChannelConsumerSettingsSubscriptionChannelFactory.newConsumerConfigForMatchingChannel(ChannelConsumerSettings theOptions)Methods in ca.uhn.fhir.jpa.subscription.channel.subscription with parameters of type ChannelConsumerSettingsModifier and TypeMethodDescriptionprotected ChannelConsumerSettingsSubscriptionChannelFactory.newConsumerConfigForDeliveryChannel(ChannelConsumerSettings theOptions)protected ChannelConsumerSettingsSubscriptionChannelFactory.newConsumerConfigForMatchingChannel(ChannelConsumerSettings theOptions)SubscriptionChannelFactory.newDeliveryReceivingChannel(String theChannelName, ChannelConsumerSettings theChannelSettings)SubscriptionChannelFactory.newMatchingReceivingChannel(String theChannelName, ChannelConsumerSettings theChannelSettings)