T - public interface DetectionAgentInterface<T extends Subject>
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(Event<T> event,
DetectionAgentProfile profile,
ServerInterface<T> datastore)
Perform the analysis.
|
void analyze(Event<T> event, DetectionAgentProfile profile, ServerInterface<T> datastore) throws Throwable
event - the event (label, subject, time) that triggered this
detectorprofile - datastore - Throwable - if an error occured during analysisCopyright © 2019. All rights reserved.