Skip to content

Commit a20d0fe

Browse files
add clarifying comment
1 parent 08cb924 commit a20d0fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

temporal-spring-boot-autoconfigure/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ spring.temporal:
289289
## Customization
290290

291291
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.
292+
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.
293294

294295
```java
295296
// TemporalOptionsCustomizer type beans must start with the namespace/alias you defined and end with function class

0 commit comments

Comments
 (0)