Package com.featureprobe.sdk.server
Interface EventProcessor
-
- All Known Implementing Classes:
DefaultEventProcessor
public interface EventProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flush()
void
push(Event event)
void
shutdown()
-
-
-
Method Detail
-
push
void push(Event event)
-
flush
void flush()
-
shutdown
void shutdown()
-
-