Uses of Class
org.linuxforhealth.fhir.server.notification.FHIRNotificationException
-
-
Uses of FHIRNotificationException in org.linuxforhealth.fhir.server.notification
Methods in org.linuxforhealth.fhir.server.notification that throw FHIRNotificationException Modifier and Type Method Description void
FHIRNotificationSubscriber. notify(FHIRNotificationEvent event)
Notify subscriber of an event -
Uses of FHIRNotificationException in org.linuxforhealth.fhir.server.notification.kafka
Methods in org.linuxforhealth.fhir.server.notification.kafka that throw FHIRNotificationException Modifier and Type Method Description void
FHIRNotificationKafkaPublisher. notify(FHIRNotificationEvent event)
-
Uses of FHIRNotificationException in org.linuxforhealth.fhir.server.notification.websocket
Methods in org.linuxforhealth.fhir.server.notification.websocket that throw FHIRNotificationException Modifier and Type Method Description void
FHIRNotificationSubscriberImpl. notify(FHIRNotificationEvent event)
-
Uses of FHIRNotificationException in org.linuxforhealth.fhir.server.notifications.nats
Methods in org.linuxforhealth.fhir.server.notifications.nats that throw FHIRNotificationException Modifier and Type Method Description void
FHIRNotificationNATSPublisher. notify(FHIRNotificationEvent event)
Publishes an event to NATS.
-