Interface LogWriteStrategy
-
public interface LogWriteStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static LogWriteStrategyNO_OP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidsend(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()
-
-