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 voidFHIRNotificationSubscriber. notify(FHIRNotificationEvent event)Notify subscriber of an eventvoidFHIRNotificationService. 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 FHIRNotificationEventFHIRNotificationUtil. toNotificationEvent(String jsonString)serialize the FHIRNotificationEventMethods in com.ibm.fhir.notification.util with parameters of type FHIRNotificationEvent Modifier and Type Method Description static StringFHIRNotificationUtil. 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 voidFHIRNotificationSubscriberImpl. 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 voidFHIRNotificationKafkaPublisher. 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 voidFHIRNotificationNATSPublisher. notify(FHIRNotificationEvent event)Publishes an event to NATS.
-