Package ca.cdr.api.fhir.interceptor
Interface ISubscriptionDeliverer
public interface ISubscriptionDeliverer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deliver
(RestOperationTypeEnum theOperation, ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription theSubscription, IBaseResource theResource) Deliver a resource
-
Method Details
-
deliver
void deliver(RestOperationTypeEnum theOperation, ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription theSubscription, IBaseResource theResource) Deliver a resource- Parameters:
theOperation
- The operation triggering this deliverytheSubscription
- The subscriptiontheResource
- The resource
-