Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMongoDBSinkPlugin ¶
func NewMongoDBSinkPlugin(config Config, schema []schema.StreamSchema, appCtx *stream_context.Context) sinks.DataSink
Types ¶
type SinkPlugin ¶
type SinkPlugin struct {
// contains filtered or unexported fields
}
func (*SinkPlugin) GetType ¶
func (s *SinkPlugin) GetType() sinks.SinkDriver
func (*SinkPlugin) SetExpectedSchema ¶
func (s *SinkPlugin) SetExpectedSchema(schema []schema.StreamSchema)
SetExpectedSchema for Stdout component does nothing, since this component is used mostly for debugging
func (*SinkPlugin) Stop ¶
func (s *SinkPlugin) Stop()
Click to show internal directories.
Click to hide internal directories.