Interface ProcessingUnitDeploymentDependencies<T extends ProcessingUnitDependency>

All Superinterfaces:
ProcessingUnitDetailedDependencies<T>
All Known Subinterfaces:
InternalProcessingUnitDeploymentDependencies<T,IT>
All Known Implementing Classes:
DefaultProcessingUnitDeploymentDependencies

public interface ProcessingUnitDeploymentDependencies<T extends ProcessingUnitDependency> extends ProcessingUnitDetailedDependencies<T>
Defines a dependency that postpones the processing unit instance deployment. The instance is deployed only after the dependencies described by this interface are met.
Since:
8.0.6
Author:
itaif