public abstract class AbstractTestAggregator extends Object implements DataAggregator
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getPath()
Get relative path to the event stream.
|
protected abstract String |
getPrefix()
Get message prefix to identify the concrete aggregator.
|
void |
start(String keywords,
DataListener msgListener) |
void |
stop() |
public void start(String keywords, DataListener msgListener)
start in interface DataAggregatorpublic void stop()
stop in interface DataAggregatorprotected abstract String getPath()
protected abstract String getPrefix()
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.