Package io.split.client
Interface EventClient
-
- All Known Implementing Classes:
EventClientImpl,NoopEventClient
public interface EventClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()booleantrack(Event event, int eventSize)
-
-
-
Method Detail
-
track
boolean track(Event event, int eventSize)
-
close
void close()
-
-