Uses of Class
com.ibm.fhir.notification.exception.FHIRNotificationException
-
Packages that use FHIRNotificationException Package Description com.ibm.fhir.notification com.ibm.fhir.notification.websocket.impl com.ibm.fhir.notifications.kafka.impl com.ibm.fhir.notifications.nats.impl -
-
Uses of FHIRNotificationException in com.ibm.fhir.notification
Methods in com.ibm.fhir.notification that throw FHIRNotificationException Modifier and Type Method Description void
FHIRNotificationSubscriber. notify(FHIRNotificationEvent event)
Notify subscriber of an event -
Uses of FHIRNotificationException in com.ibm.fhir.notification.websocket.impl
Methods in com.ibm.fhir.notification.websocket.impl that throw FHIRNotificationException Modifier and Type Method Description void
FHIRNotificationSubscriberImpl. notify(FHIRNotificationEvent event)
-
Uses of FHIRNotificationException in com.ibm.fhir.notifications.kafka.impl
Methods in com.ibm.fhir.notifications.kafka.impl that throw FHIRNotificationException Modifier and Type Method Description void
FHIRNotificationKafkaPublisher. notify(FHIRNotificationEvent event)
-
Uses of FHIRNotificationException in com.ibm.fhir.notifications.nats.impl
Methods in com.ibm.fhir.notifications.nats.impl that throw FHIRNotificationException Modifier and Type Method Description void
FHIRNotificationNATSPublisher. notify(FHIRNotificationEvent event)
Publishes an event to NATS.
-