Interface LogWriteStrategy
-
public interface LogWriteStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static LogWriteStrategy
NO_OP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
send(List<net.sf.json.JSONObject> logs)
-
-
-
Field Detail
-
NO_OP
static final LogWriteStrategy NO_OP
-
-
Method Detail
-
send
void send(List<net.sf.json.JSONObject> logs)
-
close
void close()
-
-