Interface OutputWriter

All Known Implementing Classes:
AbstractOutputWriter, ConsoleWriter, CopperEggWriter, CsvWriter, GraphiteHttpWriter, GraphitePickleWriter, GraphiteWriter, LibratoWriter, NoOpWriter, Slf4jWriter, StackdriverWriter, StatsDWriter

public interface OutputWriter
Interface of define a writer that will convert the collected JMX metrics to a given format (e.g. file, Graphite, ...)
Author:
Cyrille Le Clerc, Jon Stevens