Package dev.dsf.bpe.subscription
Class TaskSubscriptionHandlerFactory
java.lang.Object
dev.dsf.bpe.subscription.TaskSubscriptionHandlerFactory
- All Implemented Interfaces:
SubscriptionHandlerFactory<org.hl7.fhir.r4.model.Task>,org.springframework.beans.factory.InitializingBean
public class TaskSubscriptionHandlerFactory
extends Object
implements SubscriptionHandlerFactory<org.hl7.fhir.r4.model.Task>, org.springframework.beans.factory.InitializingBean
-
Constructor Summary
ConstructorsConstructorDescriptionTaskSubscriptionHandlerFactory(ResourceHandler<org.hl7.fhir.r4.model.Task> resourceHandler, LastEventTimeDao lastEventTimeDao) -
Method Summary
Modifier and TypeMethodDescriptionvoidEventResourceHandler<org.hl7.fhir.r4.model.Task>ExistingResourceLoader<org.hl7.fhir.r4.model.Task>PingEventResourceHandler<org.hl7.fhir.r4.model.Task>createPingEventResourceHandler(ExistingResourceLoader<org.hl7.fhir.r4.model.Task> existingResourceLoader)
-
Constructor Details
-
TaskSubscriptionHandlerFactory
public TaskSubscriptionHandlerFactory(ResourceHandler<org.hl7.fhir.r4.model.Task> resourceHandler, LastEventTimeDao lastEventTimeDao)
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
createExistingResourceLoader
public ExistingResourceLoader<org.hl7.fhir.r4.model.Task> createExistingResourceLoader(FhirWebserviceClient client) - Specified by:
createExistingResourceLoaderin interfaceSubscriptionHandlerFactory<org.hl7.fhir.r4.model.Task>
-
createEventResourceHandler
- Specified by:
createEventResourceHandlerin interfaceSubscriptionHandlerFactory<org.hl7.fhir.r4.model.Task>
-
createPingEventResourceHandler
public PingEventResourceHandler<org.hl7.fhir.r4.model.Task> createPingEventResourceHandler(ExistingResourceLoader<org.hl7.fhir.r4.model.Task> existingResourceLoader) - Specified by:
createPingEventResourceHandlerin interfaceSubscriptionHandlerFactory<org.hl7.fhir.r4.model.Task>
-