Switch to string for payloadClazz
The payloadClazz field in the ApplicationMessage is of type Class. This causes that every node must know the class. However, this should not be the case. Switching to String would solve the problem.
The payloadClazz field in the ApplicationMessage is of type Class. This causes that every node must know the class. However, this should not be the case. Switching to String would solve the problem.