Hi, I'd like to make my system which uses CloudEvents more type safe, which means that I would like to have an event trait that is implemented by my type so that when I'm matching on that Cloud Event type, I'm not having to match on the type name, which is a string and is loosely typed. Is that something which you guys are open to implementing?
Cheers,
Liam
Hi, I'd like to make my system which uses CloudEvents more type safe, which means that I would like to have an event trait that is implemented by my type so that when I'm matching on that Cloud Event type, I'm not having to match on the type name, which is a string and is loosely typed. Is that something which you guys are open to implementing?
Cheers,
Liam