|
Interface Summary |
| GlobalPropertiesEvaluator |
An interface to simulate functional programming so that you can tell the KeenClient
how to dynamically return Keen Global Properties based on event collection name. |
| KeenAttemptCountingEventStore |
Interface which provides an abstraction layer around how attempt counts are stored. |
| KeenCallback |
An interface to allow callers to receive a callback on success or failure of an operation by the
keen client. |
| KeenDetailedCallback |
An interface to allow callers to receive a callback on success or failure of an operation by the
keen client. |
| KeenEventStore |
Interface which provides an abstraction layer around how events are stored in between being
queued and being uploaded by a batch post operation. |
| KeenJsonHandler |
Interface for abstracting the tasks of converting an input Reader into an
in-memory object (in the form of a Map<String, Object>), and for writing that
object back out to a Writer. |
| KeenNetworkStatusHandler |
This interface holds methods for checking network conditions. |