Interface EventPublisherWithAuthz


public interface EventPublisherWithAuthz
Allows for sending platform events.
Author:
R. Ledzinski
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fireEventWithAuthz(pl.edu.icm.unity.base.event.Event event)
    Invokes the event thru
    invalid @link
    {@link EventPublisher.fireEvent(Event)
    }, however the caller is authorized with the highest privilege level.
  • Method Details

    • fireEventWithAuthz

      void fireEventWithAuthz(pl.edu.icm.unity.base.event.Event event) throws AuthorizationException
      Invokes the event thru
      invalid @link
      {@link EventPublisher.fireEvent(Event)
      }, however the caller is authorized with the highest privilege level.
      Parameters:
      event -
      Throws:
      AuthorizationException