|
|
package com.yohoufo.common.alarm;
|
|
|
|
|
|
import com.google.common.eventbus.Subscribe;
|
|
|
import com.yoho.core.common.alarm.EventReporter;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
...
|
...
|
@@ -21,6 +22,7 @@ public class UfoInfluxdbEventHandler implements IEventHandler<UfoInfluxdbEvent> |
|
|
private final static String database = "ufo";
|
|
|
|
|
|
@Override
|
|
|
@Subscribe
|
|
|
public void handle(UfoInfluxdbEvent event) {
|
|
|
logger.info("method UfoInfluxdbEventHandler onApplicationEvent, event", event);
|
|
|
|
...
|
...
|
|