EventMessage

The type-safe form the cross layer communcations should take

package
struct EventMessage {
string key;
Json value;
string callbackId;
}

Meta