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