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

Method ReloadBuiltInSinks

pulsaradmin/pkg/admin/sinks.go:153–153  ·  view source on GitHub ↗

ReloadBuiltInSinks reloads the available built-in connectors, include Source and Sink

()

Source from the content-addressed store, hash-verified

151
152 // ReloadBuiltInSinks reloads the available built-in connectors, include Source and Sink
153 ReloadBuiltInSinks() error
154
155 // ReloadBuiltInSinksWithContext reloads the available built-in connectors, include Source and Sink
156 ReloadBuiltInSinksWithContext(ctx context.Context) error

Callers

nothing calls this directly

Implementers 1

sinkspulsaradmin/pkg/admin/sinks.go

Calls

no outgoing calls

Tested by

no test coverage detected