public class EventCapturingSinkProxy extends Object implements InvocationHandler
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
static Sink |
newInstance(Sink sink,
List<String> capturedEventNames) |
public static Sink newInstance(Sink sink, List<String> capturedEventNames)
sink
- capturedEventNames
- the list to receive the captured event/method namesCopyright © 2005–2024 The Apache Software Foundation. All rights reserved.