Uses of Class
com.ibm.fhir.notification.FHIRNotificationEvent
-
-
Uses of FHIRNotificationEvent in com.ibm.fhir.notification
Methods in com.ibm.fhir.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. -
Uses of FHIRNotificationEvent in com.ibm.fhir.notification.util
Methods in com.ibm.fhir.notification.util that return FHIRNotificationEvent Modifier and Type Method Description static FHIRNotificationEvent
FHIRNotificationUtil. toNotificationEvent(String jsonString)
serialize the FHIRNotificationEventMethods in com.ibm.fhir.notification.util with parameters of type FHIRNotificationEvent Modifier and Type Method Description static String
FHIRNotificationUtil. toJsonString(FHIRNotificationEvent event, boolean includeResource)
Serializes the notification event into a JSON string. -
Uses of FHIRNotificationEvent in com.ibm.fhir.notification.websocket.impl
Methods in com.ibm.fhir.notification.websocket.impl with parameters of type FHIRNotificationEvent Modifier and Type Method Description void
FHIRNotificationSubscriberImpl. notify(FHIRNotificationEvent event)
-
Uses of FHIRNotificationEvent in com.ibm.fhir.notifications.kafka.impl
Methods in com.ibm.fhir.notifications.kafka.impl with parameters of type FHIRNotificationEvent Modifier and Type Method Description void
FHIRNotificationKafkaPublisher. notify(FHIRNotificationEvent event)
Constructors in com.ibm.fhir.notifications.kafka.impl with parameters of type FHIRNotificationEvent Constructor Description KafkaPublisherCallback(FHIRNotificationEvent event, String notificationEvent, String topicId)
-
Uses of FHIRNotificationEvent in com.ibm.fhir.notifications.nats.impl
Methods in com.ibm.fhir.notifications.nats.impl with parameters of type FHIRNotificationEvent Modifier and Type Method Description void
FHIRNotificationNATSPublisher. notify(FHIRNotificationEvent event)
Publishes an event to NATS.
-