Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExitCallback ¶
type ExitCallback func()
type InitCallback ¶
type InitCallback func() error
type JoinCallback ¶ added in v0.4.6
type ProcessorCallbacks ¶
type ProcessorCallbacks struct { OnInit InitCallback Process ProcessCallback Join JoinCallback OnExit ExitCallback }
type Record ¶
type Record struct {
// contains filtered or unexported fields
}
func NewRecordWithConsumerMessage ¶ added in v0.4.3
func NewRecordWithConsumerMessage(msg *sarama.ConsumerMessage) *Record
Click to show internal directories.
Click to hide internal directories.