How to send message to a cluster in akka java

I have created an cluster with 3 nodes and I want to send message to that cluster.
How will I achieve this in akka java ?

This sample could be a good place to start learning about what you can do with Akka cluster (from Java): https://developer.lightbend.com/guides/akka-sample-cluster-java/

Thank you :smile: