Package ca.uhn.fhir.jpa.topic
Class SubscriptionTopicRegisteringSubscriber
java.lang.Object
ca.uhn.fhir.jpa.topic.SubscriptionTopicRegisteringSubscriber
- All Implemented Interfaces:
org.springframework.messaging.MessageHandler
public class SubscriptionTopicRegisteringSubscriber
extends Object
implements org.springframework.messaging.MessageHandler
Responsible for transitioning subscription resources from REQUESTED to ACTIVE
Once activated, the subscription is added to the SubscriptionRegistry.
Also validates criteria. If invalid, rejects the subscription without persisting the subscription.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleMessage
(org.springframework.messaging.Message<?> theMessage)
-
Constructor Details
-
SubscriptionTopicRegisteringSubscriber
Constructor
-
-
Method Details
-
handleMessage
public void handleMessage(@Nonnull org.springframework.messaging.Message<?> theMessage) throws org.springframework.messaging.MessagingException - Specified by:
handleMessage
in interfaceorg.springframework.messaging.MessageHandler
- Throws:
org.springframework.messaging.MessagingException
-