public class RecordingAsyncJsonAppenderSink extends Object implements AsyncJsonAppenderSink
| Constructor and Description |
|---|
RecordingAsyncJsonAppenderSink() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Configuration option) |
void |
dropped(long dropped) |
static long |
getDropped() |
static List<Json> |
getRecorded() |
static long |
getSeen() |
static void |
reset() |
void |
sink(List<Json> data) |
public static void reset()
public static long getDropped()
public void sink(List<Json> data)
sink in interface AsyncJsonAppenderSinkpublic void dropped(long dropped)
dropped in interface AsyncJsonAppenderSinkpublic static long getSeen()
public void configure(Configuration option)
configure in interface ConfigurableCopyright © 2021. All rights reserved.