Class RuleRemovedEvent

All Implemented Interfaces:
Event

@NonNullByDefault public class RuleRemovedEvent extends AbstractRuleRegistryEvent
An RuleRemovedEvent notifies subscribers that a rule has been removed.
Author:
Benedikt Niehues - Initial contribution
  • Field Details

    • TYPE

      public static final String TYPE
  • Constructor Details

    • RuleRemovedEvent

      public RuleRemovedEvent(String topic, String payload, @Nullable String source, RuleDTO rule)
      Constructs a new rule removed event
      Parameters:
      topic - the topic of the event
      payload - the payload of the event
      source - the source of the event
      rule - the rule for which this event is
  • Method Details

    • getType

      public String getType()
      Description copied from interface: Event
      Gets the event type.
      Returns:
      the event type
    • toString

      public String toString()
      Overrides:
      toString in class Object