protected static class LogAttribute.FlowFilePayloadCallback extends Object implements InputStreamCallback
Modifier and Type | Field and Description |
---|---|
private Charset |
charset |
private String |
contents |
Constructor and Description |
---|
FlowFilePayloadCallback(Charset charset) |
Modifier and Type | Method and Description |
---|---|
String |
getContents() |
void |
process(InputStream in) |
public FlowFilePayloadCallback(Charset charset)
public void process(InputStream in) throws IOException
process
in interface InputStreamCallback
IOException
public String getContents()
Copyright © 2021 Apache NiFi Project. All rights reserved.