Uses of Class
ca.uhn.fhir.jpa.subscription.module.CanonicalSubscription
-
-
Uses of CanonicalSubscription in ca.uhn.fhir.jpa.subscription.module.cache
Methods in ca.uhn.fhir.jpa.subscription.module.cache that return CanonicalSubscription Modifier and Type Method Description CanonicalSubscriptionSubscriptionCanonicalizer. canonicalize(org.hl7.fhir.instance.model.api.IBaseResource theSubscription)CanonicalSubscriptionActiveSubscription. getSubscription()Methods in ca.uhn.fhir.jpa.subscription.module.cache with parameters of type CanonicalSubscription Modifier and Type Method Description voidActiveSubscription. setSubscription(CanonicalSubscription theCanonicalizedSubscription)Constructors in ca.uhn.fhir.jpa.subscription.module.cache with parameters of type CanonicalSubscription Constructor Description ActiveSubscription(CanonicalSubscription theSubscription, String theChannelName) -
Uses of CanonicalSubscription in ca.uhn.fhir.jpa.subscription.module.channel
Methods in ca.uhn.fhir.jpa.subscription.module.channel with parameters of type CanonicalSubscription Modifier and Type Method Description StringISubscriptionDeliveryChannelNamer. nameFromSubscription(CanonicalSubscription theCanonicalSubscription)StringSubscriptionDeliveryChannelNamer. nameFromSubscription(CanonicalSubscription theCanonicalSubscription) -
Uses of CanonicalSubscription in ca.uhn.fhir.jpa.subscription.module.matcher
Methods in ca.uhn.fhir.jpa.subscription.module.matcher with parameters of type CanonicalSubscription Modifier and Type Method Description InMemoryMatchResultInMemorySubscriptionMatcher. match(CanonicalSubscription theSubscription, ResourceModifiedMessage theMsg)InMemoryMatchResultISubscriptionMatcher. match(CanonicalSubscription subscription, ResourceModifiedMessage msg) -
Uses of CanonicalSubscription in ca.uhn.fhir.jpa.subscription.module.subscriber
Methods in ca.uhn.fhir.jpa.subscription.module.subscriber that return CanonicalSubscription Modifier and Type Method Description CanonicalSubscriptionResourceDeliveryMessage. getSubscription()Methods in ca.uhn.fhir.jpa.subscription.module.subscriber with parameters of type CanonicalSubscription 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)voidResourceDeliveryMessage. setSubscription(CanonicalSubscription theSubscription)
-