Interface EventPublisherWithAuthz
public interface EventPublisherWithAuthz
Allows for sending platform events.
- Author:
- R. Ledzinski
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fireEventWithAuthz
(Event event) Invokes the event thru {@link EventPublisher.fireEvent(Event)}, however the caller is authorized with the highest privilege level.
-
Method Details
-
fireEventWithAuthz
Invokes the event thru {@link EventPublisher.fireEvent(Event)}, however the caller is authorized with the highest privilege level.- Parameters:
event
-- Throws:
AuthorizationException
-