public class SyslogInboundChannelAdapter extends ReactorPeerInboundChannelAdapter<reactor.io.buffer.Buffer,reactor.io.buffer.Buffer>
InboundChannelAdapter implementation that uses the Reactor TCP support to read in syslog messages and
transform them to a Map for use in downstream modules.| Constructor and Description |
|---|
SyslogInboundChannelAdapter(reactor.io.net.ReactorPeer<reactor.io.buffer.Buffer,reactor.io.buffer.Buffer,reactor.io.net.ChannelStream<reactor.io.buffer.Buffer,reactor.io.buffer.Buffer>> server) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
composeChannel(reactor.io.net.ChannelStream<reactor.io.buffer.Buffer,reactor.io.buffer.Buffer> input) |
java.lang.String |
getComponentType() |
doStart, doStoponInit, sendMessage, setErrorChannel, setOutputChannel, setSendTimeout, setShouldTrackdoStop, getPhase, isAutoStartup, isRunning, setAutoStartup, setPhase, setTaskScheduler, start, stop, stopafterPropertiesSet, extractTypeIfPossible, getApplicationContext, getApplicationContextId, getBeanFactory, getChannelResolver, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, setMessageBuilderFactory, toStringpublic SyslogInboundChannelAdapter(reactor.io.net.ReactorPeer<reactor.io.buffer.Buffer,reactor.io.buffer.Buffer,reactor.io.net.ChannelStream<reactor.io.buffer.Buffer,reactor.io.buffer.Buffer>> server)
public java.lang.String getComponentType()
getComponentType in interface org.springframework.integration.support.context.NamedComponentgetComponentType in class ReactorPeerInboundChannelAdapter<reactor.io.buffer.Buffer,reactor.io.buffer.Buffer>protected void composeChannel(reactor.io.net.ChannelStream<reactor.io.buffer.Buffer,reactor.io.buffer.Buffer> input)
composeChannel in class ReactorPeerInboundChannelAdapter<reactor.io.buffer.Buffer,reactor.io.buffer.Buffer>