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 booleanFHIRNotificationService. isSubscribed(FHIRNotificationSubscriber subscriber)Check if this subscriber has subscribed to this servicevoidFHIRNotificationService. subscribe(FHIRNotificationSubscriber subscriber)Method to subscribe the target notification implementationvoidFHIRNotificationService. 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 classFHIRNotificationSubscriberImpl - 
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 classFHIRNotificationKafkaPublisherThis 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 classFHIRNotificationNATSPublisherThis class implements the FHIR server notification service via a NATS channel. 
 -