Adding the capability the introspect events that do not only exposed public attributes or getters: public class Event[T] { String topic; T content; }
Adding the capability the introspect events that do not only exposed public attributes or getters:
public class Event[T] {
String topic;
T content;
}