Interface LogsBuffer<E>
-
public interface LogsBuffer<E>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static <E> LogsBuffer<E>create(java.util.function.Function<E,Log> converter)voidput(E event)
-
-
-
Method Detail
-
create
static <E> LogsBuffer<E> create(java.util.function.Function<E,Log> converter)
-
put
void put(E event)
-
-