
Class ChannelProducerSettings
- java.lang.Object
-
- ca.uhn.fhir.jpa.subscription.channel.api.BaseChannelSettings
-
- ca.uhn.fhir.jpa.subscription.channel.api.ChannelProducerSettings
-
- All Implemented Interfaces:
IChannelSettings
public class ChannelProducerSettings extends BaseChannelSettings
-
-
Field Summary
Fields Modifier and Type Field Description static Integer
DEFAULT_CHANNEL_CONSUMERS
-
Constructor Summary
Constructors Constructor Description ChannelProducerSettings()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getConcurrentConsumers()
ChannelProducerSettings
setConcurrentConsumers(int theConcurrentConsumers)
-
Methods inherited from class ca.uhn.fhir.jpa.subscription.channel.api.BaseChannelSettings
isQualifyChannelName, setQualifyChannelName
-
-
-
-
Field Detail
-
DEFAULT_CHANNEL_CONSUMERS
public static final Integer DEFAULT_CHANNEL_CONSUMERS
-
-
Constructor Detail
-
ChannelProducerSettings
public ChannelProducerSettings()
Constructor
-
-
Method Detail
-
getConcurrentConsumers
public Integer getConcurrentConsumers()
-
setConcurrentConsumers
public ChannelProducerSettings setConcurrentConsumers(int theConcurrentConsumers)
-
-