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 void
notify(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
-
-