Documentation ¶
Index ¶
- Constants
- Variables
- type Pulsar
- func (p *Pulsar) Close(_ context.Context) error
- func (p *Pulsar) DisplayError(msg *records.ErrorRecord) error
- func (p *Pulsar) DisplayMessage(cliOpts *opts.CLIOptions, msg *records.ReadRecord) error
- func (p *Pulsar) Dynamic(ctx context.Context, dynamicOpts *opts.DynamicOptions, ...) error
- func (p *Pulsar) Name() string
- func (p *Pulsar) Read(ctx context.Context, readOpts *opts.ReadOptions, ...) error
- func (p *Pulsar) Relay(ctx context.Context, relayOpts *opts.RelayOptions, relayCh chan interface{}, ...) error
- func (p *Pulsar) Test(_ context.Context) error
- func (p *Pulsar) Write(ctx context.Context, writeOpts *opts.WriteOptions, ...) error
Constants ¶
View Source
const BackendName = "pulsar"
Variables ¶
View Source
var ( ErrEmptyTopic = errors.New("topic cannot be empty") ErrEmptySubscriptionName = errors.New("subscription name cannot be empty") )
Functions ¶
This section is empty.
Types ¶
type Pulsar ¶
type Pulsar struct {
// contains filtered or unexported fields
}
func (*Pulsar) DisplayError ¶ added in v1.0.0
func (p *Pulsar) DisplayError(msg *records.ErrorRecord) error
DisplayError will parse an Error record and print (pretty) output to STDOUT
func (*Pulsar) DisplayMessage ¶ added in v1.0.0
func (p *Pulsar) DisplayMessage(cliOpts *opts.CLIOptions, msg *records.ReadRecord) error
DisplayMessage will parse a Read record and print (pretty) output to STDOUT
func (*Pulsar) Read ¶
func (p *Pulsar) Read(ctx context.Context, readOpts *opts.ReadOptions, resultsChan chan *records.ReadRecord, errorChan chan *records.ErrorRecord) error
func (*Pulsar) Relay ¶ added in v1.0.0
func (p *Pulsar) Relay(ctx context.Context, relayOpts *opts.RelayOptions, relayCh chan interface{}, errorCh chan *records.ErrorRecord) error
func (*Pulsar) Write ¶
func (p *Pulsar) Write(ctx context.Context, writeOpts *opts.WriteOptions, errorCh chan *records.ErrorRecord, messages ...*records.WriteRecord) error
Click to show internal directories.
Click to hide internal directories.