Sha256: 897d3e796d7b52b97c1609c11b3edd8f5abbddbe881f4bb9846c64763b195941
Contents?: true
Size: 482 Bytes
Versions: 22
Compression:
Stored size: 482 Bytes
Contents
module BBK module App class Handler @handlers: Hash[BBK::App::Matchers::_Matcher, _Callable] @default: untyped type hashKey = String | Symbol def initialize: () ?{() -> void} -> void def register: (*untyped, **untyped) ?{() -> void} -> void def default: () {()->void} -> void def match: (Hash[hashKey, untyped] metadata, Hash[hashKey, untyped] payload, Hash[hashKey, untyped] delivery_info) -> Array[untyped]? end end end
Version data entries
22 entries across 22 versions & 1 rubygems