public class VoidInboundAdapter extends Object implements InboundAdapter
InboundAdapter where no service response payload is expected.| Constructor and Description |
|---|
VoidInboundAdapter()
Constructor.
|
| 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 |
public boolean isComplete()
InboundAdapterisComplete in interface InboundAdapterpublic void queue(byte[] bytes)
InboundAdapterChannel content to a queue for later processingqueue in interface InboundAdapterbytes - the remote content to queuepublic void dequeue()
InboundAdapterdequeue in interface InboundAdapterCopyright © 2022 Apache NiFi Project. All rights reserved.