Class BaseChannelSettings
java.lang.Object
ca.uhn.fhir.jpa.subscription.channel.api.BaseChannelSettings
- All Implemented Interfaces:
IChannelSettings
- Direct Known Subclasses:
ChannelConsumerSettings,ChannelProducerSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDefault true.voidsetQualifyChannelName(boolean theQualifyChannelName)Default true.voidsetRetryConfiguration(ChannelRetryConfiguration theParams)
-
Constructor Details
-
BaseChannelSettings
public BaseChannelSettings()
-
-
Method Details
-
isQualifyChannelName
Default true. Used by IChannelNamer to decide how to qualify the channel name.- Specified by:
isQualifyChannelNamein interfaceIChannelSettings
-
setQualifyChannelName
Default true. Used by IChannelNamer to decide how to qualify the channel name. -
setRetryConfiguration
-
getRetryConfigurationParameters
-