MCPcopy Create free account
hub / github.com/apache/pulsar-client-go / TriggerFunction

Method TriggerFunction

pulsaradmin/pkg/admin/functions.go:214–214  ·  view source on GitHub ↗

TriggerFunction triggers the function by writing to the input topic

(tenant, namespace, name, topic, triggerValue, triggerFile string)

Source from the content-addressed store, hash-verified

212
213 // TriggerFunction triggers the function by writing to the input topic
214 TriggerFunction(tenant, namespace, name, topic, triggerValue, triggerFile string) (string, error)
215
216 // TriggerFunctionWithContext triggers the function by writing to the input topic
217 TriggerFunctionWithContext(

Callers

nothing calls this directly

Implementers 1

functionspulsaradmin/pkg/admin/functions.go

Calls

no outgoing calls

Tested by

no test coverage detected