public class KafkaChannel extends BasicChannelSemantics
| Constructor and Description | 
|---|
| KafkaChannel() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | configure(Context ctx)
 Request the implementing class to (re)configure itself. | 
| protected BasicTransactionSemantics | createTransaction()
 Called to create new  Transactionobjects, which must
 extendBasicTransactionSemantics. | 
| protected Properties | getConsumerProps() | 
| protected Properties | getProducerProps() | 
| void | start()
 Starts a service or component. | 
| void | stop()
 Stops a service or component. | 
getTransaction, initialize, put, takegetLifecycleState, getName, setName, toStringpublic void start()
LifecycleAwareStarts a service or component.
 Implementations should determine the result of any start logic and effect
 the return value of LifecycleAware.getLifecycleState() accordingly.
 
start in interface LifecycleAwarestart in class AbstractChannelpublic void stop()
LifecycleAwareStops a service or component.
 Implementations should determine the result of any stop logic and effect
 the return value of LifecycleAware.getLifecycleState() accordingly.
 
stop in interface LifecycleAwarestop in class AbstractChannelprotected BasicTransactionSemantics createTransaction()
BasicChannelSemantics
 Called to create new Transaction objects, which must
 extend BasicTransactionSemantics.  Each object is used
 for only one transaction, but is stored in a thread-local and
 retrieved by getTransaction for the duration of that
 transaction.
 
createTransaction in class BasicChannelSemanticspublic void configure(Context ctx)
ConfigurableRequest the implementing class to (re)configure itself.
When configuration parameters are changed, they must be reflected by the component asap.
There are no thread safety guarantees on when configure might be called.
configure in interface Configurableconfigure in class AbstractChannelprotected Properties getProducerProps()
protected Properties getConsumerProps()
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.