Package io.temporal.spring.boot
Annotation Type NexusServiceImpl
-
@Retention(RUNTIME) @Target(TYPE) public @interface NexusServiceImplEnables the Nexus service bean to be discovered by the Workers auto-discovery. This annotation is not needed if only an explicit config is used.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]taskQueuesjava.lang.String[]workers
-
-
-
-
taskQueues
java.lang.String[] taskQueues
- Returns:
- Worker Task Queues to register this nexus service bean with. If Worker with the specified Task Queue is not present in the application config, it will be created with a default config. Can be specified as a property key, e.g.: ${propertyKey}.
- Default:
- {}
-
-