Services
Interfaces, Classes and Traits
- BaseService
- Base Service class
- BaseTransform
- Default transformer, used when no transformer
is defined for a pipeline. Simply returns what is passed.
- TransformService
- Transform pipeline master service.
- ApiService
- Base Service class
- BaseService
- Base Service class
- BaseTransform
- Default transformer, used when no transformer
is defined for a pipeline. Simply returns what is passed.
- ConnectorService
- Connector service
Handles incoming data from CEO, parses and runs
pipeline.
- InterceptorService
- The Interceptor Service allows you to extend and add
interceptors at runtime, when normally they wouldn't be
able to be modified.
- MinifierService
- Base Service class
- RegistryService
- Store and retrieve arbitrary data. With the registry service
you don't need to encode/decode your data. It's smart enough to
know what you've provided and handle it appropriately.
- StaticViewService
- The StaticViewService is responsible for managing
the storage and invalidation of static views. It is the core
of CEO's dynamically-static (statically-dynamic?) caching system.
- TransformService
- Transform pipeline master service.