| Interface | Description |
|---|---|
| InboundAdapter |
Interface to read service responses from a
Channel. |
| Class | Description |
|---|---|
| AtomicCacheEntryInboundAdapter<K,V> |
Implementation of
InboundAdapter where the service response payload is expected to be
an AtomicCacheEntry, allowing for synchronized access to a given service cache entry. |
| BooleanInboundAdapter |
Implementation of
InboundAdapter where the service response payload is expected to be a Boolean. |
| InboundToken<T> |
Tracker for receipt of incoming tokens from an InputStream.
|
| LongInboundAdapter |
Implementation of
InboundAdapter where the service response payload is expected to be a Long. |
| MapInboundAdapter<K,V> |
Implementation of
InboundAdapter where the service response payload is expected to be
a map of keys of type K to values of type V. |
| MapValuesInboundAdapter<K,V> |
Implementation of
InboundAdapter where the service response payload is expected to be
a collection of values of type V. |
| NullInboundAdapter |
Implementation of
InboundAdapter where no service data is expected. |
| OutboundAdapter |
Interface to write service request payloads to a
Channel. |
| SetInboundAdapter<T> |
Implementation of
InboundAdapter where the service response payload is expected to be
a set of objects of type T. |
| ValueInboundAdapter<T> |
Implementation of
InboundAdapter where the service response payload is expected to be
an object of type T. |
| VoidInboundAdapter |
Implementation of
InboundAdapter where no service response payload is expected. |
Copyright © 2022 Apache NiFi Project. All rights reserved.