public class RandomHttpMessageCodec extends AbstractCodec
Modifier and Type | Class and Description |
---|---|
static class |
RandomHttpMessageCodec.Config |
static class |
RandomHttpMessageCodec.Descriptor |
static interface |
RandomHttpMessageCodec.Factory |
configuration
Constructor and Description |
---|
RandomHttpMessageCodec(Configuration configuration,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Modifier and Type | Method and Description |
---|---|
Message |
decode(RawMessage rawMessage) |
CodecAggregator |
getAggregator() |
getConfiguration, getName
@Inject public RandomHttpMessageCodec(Configuration configuration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
@Nullable public Message decode(@Nonnull RawMessage rawMessage)
@Nullable public CodecAggregator getAggregator()
getAggregator
in interface Codec
getAggregator
in class AbstractCodec
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.