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

Method GetFunctionState

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

GetFunctionState fetches the current state associated with a Pulsar Function Response Example: { "value : 12, version : 2"}

(tenant, namespace, name, key string)

Source from the content-addressed store, hash-verified

197 // Response Example:
198 // { "value : 12, version : 2"}
199 GetFunctionState(tenant, namespace, name, key string) (utils.FunctionState, error)
200
201 // GetFunctionStateWithContext fetches the current state associated with a Pulsar Function
202 //

Callers

nothing calls this directly

Implementers 1

functionspulsaradmin/pkg/admin/functions.go

Calls

no outgoing calls

Tested by

no test coverage detected