What is the Java SDK equivalent of https://docs.temporal.io/docs/go-signals/

Would like to know how we do this in Java?

Thanks,

Kasi

Here is the HelloSignal Java sample.

Thanks Maxim, is there a possibly for a workflow to wait on external event before it can proceeed

Yes, it can wait on a Promise or any other field that signal handler updates using Workflow.await.