public static interface EventCodec.Handler
A handler should generally deal with all exceptions (except errors) and convert them into appropriate OutputEvents
| Modifier and Type | Method and Description |
|---|---|
OutputEvent |
handle(InputEvent event)
Handle a function input event and generate a response
|
OutputEvent handle(InputEvent event)
event - the event to handleCopyright © 2023. All rights reserved.