public class JavaKeenClientBuilder
extends io.keen.client.java.KeenClient.Builder
KeenClient.Builder with defaults suited for use in a standard Java
environment.
This client uses the Jackson library for reading and writing JSON. As a result, Jackson must be
available in order for this library to work properly. For applications which would prefer to
use a different JSON library, configure the builder to use an appropriate KeenJsonHandler
via the KeenClient.Builder.withJsonHandler(KeenJsonHandler) method.
Other defaults are those provided by the parent KeenClient.Builder implementation.
| Constructor and Description |
|---|
JavaKeenClientBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected io.keen.client.java.KeenJsonHandler |
getDefaultJsonHandler() |
build, buildInstance, getDefaultEventStore, getDefaultHttpHandler, getDefaultNetworkStatusHandler, getDefaultPublishExecutor, getEventStore, getHttpHandler, getJsonHandler, getNetworkStatusHandler, getPublishExecutor, setEventStore, setHttpHandler, setJsonHandler, setNetworkStatusHandler, setPublishExecutor, withConnectTimeout, withEventStore, withHttpHandler, withJsonHandler, withNetworkStatusHandler, withPublishExecutor, withReadTimeout