public abstract static class PayloadProcessorProvider.PayloadProcessor extends Object
| Constructor and Description |
|---|
PayloadProcessorProvider.PayloadProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
processPayload(BytesRef payload)
Process the incoming payload and stores the result in the given
BytesRef. |
public PayloadProcessorProvider.PayloadProcessor()
public abstract void processPayload(BytesRef payload) throws IOException
BytesRef.IOExceptionCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.