Uses of Interface
org.linuxforhealth.fhir.server.notification.FHIRNotificationSubscriber
-
-
Uses of FHIRNotificationSubscriber in org.linuxforhealth.fhir.server.notification
Methods in org.linuxforhealth.fhir.server.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 org.linuxforhealth.fhir.server.notification.kafka
Classes in org.linuxforhealth.fhir.server.notification.kafka 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 org.linuxforhealth.fhir.server.notification.websocket
Classes in org.linuxforhealth.fhir.server.notification.websocket that implement FHIRNotificationSubscriber Modifier and Type Class Description class
FHIRNotificationSubscriberImpl
-
Uses of FHIRNotificationSubscriber in org.linuxforhealth.fhir.server.notifications.nats
Classes in org.linuxforhealth.fhir.server.notifications.nats that implement FHIRNotificationSubscriber Modifier and Type Class Description class
FHIRNotificationNATSPublisher
This class implements the FHIR server notification service via a NATS channel.
-