Documentation

ScheduleClientPluginInterface extends PluginInterface

Plugin interface for configuring Temporal schedule clients.

Plugins that implement either ScheduleClientPluginInterface and ClientPluginInterface are automatically propagated from the service stubs to the schedule client.

Configuration methods are called in registration order (first registered = first called).

Table of Contents

Methods

configureScheduleClient()  : void
Modify schedule client configuration before the client is created.
getName()  : string
Unique name identifying this plugin (e.g., "my-org.tracing").

Methods

getName()

Unique name identifying this plugin (e.g., "my-org.tracing").

public getName() : string

Used for deduplication and diagnostics.

Return values
string

        
On this page

Search results