com.ning.metrics.eventtracker
Class CollectorControllerHttpModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by com.ning.metrics.eventtracker.CollectorControllerHttpModule
All Implemented Interfaces:
com.google.inject.Module

public class CollectorControllerHttpModule
extends com.google.inject.AbstractModule

Wires all pieces related to talking to the Collector core. See http://github.com/pierre/collector

Note that Guice injection is optional, you can directly instantiate a CollectorController via the factories.


Nested Class Summary
static class CollectorControllerModule.Type
           
 
Constructor Summary
CollectorControllerHttpModule()
           
 
Method Summary
 
Methods inherited from class com.google.inject.AbstractModule
configure
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectorControllerHttpModule

public CollectorControllerHttpModule()


Copyright © 2010-2011 Ning, Inc.. All Rights Reserved.