Hi,

In one of our code segments, we evaluate a condition to check whether the
event received by local listener is an instance of DiscoveryCustomEvent.
Then if it is true we get the customMessage from it and check whether the
message is an instance of StopRoutineDiscoveryMessage. Our Ignition.start()
will start in client mode which will connect to an Ignite cluster.

My question is what is the condition that we receive a
StopRoutineDiscoveryMessage?. Can't find any more information online apart
from the source code of StopRoutineDiscoveryMessage.java which does not
have any description given.

Any help would be greatly appreciated

Reply via email to