Class FHIRNotificationSubscriberImpl
- java.lang.Object
 - 
- com.ibm.fhir.notification.websocket.impl.FHIRNotificationSubscriberImpl
 
 
- 
- All Implemented Interfaces:
 FHIRNotificationSubscriber
public class FHIRNotificationSubscriberImpl extends 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 voidnotify(FHIRNotificationEvent event)Notify subscriber of an event 
 - 
 
- 
- 
Method Detail
- 
notify
public void notify(FHIRNotificationEvent event) throws FHIRNotificationException
Description copied from interface:FHIRNotificationSubscriberNotify subscriber of an event- Specified by:
 notifyin interfaceFHIRNotificationSubscriber- Throws:
 FHIRNotificationException
 
 - 
 
 -