Handles indicates whether or not this Reactor deals with a given action.
(action Action)
| 51 | // Handles indicates whether or not this Reactor deals with a given |
| 52 | // action. |
| 53 | Handles(action Action) bool |
| 54 | // React handles the action and returns results. It may choose to |
| 55 | // delegate by indicated handled=false. |
| 56 | React(action Action) (handled bool, ret runtime.Object, err error) |
no outgoing calls
no test coverage detected