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 -
Method Summary
Modifier and TypeMethodDescriptioncanProcess
(String subAgentName, long pkgOffset) Checks if a package can be processed
-
Method Details
-
canProcess
Checks if a package can be processed
-