
Uses of Class
ca.uhn.fhir.broker.api.ChannelProducerSettings
Packages that use ChannelProducerSettings
Package
Description
-
Uses of ChannelProducerSettings in ca.uhn.fhir.broker.api
Methods in ca.uhn.fhir.broker.api that return ChannelProducerSettingsModifier and TypeMethodDescriptionChannelProducerSettings.setConcurrentConsumers
(int theConcurrentConsumers) Methods in ca.uhn.fhir.broker.api with parameters of type ChannelProducerSettingsModifier and TypeMethodDescription<T> IChannelProducer<T>
IBrokerClient.getOrCreateProducer
(String theChannelName, Class<? extends ca.uhn.fhir.rest.server.messaging.IMessage<T>> theMessageType, ChannelProducerSettings theChannelProducerSettings) Create a producer that is used to send messages to the channel. -
Uses of ChannelProducerSettings in ca.uhn.fhir.broker.impl
Methods in ca.uhn.fhir.broker.impl with parameters of type ChannelProducerSettingsModifier and TypeMethodDescription<T> IChannelProducer<T>
LinkedBlockingBrokerClient.getOrCreateProducer
(String theChannelName, Class<? extends ca.uhn.fhir.rest.server.messaging.IMessage<T>> theMessageType, ChannelProducerSettings theChannelProducerSettings) -
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, 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 ChannelProducerSettings
SubscriptionChannelFactory.newProducerConfigForDeliveryChannel
(ChannelProducerSettings theOptions) protected ChannelProducerSettings
SubscriptionChannelFactory.newProducerConfigForMatchingChannel
(ChannelProducerSettings theOptions) Methods in ca.uhn.fhir.jpa.subscription.channel.subscription with parameters of type ChannelProducerSettingsModifier and TypeMethodDescriptionSubscriptionChannelFactory.newDeliveryProducer
(String theChannelName, ChannelProducerSettings theChannelSettings) SubscriptionChannelFactory.newMatchingProducer
(String theChannelName, ChannelProducerSettings theChannelSettings) protected ChannelProducerSettings
SubscriptionChannelFactory.newProducerConfigForDeliveryChannel
(ChannelProducerSettings theOptions) protected ChannelProducerSettings
SubscriptionChannelFactory.newProducerConfigForMatchingChannel
(ChannelProducerSettings theOptions)