|
Spring Integration Kafka Support | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.endpoint.AbstractEndpoint
org.springframework.integration.endpoint.MessageProducerSupport
org.springframework.integration.kafka.inbound.KafkaMessageDrivenChannelAdapter
public class KafkaMessageDrivenChannelAdapter
Field Summary |
---|
Fields inherited from class org.springframework.integration.endpoint.AbstractEndpoint |
---|
lifecycleCondition, lifecycleLock |
Fields inherited from class org.springframework.integration.context.IntegrationObjectSupport |
---|
logger |
Constructor Summary | |
---|---|
KafkaMessageDrivenChannelAdapter(KafkaMessageListenerContainer messageListenerContainer)
|
Method Summary | |
---|---|
int |
afterShutdown()
|
int |
beforeShutdown()
|
protected void |
doStart()
|
protected void |
doStop()
|
java.lang.String |
getComponentType()
|
protected void |
onInit()
|
void |
setKeyDecoder(kafka.serializer.Decoder<?> keyDecoder)
|
void |
setPayloadDecoder(kafka.serializer.Decoder<?> payloadDecoder)
|
Methods inherited from class org.springframework.integration.endpoint.MessageProducerSupport |
---|
sendMessage, setErrorChannel, setOutputChannel, setSendTimeout, setShouldTrack |
Methods inherited from class org.springframework.integration.endpoint.AbstractEndpoint |
---|
getPhase, isAutoStartup, isRunning, setAutoStartup, setPhase, setTaskScheduler, start, stop, stop |
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport |
---|
afterPropertiesSet, getApplicationContextId, getBeanFactory, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setConversionService, setMessageBuilderFactory, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.springframework.integration.support.context.NamedComponent |
---|
getComponentName |
Constructor Detail |
---|
public KafkaMessageDrivenChannelAdapter(KafkaMessageListenerContainer messageListenerContainer)
Method Detail |
---|
public void setKeyDecoder(kafka.serializer.Decoder<?> keyDecoder)
public void setPayloadDecoder(kafka.serializer.Decoder<?> payloadDecoder)
protected void onInit()
onInit
in class org.springframework.integration.endpoint.MessageProducerSupport
protected void doStart()
doStart
in class org.springframework.integration.endpoint.MessageProducerSupport
protected void doStop()
doStop
in class org.springframework.integration.endpoint.MessageProducerSupport
public java.lang.String getComponentType()
getComponentType
in interface org.springframework.integration.support.context.NamedComponent
getComponentType
in class org.springframework.integration.context.IntegrationObjectSupport
public int beforeShutdown()
beforeShutdown
in interface org.springframework.integration.context.OrderlyShutdownCapable
public int afterShutdown()
afterShutdown
in interface org.springframework.integration.context.OrderlyShutdownCapable
|
Spring Integration Kafka Support | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |