MCPcopy Create free account
hub / github.com/temporalio/temporal / WithDynamicConfigClient

Function WithDynamicConfigClient

temporal/server_option.go:139–143  ·  view source on GitHub ↗

WithDynamicConfigClient sets custom client for reading dynamic configuration.

(c dynamicconfig.Client)

Source from the content-addressed store, hash-verified

137
138// WithDynamicConfigClient sets custom client for reading dynamic configuration.
139func WithDynamicConfigClient(c dynamicconfig.Client) ServerOption {
140 return applyFunc(func(s *serverOptions) {
141 s.dynamicConfigClient = c
142 })
143}
144
145// WithCustomDataStoreFactory sets a custom AbstractDataStoreFactory
146// NOTE: this option is experimental and may be changed or removed in future release.

Callers 2

runAndTestServerFunction · 0.92
NewLiteServerFunction · 0.92

Calls 1

applyFuncFuncType · 0.70

Tested by 1

runAndTestServerFunction · 0.74