Uses of Interface
com.ibm.fhir.notification.FHIRNotificationSubscriber
-
Packages that use FHIRNotificationSubscriber 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 FHIRNotificationSubscriber in com.ibm.fhir.notification
Methods in com.ibm.fhir.notification with parameters of type FHIRNotificationSubscriber Modifier and Type Method Description boolean
FHIRNotificationService. isSubscribed(FHIRNotificationSubscriber subscriber)
Check if this subscriber has subscribed to this servicevoid
FHIRNotificationService. subscribe(FHIRNotificationSubscriber subscriber)
Method to subscribe the target notification implementationvoid
FHIRNotificationService. unsubscribe(FHIRNotificationSubscriber subscriber)
Method to unsubscribe the target notification implementation -
Uses of FHIRNotificationSubscriber in com.ibm.fhir.notification.websocket.impl
Classes in com.ibm.fhir.notification.websocket.impl that implement FHIRNotificationSubscriber Modifier and Type Class Description class
FHIRNotificationSubscriberImpl
-
Uses of FHIRNotificationSubscriber in com.ibm.fhir.notifications.kafka.impl
Classes in com.ibm.fhir.notifications.kafka.impl that implement FHIRNotificationSubscriber Modifier and Type Class Description class
FHIRNotificationKafkaPublisher
This class implements the FHIR server notification service via a Kafka topic. -
Uses of FHIRNotificationSubscriber in com.ibm.fhir.notifications.nats.impl
Classes in com.ibm.fhir.notifications.nats.impl that implement FHIRNotificationSubscriber Modifier and Type Class Description class
FHIRNotificationNATSPublisher
This class implements the FHIR server notification service via a NATS channel.
-