| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTransaction |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
SiteToSiteClient.createTransaction(TransferDirection direction)
Creates a new Transaction that can be used to either send data to a
remote NiFi instance or receive data from a remote NiFi instance,
depending on the value passed for the
direction argument. |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
HttpClient.createTransaction(TransferDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
SocketClient.createTransaction(TransferDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
ClientProtocol.startTransaction(Peer peer,
FlowFileCodec codec,
TransferDirection direction) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientTransaction |
| Modifier and Type | Class and Description |
|---|---|
class |
SocketClientTransaction |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
SocketClientProtocol.startTransaction(Peer peer,
FlowFileCodec codec,
TransferDirection direction) |
Copyright © 2023 Apache NiFi Project. All rights reserved.