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 enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    canProcess(String subAgentName, long pkgOffset)
    Checks if a package can be processed
  • Method Details