All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ibm.fhir.server.notification.FHIRNotificationSubscriber Maven / Gradle / Ivy

/*
 * (C) Copyright IBM Corp. 2016,2019
 *
 * SPDX-License-Identifier: Apache-2.0
 */

package com.ibm.fhir.server.notification;

public interface FHIRNotificationSubscriber {
    /**
     * Notify subscriber of an event
     * @param event
     * @throws FHIRNotificationException
     */
    void notify(FHIRNotificationEvent event) throws FHIRNotificationException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy