Package org.springframework.integration.syslog
package org.springframework.integration.syslog
Base package for Syslog Support.
-
ClassDescriptionDefault
MessageConverter
; delegates to aSyslogToMapTransformer
to convert the payload to a map of values and also provides some of the map contents as message headers.A converter to convert the raw message created by the underlying UDP/TCP endpoint to a specific form of Syslog message.MessageConverter
; delegates to aRFC5424SyslogParser
if necessary (TCP will have already done the syslog conversion because it needs to handle different message framing).Parse for RFC 5424 syslog messages; when used with TCP, requires the use of aRFC6587SyslogDeserializer
which decodes the framing.Headers in aMap
generated by the @linkSyslogToMapTransformer
that will be added to Spring Integration messages as headers, prefixed bySyslogHeaders.PREFIX
.