Interface EventPublisherWithAuthz


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

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

    • fireEventWithAuthz

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