J - the type of the jobs to be submitted and processedpublic interface InputProcessor<J> extends Processor
Processor that can be additionally used to submit jobs of a certain
type for concurrent processing. The jobs are submitted using
submit(Object).| Modifier and Type | Method and Description |
|---|---|
void |
submit(J job)
Submit a job to be processed by this
Processor. |
void submit(J job)
Processor. This method can
never fail or be interrupted. It is guaranteed that the submitted job is
processed when all subsequent calls of Processor.process() terminate.job - the job to be submittedCopyright © 2011–2024 Live Ontologies Project. All rights reserved.