Package | Description |
---|---|
org.springframework.integration.syslog.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
Modifier and Type | Method and Description |
---|---|
static SyslogReceivingChannelAdapterFactoryBean.Protocol |
SyslogReceivingChannelAdapterFactoryBean.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyslogReceivingChannelAdapterFactoryBean.Protocol[] |
SyslogReceivingChannelAdapterFactoryBean.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SyslogReceivingChannelAdapterFactoryBean(SyslogReceivingChannelAdapterFactoryBean.Protocol protocol)
Instantiates a factory bean that creates a
UdpSyslogReceivingChannelAdapter
if the protocol is udp or a TcpSyslogReceivingChannelAdapter if
the protocol is tcp . |
Copyright © 2017. All rights reserved.