Package io.github.tkote.fn.eventrouter
Class EventRouter.Handler
- java.lang.Object
-
- io.github.tkote.fn.eventrouter.EventRouter.Handler
-
- Enclosing class:
- EventRouter
public static class EventRouter.Handler extends Object
-
-
Field Summary
Fields Modifier and Type Field Description FnHttpEvent
annotation
Method
method
Object
obj
-
Constructor Summary
Constructors Constructor Description Handler(Object obj, Method method, FnHttpEvent annotation)
-
-
-
Field Detail
-
obj
public Object obj
-
method
public Method method
-
annotation
public FnHttpEvent annotation
-
-
Constructor Detail
-
Handler
public Handler(Object obj, Method method, FnHttpEvent annotation)
-
-