Class DeployerHelperDependencies
java.lang.Object
com.espertech.esper.runtime.internal.kernel.service.DeployerHelperDependencies
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDependenciesConsumed
(String selfDeploymentId, EPServicesPath paths, DeploymentLifecycleService deploymentLifecycleService) getDependenciesProvided
(String selfDeploymentId, EPServicesPath paths, DeploymentLifecycleService deploymentLifecycleService)
-
Constructor Details
-
DeployerHelperDependencies
public DeployerHelperDependencies()
-
-
Method Details
-
getDependenciesConsumed
public static EPDeploymentDependencyConsumed getDependenciesConsumed(String selfDeploymentId, EPServicesPath paths, DeploymentLifecycleService deploymentLifecycleService) -
getDependenciesProvided
public static EPDeploymentDependencyProvided getDependenciesProvided(String selfDeploymentId, EPServicesPath paths, DeploymentLifecycleService deploymentLifecycleService)
-