Package dev.dsf.bpe.plugin
Class ProcessPluginManagerImpl
java.lang.Object
dev.dsf.bpe.plugin.ProcessPluginManagerImpl
- All Implemented Interfaces:
ProcessPluginManager,org.springframework.beans.factory.InitializingBean
public class ProcessPluginManagerImpl
extends Object
implements ProcessPluginManager, org.springframework.beans.factory.InitializingBean
-
Constructor Summary
ConstructorsConstructorDescriptionProcessPluginManagerImpl(List<ProcessPluginConsumer> processPluginConsumers, ProcessPluginLoader processPluginLoader, BpmnProcessStateChangeService bpmnProcessStateChangeService, FhirResourceHandler fhirResourceHandler, String localEndpointAddress, FhirWebserviceClient localWebserviceClient, int fhirServerRequestMaxRetries, long fhirServerRetryDelayMillis) -
Method Summary
-
Constructor Details
-
ProcessPluginManagerImpl
public ProcessPluginManagerImpl(List<ProcessPluginConsumer> processPluginConsumers, ProcessPluginLoader processPluginLoader, BpmnProcessStateChangeService bpmnProcessStateChangeService, FhirResourceHandler fhirResourceHandler, String localEndpointAddress, FhirWebserviceClient localWebserviceClient, int fhirServerRequestMaxRetries, long fhirServerRetryDelayMillis)
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
loadAndDeployPlugins
public void loadAndDeployPlugins()- Specified by:
loadAndDeployPluginsin interfaceProcessPluginManager
-