temporalio / sdk-java

Temporal Java SDK
https://temporal.io
Apache License 2.0
211 stars 142 forks source link

SpringBoot - Add registered workflow and activity impl info to workers template #1986

Closed tsurdilo closed 7 months ago

tsurdilo commented 7 months ago

Update to WorkersTemplate to expose registered workflow and activity class info per task queue. Allows users to build custom actuator endpoints that display this.

Sample that uses this info to create a custom actuator endpoint https://github.com/temporalio/samples-java/pull/576

tsurdilo commented 7 months ago

Sample screenshot:

Screenshot 2024-02-11 at 7 30 23 PM
tsurdilo commented 7 months ago

@Quinn-With-Two-Ns made updates, let me know if ok now

tsurdilo commented 7 months ago

Added Experimental flag to getRegisteredInfo method