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 voidFHIRNotificationSubscriber. 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 voidFHIRNotificationSubscriberImpl. 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 voidFHIRNotificationKafkaPublisher. 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 voidFHIRNotificationNATSPublisher. notify(FHIRNotificationEvent event)Publishes an event to NATS. 
 -