Java org.springframework.integration.syslog.inbound UdpSyslogReceivingChannelAdapter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.syslog.inbound UdpSyslogReceivingChannelAdapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.syslog.inbound UdpSyslogReceivingChannelAdapter.

The text is from its open source code.

Method

voidsetConverter(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 .
voidstop()