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 FHIRNotificationEventFHIRNotificationUtil. toNotificationEvent(java.lang.String jsonString)serialize the FHIRNotificationEventMethods in org.linuxforhealth.fhir.server.notification with parameters of type FHIRNotificationEvent Modifier and Type Method Description voidFHIRNotificationSubscriber. notify(FHIRNotificationEvent event)Notify subscriber of an eventvoidFHIRNotificationService. publish(FHIRNotificationEvent event)Method for broadcasting message to each subscriber.static java.lang.StringFHIRNotificationUtil. 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 voidFHIRNotificationKafkaPublisher. 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 voidFHIRNotificationSubscriberImpl. 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 voidFHIRNotificationNATSPublisher. notify(FHIRNotificationEvent event)Publishes an event to NATS. 
 -