Uses of Class
ca.uhn.fhir.jpa.subscription.channel.api.ChannelProducerSettings
Packages that use ChannelProducerSettings
Package
Description
-
Uses of ChannelProducerSettings in ca.uhn.fhir.jpa.subscription.channel.api
Methods in ca.uhn.fhir.jpa.subscription.channel.api that return ChannelProducerSettingsModifier and TypeMethodDescriptionChannelProducerSettings.setConcurrentConsumers(int theConcurrentConsumers)Methods in ca.uhn.fhir.jpa.subscription.channel.api with parameters of type ChannelProducerSettingsModifier and TypeMethodDescriptionIChannelFactory.getOrCreateProducer(String theChannelName, Class<?> theMessageType, ChannelProducerSettings theChannelSettings)Create a channel that is used to send messages to the queue. -
Uses of ChannelProducerSettings in ca.uhn.fhir.jpa.subscription.channel.impl
Methods in ca.uhn.fhir.jpa.subscription.channel.impl with parameters of type ChannelProducerSettingsModifier and TypeMethodDescriptionLinkedBlockingChannelFactory.getOrCreateProducer(String theChannelName, Class<?> theMessageType, ChannelProducerSettings theChannelSettings) -
Uses of ChannelProducerSettings in ca.uhn.fhir.jpa.subscription.channel.subscription
Methods in ca.uhn.fhir.jpa.subscription.channel.subscription that return ChannelProducerSettingsModifier and TypeMethodDescriptionprotected ChannelProducerSettingsSubscriptionChannelFactory.newProducerConfigForDeliveryChannel(ChannelProducerSettings theOptions)protected ChannelProducerSettingsSubscriptionChannelFactory.newProducerConfigForMatchingChannel(ChannelProducerSettings theOptions)Methods in ca.uhn.fhir.jpa.subscription.channel.subscription with parameters of type ChannelProducerSettingsModifier and TypeMethodDescriptionSubscriptionChannelFactory.newDeliverySendingChannel(String theChannelName, ChannelProducerSettings theChannelSettings)SubscriptionChannelFactory.newMatchingSendingChannel(String theChannelName, ChannelProducerSettings theChannelSettings)protected ChannelProducerSettingsSubscriptionChannelFactory.newProducerConfigForDeliveryChannel(ChannelProducerSettings theOptions)protected ChannelProducerSettingsSubscriptionChannelFactory.newProducerConfigForMatchingChannel(ChannelProducerSettings theOptions)