Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supprot for interceptors #61

Closed
roxblnfk opened this issue Mar 14, 2023 · 0 comments · Fixed by #65
Closed

Supprot for interceptors #61

roxblnfk opened this issue Mar 14, 2023 · 0 comments · Fixed by #65
Assignees
Labels
enhancement New feature or request

Comments

@roxblnfk
Copy link
Member

Need to add some option with interceptors list.

Interceptor instances (you can create it using container factory) should be passed into \Temporal\Interceptor\SimplePipelineProvider and it will be used as argument in \Temporal\WorkerFactory::newWorker() and in the \Temporal\Client\WorkflowClient constructor.

Developmen is there: https://github.com/roxblnfk/temporal-sdk-php/tree/feature/interceptors (latest dev)
and there: https://github.com/temporalio/sdk-php/tree/interceptors (main branch)

@roxblnfk roxblnfk added the enhancement New feature or request label Mar 14, 2023
@butschster butschster linked a pull request Sep 28, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants