Package ca.uhn.fhir.jpa.topic
Class SubscriptionTopicMatchingSubscriber
java.lang.Object
ca.uhn.fhir.jpa.topic.SubscriptionTopicMatchingSubscriber
- All Implemented Interfaces:
org.springframework.messaging.MessageHandler
public class SubscriptionTopicMatchingSubscriber
extends Object
implements org.springframework.messaging.MessageHandler
-
Constructor Summary
ConstructorDescriptionSubscriptionTopicMatchingSubscriber
(ca.uhn.fhir.context.FhirContext theFhirContext, MemoryCacheService memoryCacheService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleMessage
(org.springframework.messaging.Message<?> theMessage)
-
Constructor Details
-
SubscriptionTopicMatchingSubscriber
public SubscriptionTopicMatchingSubscriber(ca.uhn.fhir.context.FhirContext theFhirContext, MemoryCacheService memoryCacheService)
-
-
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
-