Class HvlLogProducerConfigurableLogProviderProperties

java.lang.Object
tr.com.havelsan.javarch.configuration.HvlBaseConfiguration
tr.com.havelsan.javarch.log.producer.configurablelog.provider.configuration.properties.HvlLogProducerConfigurableLogProviderProperties

@ConfigurationProperties(prefix="hvl.logger.producer.configurable-log") public class HvlLogProducerConfigurableLogProviderProperties extends tr.com.havelsan.javarch.configuration.HvlBaseConfiguration
Properties for Log Producer Provider Configurable Log.
  • Constructor Details

    • HvlLogProducerConfigurableLogProviderProperties

      public HvlLogProducerConfigurableLogProviderProperties(HvlLogProducerConfigurableLogProviderCacheProperties initializeCacheProperties)
      Instantiates a new HvlLogProducerProviderConfigurableLogProperties.
      Parameters:
      initializeCacheProperties - the initialize cache properties
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Is enabled boolean.
      Returns:
      the boolean
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets enabled.
      Parameters:
      enabled - the enabled
    • getSettingEventTopicName

      public String getSettingEventTopicName()
      Gets setting event topic name.
      Returns:
      the setting event topic name
    • setSettingEventTopicName

      public void setSettingEventTopicName(String settingEventTopicName)
      Sets setting event topic name.
      Parameters:
      settingEventTopicName - the setting event topic name
    • getInitializeCacheProperties

      public HvlLogProducerConfigurableLogProviderCacheProperties getInitializeCacheProperties()
      Gets initialize cache properties.
      Returns:
      the initialize cache properties
    • getIgnoredEventTypes

      public Set<String> getIgnoredEventTypes()
      Gets ignored event types.
      Returns:
      the ignored event types
    • setIgnoredEventTypes

      public void setIgnoredEventTypes(Set<String> ignoredEventTypes)
      Sets ignored event types.
      Parameters:
      ignoredEventTypes - the ignored event types