properties.putAll(endpoint.getEndpointProperties());
properties.put(CALLBACK_PROPERTY, this);
// invoke LongPollingEventsManager.poll to start event polling
cachedBoxClient = endpoint.getBoxClient();
apiProxy = new LongPollingEventsManager(cachedBoxClient,
endpoint.getConfiguration().getHttpParams(), endpoint.getExecutorService());
}