Package com.ibm.fhir.server.notification
Interface FHIRNotificationSubscriber
- 
- All Known Implementing Classes:
 FHIRNotificationKafkaPublisher,FHIRNotificationNATSPublisher,FHIRNotificationSubscriberImpl
public interface FHIRNotificationSubscriber 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(FHIRNotificationEvent event)Notify subscriber of an event 
 - 
 
- 
- 
Method Detail
- 
notify
void notify(FHIRNotificationEvent event) throws FHIRNotificationException
Notify subscriber of an event- Parameters:
 event-- Throws:
 FHIRNotificationException
 
 - 
 
 -