-
Notifications
You must be signed in to change notification settings - Fork 2
Key Concepts
Amy Boyer edited this page Aug 22, 2019
·
6 revisions
The domain model specifies the objects for creating pipeline configurations, as well as objects to track the processing of a particular request.
Adapters encapsulate the acquisition of imagery from a particular provider. They are responsible for receiving an ImageryRequest
and producing one or more JobBundle objects for subsequent processing.
Each discrete operation on a JobBundle is represented by an operation. Operations implement the AbstractOperation
class.