Skip to content

Commit 08cb924

Browse files
clean up
1 parent 027565d commit 08cb924

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

temporal-spring-boot-autoconfigure/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,9 @@ Note: Worker whose name is not explicitly specified is named after it's Task Que
184184

185185
## Interceptors
186186

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.
189190

190191
## Customization of `*Options`
191192

@@ -288,7 +289,7 @@ spring.temporal:
288289
## Customization
289290

290291
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.
292293

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

0 commit comments

Comments
 (0)