
Class BaseChannelSettings
- java.lang.Object
-
- ca.uhn.fhir.jpa.subscription.channel.api.BaseChannelSettings
-
- All Implemented Interfaces:
IChannelSettings
- Direct Known Subclasses:
ChannelConsumerSettings
,ChannelProducerSettings
public abstract class BaseChannelSettings extends Object implements IChannelSettings
-
-
Constructor Summary
Constructors Constructor Description BaseChannelSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isQualifyChannelName()
Default true.void
setQualifyChannelName(boolean theQualifyChannelName)
Default true.
-
-
-
Constructor Detail
-
BaseChannelSettings
public BaseChannelSettings()
-
-
Method Detail
-
isQualifyChannelName
public boolean isQualifyChannelName()
Default true. Used by IChannelNamer to decide how to qualify the channel name.- Specified by:
isQualifyChannelName
in interfaceIChannelSettings
-
setQualifyChannelName
public void setQualifyChannelName(boolean theQualifyChannelName)
Default true. Used by IChannelNamer to decide how to qualify the channel name.
-
-