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