Interface EventPublisherWithAuthz
-
public interface EventPublisherWithAuthz
Allows for sending platform events.- Author:
- R. Ledzinski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fireEventWithAuthz(Event event)
Invokes the event thru {@link EventPublisher.fireEvent(Event)}, however the caller is authorized with the highest privilege level.
-
-
-
Method Detail
-
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
-
-