package com.cyngn.vertx.opentsdb; /** * Messages to send on the event bus to the user of the library. * * @author truelove@cyngn.com (Jeremy Truelove) 4/25/15 */ public enum EventBusMessage { WRITE_FAILURE, INVALID_DATA }