We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08cb924 commit a20d0feCopy full SHA for a20d0fe
1 file changed
temporal-spring-boot-autoconfigure/README.md
@@ -289,7 +289,8 @@ spring.temporal:
289
## Customization
290
291
All customization points for the root namespace also exist for the non-root namespaces. To specify for a particular
292
-namespace users just need to append the alias/namespace to the bean. Currently, interceptors are not supported.
+namespace users just need to append the alias/namespace to the bean. Currently, auto registered interceptors are not
293
+supported, but `WorkerFactoryOptions` can always be used to customize it per namespace.
294
295
```java
296
// TemporalOptionsCustomizer type beans must start with the namespace/alias you defined and end with function class
0 commit comments