Uses of Class
ca.uhn.fhir.jpa.subscription.module.subscriber.ResourceDeliveryMessage
-
-
Uses of ResourceDeliveryMessage in ca.uhn.fhir.jpa.subscription.module.interceptor
Methods in ca.uhn.fhir.jpa.subscription.module.interceptor with parameters of type ResourceDeliveryMessage Modifier and Type Method Description voidSubscriptionDebugLogInterceptor. step30_subscriptionMatched(ResourceDeliveryMessage theMessage, InMemoryMatchResult theResult)voidSubscriptionDebugLogInterceptor. step40_beforeDelivery(ResourceDeliveryMessage theMessage)voidSubscriptionDebugLogInterceptor. step45_deliveryFailed(ResourceDeliveryMessage theMessage, Exception theFailure)voidSubscriptionDebugLogInterceptor. step50_afterDelivery(ResourceDeliveryMessage theMessage) -
Uses of ResourceDeliveryMessage in ca.uhn.fhir.jpa.subscription.module.subscriber
Methods in ca.uhn.fhir.jpa.subscription.module.subscriber that return ResourceDeliveryMessage Modifier and Type Method Description ResourceDeliveryMessageResourceDeliveryJsonMessage. getPayload()Methods in ca.uhn.fhir.jpa.subscription.module.subscriber with parameters of type ResourceDeliveryMessage Modifier and Type Method Description protected voidSubscriptionDeliveringRestHookSubscriber. deliverPayload(ResourceDeliveryMessage theMsg, CanonicalSubscription theSubscription, ca.uhn.fhir.rest.api.EncodingEnum thePayloadType, ca.uhn.fhir.rest.client.api.IGenericClient theClient)protected voidSubscriptionDeliveringRestHookSubscriber. doDelivery(ResourceDeliveryMessage theMsg, CanonicalSubscription theSubscription, ca.uhn.fhir.rest.api.EncodingEnum thePayloadType, ca.uhn.fhir.rest.client.api.IGenericClient theClient, org.hl7.fhir.instance.model.api.IBaseResource thePayloadResource)protected org.hl7.fhir.instance.model.api.IBaseResourceSubscriptionDeliveringRestHookSubscriber. getAndMassagePayload(ResourceDeliveryMessage theMsg, CanonicalSubscription theSubscription)abstract voidBaseSubscriptionDeliverySubscriber. handleMessage(ResourceDeliveryMessage theMessage)voidSubscriptionDeliveringRestHookSubscriber. handleMessage(ResourceDeliveryMessage theMessage)protected voidSubscriptionDeliveringRestHookSubscriber. sendNotification(ResourceDeliveryMessage theMsg)Sends a POST notification without a payloadvoidResourceDeliveryJsonMessage. setPayload(ResourceDeliveryMessage thePayload)Constructors in ca.uhn.fhir.jpa.subscription.module.subscriber with parameters of type ResourceDeliveryMessage Constructor Description ResourceDeliveryJsonMessage(ResourceDeliveryMessage thePayload)Constructor -
Uses of ResourceDeliveryMessage in ca.uhn.fhir.jpa.subscription.module.subscriber.email
Methods in ca.uhn.fhir.jpa.subscription.module.subscriber.email with parameters of type ResourceDeliveryMessage Modifier and Type Method Description voidSubscriptionDeliveringEmailSubscriber. handleMessage(ResourceDeliveryMessage theMessage)
-