Interface NotificationManager


public interface NotificationManager
Handles notification events.
  • Method Details

    • processEvent

      default void processEvent(@NotNull @NotNull Event event, Task task, OperationResult result)
    • processEvent

      @Contract("_, !null, null, _, _ -> fail") void processEvent(@NotNull @NotNull Event event, @Nullable @Nullable EventHandlerConfigItem customHandler, @Nullable @Nullable ExpressionProfile customHandlerExpressionProfile, @NotNull @NotNull Task task, @NotNull @NotNull OperationResult result)
    • isDisabled

      boolean isDisabled()
    • setDisabled

      void setDisabled(boolean disabled)