Hi,
is it possible to use custom types parameters, when emitting probe
provider event?
Like:
@Probe(name="myProbe")
public void myProveEvent(
@ProbeParam("customType") CustomType parameter) {}
public class CustomType {
int a;
int b;
AnotherCustomType c;
}
......
Thanks.
WBR,
Alexey.