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, invokeCallbackOrReturn
public Buffer apply(Void v)
Function
v
- The parameter to pass to the action.public Function<Buffer,SyslogMessage> decoder(Consumer<SyslogMessage> next)
Codec
Copyright © 2017. All rights reserved.