public interface InboundAdapter
Channel. Implementing classes will describe
the response content expected for a given service request.| Modifier and Type | Method and Description |
|---|---|
void |
dequeue()
Parse the received content into a form suitable for supplying to the remote method caller.
|
boolean |
isComplete()
Check for receipt of all response content expected from server.
|
void |
queue(byte[] bytes)
Add
Channel content to a queue for later processing |
boolean isComplete()
void queue(byte[] bytes)
Channel content to a queue for later processingbytes - the remote content to queuevoid dequeue()
throws IOException
IOException - on failure parsing the contentCopyright © 2022 Apache NiFi Project. All rights reserved.