public interface Transport
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Transport.Config |
static interface |
Transport.Factory<T extends Transport> |
| Modifier and Type | Method and Description |
|---|---|
com.codahale.metrics.MetricSet |
getMetricSet() |
void |
launch(MessageInput input) |
void |
setMessageAggregator(CodecAggregator aggregator) |
void |
stop() |
void setMessageAggregator(CodecAggregator aggregator)
void launch(MessageInput input) throws MisfireException
MisfireExceptionvoid stop()
com.codahale.metrics.MetricSet getMetricSet()
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.