Class V20190722150700_LegacyAlertConditionMigration.MigrationCompleted

java.lang.Object
org.graylog.events.legacy.V20190722150700_LegacyAlertConditionMigration.MigrationCompleted
Enclosing class:
V20190722150700_LegacyAlertConditionMigration

public abstract static class V20190722150700_LegacyAlertConditionMigration.MigrationCompleted extends Object
  • Constructor Details

    • MigrationCompleted

      public MigrationCompleted()
  • Method Details

    • completedAlertConditions

      public abstract com.google.common.collect.ImmutableSet<String> completedAlertConditions()
    • completedAlarmCallbacks

      public abstract com.google.common.collect.ImmutableSet<String> completedAlarmCallbacks()
    • create

      public static V20190722150700_LegacyAlertConditionMigration.MigrationCompleted create(com.google.common.collect.ImmutableSet<String> completedAlertConditions, com.google.common.collect.ImmutableSet<String> completedAlarmCallbacks)