| Package | Description |
|---|---|
| org.springframework.integration.syslog |
Base package for Syslog Support.
|
| org.springframework.integration.syslog.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
| org.springframework.integration.syslog.inbound |
Provides classes for inbound endpoints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMessageConverter
Default
MessageConverter; delegates to a SyslogToMapTransformer
to convert the payload to a map of values and also provides some of the map
contents as message headers. |
| Modifier and Type | Method and Description |
|---|---|
void |
SyslogReceivingChannelAdapterFactoryBean.setConverter(MessageConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyslogReceivingChannelAdapterSupport.setConverter(MessageConverter converter)
A
MessageConverter to convert the byte array payload
of the underlying UDP/TCP message to a Spring Integration message
with decoded payload and headers; default is DefaultMessageConverter. |
Copyright © 2016. All rights reserved.