
Interface ISubscriptionTriggeringSvc
public interface ISubscriptionTriggeringSvc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
org.hl7.fhir.instance.model.api.IBaseParameters
triggerSubscription
(List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theResourceIds, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theSearchUrls, org.hl7.fhir.instance.model.api.IIdType theSubscriptionId)
-
Method Details
-
triggerSubscription
org.hl7.fhir.instance.model.api.IBaseParameters triggerSubscription(@Nullable List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theResourceIds, @Nullable List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theSearchUrls, @Nullable org.hl7.fhir.instance.model.api.IIdType theSubscriptionId) -
runDeliveryPass
void runDeliveryPass()
-