public class EventHandlerDescription extends Object
| Modifier and Type | Field and Description |
|---|---|
io.reactivex.BackpressureStrategy |
backpressureStrategy |
Object |
bean |
boolean |
captureInvocationTimeMetrics |
boolean |
dispatchOnBusinessLogicThread |
String[] |
events |
Method |
methodToInvoke |
| Constructor and Description |
|---|
EventHandlerDescription(Object bean,
Method methodToInvoke,
String[] events,
io.reactivex.BackpressureStrategy backpressureStrategy,
boolean dispatchOnBusinessLogicThread,
boolean captureInvocationTimeMetrics) |
public final Object bean
public final Method methodToInvoke
public final String[] events
public final io.reactivex.BackpressureStrategy backpressureStrategy
public final boolean dispatchOnBusinessLogicThread
public final boolean captureInvocationTimeMetrics
Copyright © 2018. All rights reserved.