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(pl.edu.icm.unity.types.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(pl.edu.icm.unity.types.Event event) throws pl.edu.icm.unity.exceptions.AuthorizationException
Invokes the event thru {@link EventPublisher.fireEvent(Event)}, however the caller is authorized with the highest privilege level.- Parameters:
event
-- Throws:
pl.edu.icm.unity.exceptions.AuthorizationException
-
-