public class SessionInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
private Map<String,String> |
flowFileAttributes |
private String |
sessionId |
| Constructor and Description |
|---|
SessionInfo(String sessionId,
Map<String,String> flowFileAttributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getFlowFileAttributes() |
String |
getSessionId() |
private final String sessionId
Copyright © 2022 Apache NiFi Project. All rights reserved.