MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / PulsarEventQueueFactory

Struct PulsarEventQueueFactory

fs/contube/pulsar.go:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52type PulsarEventQueueFactory struct {
53 newSourceChan func(ctx context.Context, config *SourceQueueConfig) (<-chan Record, error)
54 newSinkChan func(ctx context.Context, config *SinkQueueConfig) (chan<- Record, error)
55}
56
57func (f *PulsarEventQueueFactory) NewSourceTube(ctx context.Context, configMap ConfigMap) (<-chan Record, error) {
58 config := SourceQueueConfig{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected