INGESTION - Analysis result object-graph rootpublic abstract class Processor<INGESTION> extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Processor.Builder<INGESTION,A extends Processor<INGESTION>> |
| Constructor and Description |
|---|
Processor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract UserAgentIngredients |
digest(INGESTION ingestion) |
void |
finalize() |
protected abstract Optional<INGESTION> |
ingest(String userAgent) |
UserAgentIngredients |
process(String userAgent) |
abstract void |
teardown() |
protected abstract Optional<INGESTION> ingest(String userAgent) throws UserAgentIngestionException
UserAgentIngestionExceptionprotected abstract UserAgentIngredients digest(INGESTION ingestion) throws UserAgentDigestionException
UserAgentDigestionExceptionpublic UserAgentIngredients process(String userAgent) throws UserAgentIngestionException, UserAgentDigestionException
public abstract void teardown()
Copyright © 2017. All rights reserved.