Documentation
¶
Overview ¶
* Copyright 2019, Ulf Lilleengen * License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommitListener ¶
type CommitListener func(bool)
type Subscriber ¶
type Subscriber struct {
// contains filtered or unexported fields
}
func (*Subscriber) Close ¶
func (s *Subscriber) Close()
func (*Subscriber) Commit ¶
func (s *Subscriber) Commit(offset int64)
func (*Subscriber) Stream ¶
func (s *Subscriber) Stream(callback StreamFn) error
Click to show internal directories.
Click to hide internal directories.