WithDefaults
Type members
Inherited types
type Config
Type of the configuration used to instantiate the processor. Use Unit if you don't need configuration.
Type of the configuration used to instantiate the processor. Use Unit if you don't need configuration.
- Inherited from
- ProcessorFactory
type Product
Type of the successful process result.
Type of the successful process result.
- Inherited from
- ProcessorFactory
Value members
Abstract methods
Concrete methods
Inherited methods
Creates and starts the processor.
Creates and starts the processor.
- Value Params
- config
the configuration to use for the processor
- exec
execution context to schedule threads
- observer
a partial function observing the progress and completion of the process
- Returns
the processor representation
- Inherited from
- ProcessorFactory