Skip to content

Commit 777352c

Browse files
Update javadoc
1 parent 992b369 commit 777352c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

temporal-spring-boot-autoconfigure/src/main/java/io/temporal/spring/boot/TemporalOptionsCustomizer.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
* Beans of this class can be added to Spring context to get a fine control over *Options objects
1313
* that are created by Temporal Spring Boot Autoconfigure module.
1414
*
15-
* <p>Only one bean of each generic type can be added to Spring context.
15+
* <p>Multiple beans of each generic type can be added to Spring context. They will be ordered,
16+
* taking into account {@link org.springframework.core.Ordered Ordered} and {@link
17+
* org.springframework.core.annotation.Order @Order} values of the target
1618
*
1719
* @param <T> Temporal Options Builder to customize. Respected types: {@link
1820
* WorkflowServiceStubsOptions.Builder}, {@link WorkflowClientOptions.Builder}, {@link

0 commit comments

Comments
 (0)