Documentation

ClientPluginInterface extends PluginInterface

Plugin interface for configuring Temporal 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

configureClient()  : void
Modify 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