module
Hamilton::Handler
Overview
Basic module for updates' handler.
Should be included in custom handler class.
Direct including types
Defined in:
handler.crInstance Method Summary
-
#call(update : Hamilton::Types::Update)
Handling method that processes an update.
-
#call_next(update : Hamilton::Types::Update) : Nil
Method that calls the next handler.
-
#next : Handler | HandlerProc | Nil
Next handler to be called.
-
#next=(next __arg0 : Handler | HandlerProc | Nil)
Next handler to be called.