Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KafkaListener ¶
type KafkaListener struct {
// contains filtered or unexported fields
}
func NewKafkaListener ¶
func NewKafkaListener(config KafkaProcessorConfig, dataProcessor processors.DataProcessor, ledgerWriter backends.LedgerWriter) *KafkaListener
func (*KafkaListener) Name ¶
func (k *KafkaListener) Name() string
func (*KafkaListener) Start ¶
func (k *KafkaListener) Start()
func (*KafkaListener) Stop ¶
func (k *KafkaListener) Stop()
type KafkaProcessorConfig ¶
Click to show internal directories.
Click to hide internal directories.