| Constructor and Description | 
|---|
ServiceEmitter(String service,
              String host,
              Emitter emitter)  | 
ServiceEmitter(String service,
              String host,
              Emitter emitter,
              com.google.common.collect.ImmutableMap<String,String> otherServiceDimensions)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
void | 
emit(Event event)  | 
void | 
emit(ServiceEventBuilder builder)  | 
void | 
flush()  | 
String | 
getHost()  | 
String | 
getService()  | 
void | 
start()  | 
String | 
toString()  | 
public String getService()
public String getHost()
public void emit(ServiceEventBuilder builder)
public void flush()
           throws IOException
flush in interface Emitterflush in interface FlushableIOExceptionpublic void close()
           throws IOException
close in interface Emitterclose in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2011–2018. All rights reserved.