@CompileStatic @Slf4j @EqualsAndHashCode(includes: [target, method]) @ToString(includes: [method]) class MethodSubscriber extends Object implements Subscriber<Object, Object>
Invokes a method to trigger an event
| Type | Name and description |
|---|---|
ConversionService |
conversionService |
Method |
method |
int |
parameterLength |
Class[] |
parameterTypes |
Object |
target |
| Constructor and description |
|---|
MethodSubscriber(Object target, Method method) |
Groovy Documentation