public interface DataExtension
| Modifier and Type | Method and Description |
|---|---|
TreeSet<Data> |
processData(TreeSet<Data> data)
The extension processes the supplied Data and returns Data to be forwarded, if any.
|
TreeSet<Data> processData(TreeSet<Data> data)
data - The Data to be processed by the extension.Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.