Class UnauthorizedEventSubscription<E extends Event>
java.lang.Object
org.openremote.model.event.shared.UnauthorizedEventSubscription<E>
The server returns this message when an
EventSubscription
failed.
Note that authorization might fail because the client doesn't have the necessary access rights. It might also fail if the subscription is invalid, for example, if a required filter is not supplied or if the filter is not valid.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
UnauthorizedEventSubscription
(EventSubscription<E> subscription) -
Method Summary