Class BaseSubscriptionDeliverySubscriber
- java.lang.Object
-
- ca.uhn.fhir.jpa.subscription.module.subscriber.BaseSubscriptionDeliverySubscriber
-
- All Implemented Interfaces:
org.springframework.messaging.MessageHandler
- Direct Known Subclasses:
SubscriptionDeliveringEmailSubscriber,SubscriptionDeliveringRestHookSubscriber
public abstract class BaseSubscriptionDeliverySubscriber extends Object implements org.springframework.messaging.MessageHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected ca.uhn.fhir.context.FhirContextmyFhirContextprotected SubscriptionRegistrymySubscriptionRegistry
-
Constructor Summary
Constructors Constructor Description BaseSubscriptionDeliverySubscriber()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ca.uhn.fhir.interceptor.api.IInterceptorBroadcastergetInterceptorBroadcaster()abstract voidhandleMessage(ResourceDeliveryMessage theMessage)voidhandleMessage(org.springframework.messaging.Message theMessage)
-
-
-
Field Detail
-
myFhirContext
@Autowired protected ca.uhn.fhir.context.FhirContext myFhirContext
-
mySubscriptionRegistry
@Autowired protected SubscriptionRegistry mySubscriptionRegistry
-
-
Constructor Detail
-
BaseSubscriptionDeliverySubscriber
public BaseSubscriptionDeliverySubscriber()
-
-
Method Detail
-
handleMessage
public void handleMessage(org.springframework.messaging.Message theMessage) throws org.springframework.messaging.MessagingException
- Specified by:
handleMessagein interfaceorg.springframework.messaging.MessageHandler- Throws:
org.springframework.messaging.MessagingException
-
handleMessage
public abstract void handleMessage(ResourceDeliveryMessage theMessage) throws Exception
- Throws:
Exception
-
getInterceptorBroadcaster
public ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster getInterceptorBroadcaster()
-
-