public class LumberjackResponse
extends java.lang.Object
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.
|
public LumberjackFrame toFrame()
public static LumberjackResponse ok(long seqNumber)