public class LumberjackResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
private byte |
frameType |
private long |
seqNumber |
private byte |
version |
| Constructor and Description |
|---|
LumberjackResponse(long seqNumber) |
| Modifier and Type | Method and Description |
|---|---|
static LumberjackResponse |
ok(long seqNumber) |
LumberjackFrame |
toFrame()
Creates a LumberjackFrame where the data portion will contain this response.
|
private final long seqNumber
private final byte version
private final byte frameType
public LumberjackFrame toFrame()
public static LumberjackResponse ok(long seqNumber)
Copyright © 2021 Apache NiFi Project. All rights reserved.