Class FHIRNotificationSubscriberImpl
- java.lang.Object
-
- org.linuxforhealth.fhir.server.notification.websocket.FHIRNotificationSubscriberImpl
-
- All Implemented Interfaces:
FHIRNotificationSubscriber
public class FHIRNotificationSubscriberImpl extends java.lang.Object implements FHIRNotificationSubscriber
-
-
Constructor Summary
Constructors Constructor Description FHIRNotificationSubscriberImpl(javax.websocket.Session session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
notify(FHIRNotificationEvent event)
Notify subscriber of an event
-
-
-
Method Detail
-
notify
public void notify(FHIRNotificationEvent event) throws FHIRNotificationException
Description copied from interface:FHIRNotificationSubscriber
Notify subscriber of an event- Specified by:
notify
in interfaceFHIRNotificationSubscriber
- Throws:
FHIRNotificationException
-
-