
Uses of Interface
ca.uhn.fhir.jpa.subscription.submit.interceptor.validator.IChannelTypeValidator
Packages that use IChannelTypeValidator
Package
Description
-
Uses of IChannelTypeValidator in ca.uhn.fhir.jpa.subscription.submit.config
Methods in ca.uhn.fhir.jpa.subscription.submit.config that return IChannelTypeValidatorModifier and TypeMethodDescriptionSubscriptionSubmitterConfig.restHookChannelValidator(SubscriptionSettings theSubscriptionSettings) Method parameters in ca.uhn.fhir.jpa.subscription.submit.config with type arguments of type IChannelTypeValidatorModifier and TypeMethodDescriptionSubscriptionSubmitterConfig.subscriptionChannelTypeValidatorFactory(List<IChannelTypeValidator> theValidorList) -
Uses of IChannelTypeValidator in ca.uhn.fhir.jpa.subscription.submit.interceptor.validator
Classes in ca.uhn.fhir.jpa.subscription.submit.interceptor.validator that implement IChannelTypeValidatorModifier and TypeClassDescriptionclassDefinition of a REST Hook channel validator that perform checks on the channel payload and endpoint URL.Methods in ca.uhn.fhir.jpa.subscription.submit.interceptor.validator that return IChannelTypeValidatorModifier and TypeMethodDescriptionSubscriptionChannelTypeValidatorFactory.getValidatorForChannelType(CanonicalSubscriptionChannelType theChannelType) Methods in ca.uhn.fhir.jpa.subscription.submit.interceptor.validator with parameters of type IChannelTypeValidatorModifier and TypeMethodDescriptionvoidSubscriptionChannelTypeValidatorFactory.addChannelTypeValidator(IChannelTypeValidator theValidator) Constructor parameters in ca.uhn.fhir.jpa.subscription.submit.interceptor.validator with type arguments of type IChannelTypeValidatorModifierConstructorDescriptionSubscriptionChannelTypeValidatorFactory(List<IChannelTypeValidator> theValidorList)