Documentation ¶
Index ¶
- Constants
- func CloseSourceConsumerChannel(topic string, sourceId string)
- func CreatePub(topic string)
- func CreateSub(wildcard string, regex *regexp.Regexp, sourceId string, bufferLength int) chan any
- func Produce(ctx api.StreamContext, topic string, data api.Tuple)
- func ProduceList(ctx api.StreamContext, topic string, list []api.Tuple)
- func ProduceUpdatable(ctx api.StreamContext, topic string, data api.Tuple, rowkind string, ...)
- func RemovePub(topic string)
- func Reset()
- type UpdatableTuple
Constants ¶
View Source
const IdProperty = "topic"
Variables ¶
This section is empty.
Functions ¶
func ProduceList ¶
func ProduceList(ctx api.StreamContext, topic string, list []api.Tuple)
func ProduceUpdatable ¶
Types ¶
type UpdatableTuple ¶
type UpdatableTuple struct { *model.DefaultSourceTuple Rowkind string Keyval interface{} }
Click to show internal directories.
Click to hide internal directories.