You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: temporal-spring-boot-autoconfigure/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,8 +184,9 @@ Note: Worker whose name is not explicitly specified is named after it's Task Que
184
184
185
185
## Interceptors
186
186
187
-
To enable interceptors create beans implementing the `io.temporal.common.interceptors.WorkflowClientInterceptor` interface or `io.temporal.common.interceptors.WorkerInterceptor` interface.
188
-
Interceptors will be registered in the order specified by the `@Order` annotation.
187
+
To enable interceptors users can create beans implementing the `io.temporal.common.interceptors.WorkflowClientInterceptor`
188
+
, `io.temporal.common.interceptors.ScheduleClientInterceptor`, or `io.temporal.common.interceptors.WorkerInterceptor`
189
+
interface. Interceptors will be registered in the order specified by the `@Order` annotation.
189
190
190
191
## Customization of `*Options`
191
192
@@ -288,7 +289,7 @@ spring.temporal:
288
289
## Customization
289
290
290
291
All customization points for the root namespace also exist for the non-root namespaces. To specify for a particular
291
-
namespace users just need to append the alias/namespace to the bean. Currently interceptors are not supported.
292
+
namespace users just need to append the alias/namespace to the bean. Currently, interceptors are not supported.
292
293
293
294
```java
294
295
// TemporalOptionsCustomizer type beans must start with the namespace/alias you defined and end with function class
0 commit comments