
Uses of Class
ca.uhn.fhir.jpa.subscription.match.registry.ActiveSubscription
Packages that use ActiveSubscription
Package
Description
-
Uses of ActiveSubscription in ca.uhn.fhir.jpa.subscription.channel.subscription
Methods in ca.uhn.fhir.jpa.subscription.channel.subscription with parameters of type ActiveSubscriptionModifier and TypeMethodDescriptionvoid
SubscriptionChannelRegistry.add
(ActiveSubscription theActiveSubscription) void
SubscriptionChannelRegistry.remove
(ActiveSubscription theActiveSubscription) -
Uses of ActiveSubscription in ca.uhn.fhir.jpa.subscription.match.deliver.websocket
Methods in ca.uhn.fhir.jpa.subscription.match.deliver.websocket that return ActiveSubscriptionMethods in ca.uhn.fhir.jpa.subscription.match.deliver.websocket with parameters of type ActiveSubscriptionModifier and TypeMethodDescriptionstatic WebsocketValidationResponse
WebsocketValidationResponse.VALID_RESPONSE
(ActiveSubscription theActiveSubscription) -
Uses of ActiveSubscription in ca.uhn.fhir.jpa.subscription.match.matcher.subscriber
Methods in ca.uhn.fhir.jpa.subscription.match.matcher.subscriber that return ActiveSubscriptionMethods in ca.uhn.fhir.jpa.subscription.match.matcher.subscriber with parameters of type ActiveSubscriptionModifier and TypeMethodDescriptionboolean
SubscriptionMatchDeliverer.deliverPayload
(org.hl7.fhir.instance.model.api.IBaseResource thePayload, ResourceModifiedMessage theMsg, ActiveSubscription theActiveSubscription, InMemoryMatchResult theInMemoryMatchResult) Constructors in ca.uhn.fhir.jpa.subscription.match.matcher.subscriber with parameters of type ActiveSubscriptionModifierConstructorDescriptionSubscriptionDeliveryRequest
(org.hl7.fhir.instance.model.api.IBaseBundle theBundlePayload, ActiveSubscription theActiveSubscription, SubscriptionTopicDispatchRequest theSubscriptionTopicDispatchRequest) SubscriptionDeliveryRequest
(org.hl7.fhir.instance.model.api.IBaseResource thePayload, ResourceModifiedMessage theMsg, ActiveSubscription theActiveSubscription) SubscriptionDeliveryRequest
(org.hl7.fhir.instance.model.api.IIdType thePayloadId, ResourceModifiedMessage theMsg, ActiveSubscription theActiveSubscription) -
Uses of ActiveSubscription in ca.uhn.fhir.jpa.subscription.match.registry
Methods in ca.uhn.fhir.jpa.subscription.match.registry that return ActiveSubscriptionMethods in ca.uhn.fhir.jpa.subscription.match.registry that return types with arguments of type ActiveSubscriptionModifier and TypeMethodDescriptionSubscriptionRegistry.getAll()
SubscriptionRegistry.getAllNonTopicSubscriptions()
SubscriptionRegistry.getTopicSubscriptionsByTopic
(String theTopic) -
Uses of ActiveSubscription in ca.uhn.fhir.jpa.topic
Methods in ca.uhn.fhir.jpa.topic with parameters of type ActiveSubscriptionModifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseBundle
SubscriptionTopicPayloadBuilder.buildPayload
(List<org.hl7.fhir.instance.model.api.IBaseResource> theResources, ActiveSubscription theActiveSubscription, String theTopicUrl, ca.uhn.fhir.rest.api.RestOperationTypeEnum theRestOperationType) -
Uses of ActiveSubscription in ca.uhn.fhir.jpa.topic.status
Methods in ca.uhn.fhir.jpa.topic.status with parameters of type ActiveSubscriptionModifier and TypeMethodDescriptionINotificationStatusBuilder.buildNotificationStatus
(List<org.hl7.fhir.instance.model.api.IBaseResource> theResources, ActiveSubscription theActiveSubscription, String theTopicUrl) Build a notification status resource to include as the first element in a topic subscription notification bundleorg.hl7.fhir.r4b.model.SubscriptionStatus
R4BNotificationStatusBuilder.buildNotificationStatus
(List<org.hl7.fhir.instance.model.api.IBaseResource> theResources, ActiveSubscription theActiveSubscription, String theTopicUrl) org.hl7.fhir.r4.model.Parameters
R4NotificationStatusBuilder.buildNotificationStatus
(List<org.hl7.fhir.instance.model.api.IBaseResource> theResources, ActiveSubscription theActiveSubscription, String theTopicUrl) org.hl7.fhir.r5.model.SubscriptionStatus
R5NotificationStatusBuilder.buildNotificationStatus
(List<org.hl7.fhir.instance.model.api.IBaseResource> theResources, ActiveSubscription theActiveSubscription, String theTopicUrl)