temporalio / sdk-java

Temporal Java SDK
https://temporal.io
Apache License 2.0
200 stars 134 forks source link

ScheduleClient is missing an option to add interceptors #2048

Closed dano closed 2 months ago

dano commented 2 months ago

Expected Behavior

There should be an API on ScheduleClientOptions to add ScheduleClientCallsInterceptor (or maybe ScheduleClientInterceptor, if the pattern used by WorkflowClient is followed) instances to the ScheduleClient.

Actual Behavior

There is no such API.