
Package ca.uhn.fhir.broker.api
Class ChannelProducerSettings
java.lang.Object
ca.uhn.fhir.broker.api.BaseChannelSettings
ca.uhn.fhir.broker.api.ChannelProducerSettings
- All Implemented Interfaces:
IChannelSettings
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIn the case where the Message Broker adds a suffix to the channel name to define the producer name, this allows control of the suffix used.setConcurrentConsumers
(int theConcurrentConsumers) setProducerNameSuffix
(String theProducerNameSuffix) In the case where the Message Broker adds a suffix to the channel name to define the producer name, this allows control of the suffix used.Methods inherited from class ca.uhn.fhir.broker.api.BaseChannelSettings
getRetryConfigurationParameters, isQualifyChannelName, isUseJacksonMessageConverter, setQualifyChannelName, setRetryConfiguration, setUseJacksonMessageConverter
-
Field Details
-
DEFAULT_CHANNEL_CONSUMERS
-
-
Constructor Details
-
ChannelProducerSettings
public ChannelProducerSettings()Constructor
-
-
Method Details
-
getConcurrentConsumers
-
setConcurrentConsumers
-
getProducerNameSuffix
In the case where the Message Broker adds a suffix to the channel name to define the producer name, this allows control of the suffix used. -
setProducerNameSuffix
In the case where the Message Broker adds a suffix to the channel name to define the producer name, this allows control of the suffix used.
-