DEFAULT_DELIMITER, delimiter| Constructor and Description |
|---|
SyslogCodec() |
| Modifier and Type | Method and Description |
|---|---|
Buffer |
apply(Void v)
Execute the logic of the action, accepting the given parameter.
|
Function<Buffer,SyslogMessage> |
decoder(Consumer<SyslogMessage> next)
Provide the caller with a decoder to turn a source object into an instance of the input
type.
|
addDelimiterIfAny, decode, decoder, doBufferDecode, doDelimitedBufferDecode, encode, encoder, invokeCallbackOrReturnpublic Buffer apply(Void v)
Functionv - The parameter to pass to the action.public Function<Buffer,SyslogMessage> decoder(Consumer<SyslogMessage> next)
CodecCopyright © 2016. All rights reserved.