Uses of Interface
com.ibm.fhir.server.notification.FHIRNotificationSubscriber
-
-
Uses of FHIRNotificationSubscriber in com.ibm.fhir.server.notification
Methods in com.ibm.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 com.ibm.fhir.server.notification.kafka
Classes in com.ibm.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 com.ibm.fhir.server.notification.websocket
Classes in com.ibm.fhir.server.notification.websocket that implement FHIRNotificationSubscriber Modifier and Type Class Description class
FHIRNotificationSubscriberImpl
-
Uses of FHIRNotificationSubscriber in com.ibm.fhir.server.notifications.nats
Classes in com.ibm.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.
-