Uses of Class
org.linuxforhealth.fhir.server.notification.FHIRNotificationEvent
-
-
Uses of FHIRNotificationEvent in org.linuxforhealth.fhir.server.notification
Methods in org.linuxforhealth.fhir.server.notification that return FHIRNotificationEvent Modifier and Type Method Description static FHIRNotificationEvent
FHIRNotificationUtil. toNotificationEvent(java.lang.String jsonString)
serialize the FHIRNotificationEventMethods in org.linuxforhealth.fhir.server.notification with parameters of type FHIRNotificationEvent Modifier and Type Method Description void
FHIRNotificationSubscriber. notify(FHIRNotificationEvent event)
Notify subscriber of an eventvoid
FHIRNotificationService. publish(FHIRNotificationEvent event)
Method for broadcasting message to each subscriber.static java.lang.String
FHIRNotificationUtil. toJsonString(FHIRNotificationEvent event, boolean includeResource)
Serializes the notification event into a JSON string. -
Uses of FHIRNotificationEvent in org.linuxforhealth.fhir.server.notification.kafka
Methods in org.linuxforhealth.fhir.server.notification.kafka with parameters of type FHIRNotificationEvent Modifier and Type Method Description void
FHIRNotificationKafkaPublisher. notify(FHIRNotificationEvent event)
Constructors in org.linuxforhealth.fhir.server.notification.kafka with parameters of type FHIRNotificationEvent Constructor Description KafkaPublisherCallback(FHIRNotificationEvent event, java.lang.String notificationEvent, java.lang.String topicId)
-
Uses of FHIRNotificationEvent in org.linuxforhealth.fhir.server.notification.websocket
Methods in org.linuxforhealth.fhir.server.notification.websocket with parameters of type FHIRNotificationEvent Modifier and Type Method Description void
FHIRNotificationSubscriberImpl. notify(FHIRNotificationEvent event)
-
Uses of FHIRNotificationEvent in org.linuxforhealth.fhir.server.notifications.nats
Methods in org.linuxforhealth.fhir.server.notifications.nats with parameters of type FHIRNotificationEvent Modifier and Type Method Description void
FHIRNotificationNATSPublisher. notify(FHIRNotificationEvent event)
Publishes an event to NATS.
-