Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PulsarSinkHandler ¶
func NewPulsarSinkHandler ¶
func NewPulsarSinkHandler(baseSink sink.BaseSink, sinkPulsarCfg config.PulsarSinkConfig) *PulsarSinkHandler
NewPulsarSinkHandler creates a new Pulsar sink handler
func (*PulsarSinkHandler) CloseSink ¶
func (p *PulsarSinkHandler) CloseSink()
CloseSink closes the Pulsar sink
func (*PulsarSinkHandler) InitSink ¶
func (p *PulsarSinkHandler) InitSink()
InitSink initializes the Pulsar sink
func (*PulsarSinkHandler) SinkName ¶
func (p *PulsarSinkHandler) SinkName() string
SinkName returns the name of the Pulsar sink
func (*PulsarSinkHandler) WriteData ¶
func (p *PulsarSinkHandler) WriteData()
WriteData writes data to Pulsar
Click to show internal directories.
Click to hide internal directories.