Java org.springframework.integration.syslog.config SyslogReceivingChannelAdapterFactoryBean fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

SyslogReceivingChannelAdapterFactoryBean(Protocol protocol)
Instantiates a factory bean that creates a UdpSyslogReceivingChannelAdapter if the protocol is Protocol#udp or a TcpSyslogReceivingChannelAdapter if the protocol is Protocol#tcp .

Method