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 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.server.notification.kafka
Classes in com.ibm.fhir.server.notification.kafka 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.server.notification.websocket
Classes in com.ibm.fhir.server.notification.websocket that implement FHIRNotificationSubscriber Modifier and Type Class Description classFHIRNotificationSubscriberImpl -
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 classFHIRNotificationNATSPublisherThis class implements the FHIR server notification service via a NATS channel.
-