Interface Precondition
- All Known Implementing Classes:
DefaultPrecondition,StagingPrecondition
public interface Precondition
Extension point for checking if a package can be processed by a subscriber.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrecondition.Decision -
Method Summary
Modifier and Type Method Description Precondition.DecisioncanProcess(String subAgentName, long pkgOffset)Checks if a package can be processed
-
Method Details
-
canProcess
Checks if a package can be processed
-