|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeenException | |
|---|---|
| io.keen.client.java | |
| io.keen.client.java.exceptions | |
| Uses of KeenException in io.keen.client.java |
|---|
| Methods in io.keen.client.java that throw KeenException | |
|---|---|
void |
KeenClient.addEvent(String eventCollection,
Map<String,Object> event)
Call this any time you want to add an event that will be sent to the Keen IO server. |
void |
KeenClient.addEvent(String eventCollection,
Map<String,Object> event,
Map<String,Object> keenProperties,
AddEventCallback callback)
Call this any time you want to add an event that will be sent to the Keen IO server AND you want to override Keen-defaulted properties (like timestamp). |
| Uses of KeenException in io.keen.client.java.exceptions |
|---|
| Subclasses of KeenException in io.keen.client.java.exceptions | |
|---|---|
class |
InvalidEventCollectionException
InvalidEventCollectionException |
class |
InvalidEventException
InvalidEventException |
class |
NoWriteKeyException
NoWriteKeyException |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||