public interface Codec
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Codec.Config |
static class |
Codec.Descriptor |
static interface |
Codec.Factory<C> |
| Modifier and Type | Method and Description |
|---|---|
Message |
decode(RawMessage rawMessage) |
CodecAggregator |
getAggregator() |
Configuration |
getConfiguration() |
String |
getName() |
@Nullable Message decode(@Nonnull RawMessage rawMessage)
@Nullable CodecAggregator getAggregator()
String getName()
@Nonnull Configuration getConfiguration()
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.