Uses of Class
ca.uhn.fhir.jpa.subscription.module.CanonicalSubscriptionChannelType
-
Packages that use CanonicalSubscriptionChannelType Package Description ca.uhn.fhir.jpa.subscription.module ca.uhn.fhir.jpa.subscription.module.cache ca.uhn.fhir.jpa.subscription.module.channel -
-
Uses of CanonicalSubscriptionChannelType in ca.uhn.fhir.jpa.subscription.module
Methods in ca.uhn.fhir.jpa.subscription.module that return CanonicalSubscriptionChannelType Modifier and Type Method Description static CanonicalSubscriptionChannelTypeCanonicalSubscriptionChannelType. fromCode(String theSystem, String codeString)CanonicalSubscriptionChannelTypeCanonicalSubscription. getChannelType()static CanonicalSubscriptionChannelTypeCanonicalSubscriptionChannelType. valueOf(String name)Returns the enum constant of this type with the specified name.static CanonicalSubscriptionChannelType[]CanonicalSubscriptionChannelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.jpa.subscription.module with parameters of type CanonicalSubscriptionChannelType Modifier and Type Method Description voidCanonicalSubscription. setChannelType(CanonicalSubscriptionChannelType theChannelType) -
Uses of CanonicalSubscriptionChannelType in ca.uhn.fhir.jpa.subscription.module.cache
Methods in ca.uhn.fhir.jpa.subscription.module.cache that return CanonicalSubscriptionChannelType Modifier and Type Method Description CanonicalSubscriptionChannelTypeActiveSubscription. getChannelType()CanonicalSubscriptionChannelTypeSubscriptionCanonicalizer. getChannelType(org.hl7.fhir.instance.model.api.IBaseResource theSubscription) -
Uses of CanonicalSubscriptionChannelType in ca.uhn.fhir.jpa.subscription.module.channel
Methods in ca.uhn.fhir.jpa.subscription.module.channel with parameters of type CanonicalSubscriptionChannelType Modifier and Type Method Description Optional<org.springframework.messaging.MessageHandler>SubscriptionDeliveryHandlerFactory. createDeliveryHandler(CanonicalSubscriptionChannelType theChannelType)
-