Uses of Class
ca.uhn.fhir.jpa.subscription.match.registry.ActiveSubscription
Package
Description
-
Uses of ActiveSubscription in ca.uhn.fhir.jpa.subscription.channel.subscription
Modifier and TypeMethodDescriptionvoid
SubscriptionChannelRegistry.add
(ActiveSubscription theActiveSubscription) void
SubscriptionChannelRegistry.remove
(ActiveSubscription theActiveSubscription) -
Uses of ActiveSubscription in ca.uhn.fhir.jpa.subscription.match.deliver.websocket
Modifier and TypeMethodDescriptionstatic WebsocketValidationResponse
WebsocketValidationResponse.VALID_RESPONSE
(ActiveSubscription theActiveSubscription) -
Uses of ActiveSubscription in ca.uhn.fhir.jpa.subscription.match.matcher.subscriber
Modifier and TypeMethodDescriptionboolean
SubscriptionMatchDeliverer.deliverPayload
(org.hl7.fhir.instance.model.api.IBaseResource thePayload, ResourceModifiedMessage theMsg, ActiveSubscription theActiveSubscription, InMemoryMatchResult theInMemoryMatchResult) ModifierConstructorDescriptionSubscriptionDeliveryRequest
(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
Modifier and TypeMethodDescriptionSubscriptionRegistry.getAll()
SubscriptionRegistry.getAllNonTopicSubscriptions()
SubscriptionRegistry.getTopicSubscriptionsByTopic
(String theTopic) -
Uses of ActiveSubscription in ca.uhn.fhir.jpa.topic
Modifier 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
Modifier 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)