Uses of Interface
de.xima.fc.notification.mgmt.event.NotificationEventPayload
Packages that use NotificationEventPayload
Package
Description
-
Uses of NotificationEventPayload in de.xima.fc.notification.mgmt.event
Classes in de.xima.fc.notification.mgmt.event with type parameters of type NotificationEventPayloadModifier and TypeClassDescriptionfinal classNotificationEvent<TPayload extends NotificationEventPayload>Represents a notification event with a payload of type `TPayload`. -
Uses of NotificationEventPayload in de.xima.fc.notification.mgmt.event.payloads
Classes in de.xima.fc.notification.mgmt.event.payloads that implement NotificationEventPayloadModifier and TypeClassDescriptionfinal classRepresents the payload for a certificate expiration notification. -
Uses of NotificationEventPayload in de.xima.fc.notification.ms.impl.processors
Classes in de.xima.fc.notification.ms.impl.processors with type parameters of type NotificationEventPayloadModifier and TypeInterfaceDescriptioninterfaceNotificationPreProcessor<TPayload extends NotificationEventPayload>A pre-processor for notification events that can modify or filter the list of recipients before notifications are sent.