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, doStop
onInit, sendMessage, setErrorChannel, setOutputChannel, setSendTimeout, setShouldTrack
doStop, getPhase, isAutoStartup, isRunning, setAutoStartup, setPhase, setTaskScheduler, start, stop, stop
afterPropertiesSet, extractTypeIfPossible, getApplicationContext, getApplicationContextId, getBeanFactory, getChannelResolver, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, setMessageBuilderFactory, toString
public 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.NamedComponent
getComponentType
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>