Uses of Package
org.springframework.integration.syslog
Package
Description
Base package for Syslog Support.
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides classes for inbound endpoints.
-
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.Parse for RFC 5424 syslog messages; when used with TCP, requires the use of aRFC6587SyslogDeserializer
which decodes the framing. -
ClassDescriptionA converter to convert the raw message created by the underlying UDP/TCP endpoint to a specific form of Syslog message.
-
ClassDescriptionA converter to convert the raw message created by the underlying UDP/TCP endpoint to a specific form of Syslog message.Parse for RFC 5424 syslog messages; when used with TCP, requires the use of a
RFC6587SyslogDeserializer
which decodes the framing.