Class DefaultEventRegistryDefinitionAutoDeployer

    • Constructor Detail

      • DefaultEventRegistryDefinitionAutoDeployer

        public DefaultEventRegistryDefinitionAutoDeployer​(Collection<Resource> eventRegistryResources,
                                                          EventRegistryEngineConfiguration eventRegistryEngineConfiguration,
                                                          Set<String> autoDeployTenants,
                                                          CommonAutoDeploymentProperties deploymentProperties)
        Parameters:
        eventRegistryResources - the resources that should be deployed
        eventRegistryEngineConfiguration - the engine configuration
        autoDeployTenants - the tenants to which the auto deployment should be done (if empty then a single deployment is done without using tenant)
      • DefaultEventRegistryDefinitionAutoDeployer

        public DefaultEventRegistryDefinitionAutoDeployer​(Collection<Resource> eventRegistryResources,
                                                          EventRegistryEngineConfiguration eventRegistryEngineConfiguration,
                                                          String deploymentName,
                                                          Set<String> autoDeployTenants,
                                                          CommonAutoDeploymentProperties deploymentProperties)
        Parameters:
        eventRegistryResources - the resources that should be deployed
        eventRegistryEngineConfiguration - the engine configuration
        deploymentName - the name of the deployment
        autoDeployTenants - the tenants to which the auto deployment should be done (if empty then a single deployment is done without using tenant)