io.keen.client.java
Class KeenConfig

java.lang.Object
  extended by io.keen.client.java.KeenConfig

public class KeenConfig
extends Object

KeenConfig Contains configuration variables for the Keen IO Java SDK.

Since:
1.0.0
Author:
dkador

Field Summary
static int NUM_THREADS_FOR_HTTP_REQUESTS
          How many threads to use to send events to Keen IO.
 
Constructor Summary
KeenConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUM_THREADS_FOR_HTTP_REQUESTS

public static int NUM_THREADS_FOR_HTTP_REQUESTS
How many threads to use to send events to Keen IO. Change this to 0 if you want to manage your own threads.

Constructor Detail

KeenConfig

public KeenConfig()


Copyright © 2013 Keen IO. All Rights Reserved.