Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
railway_ipc_cr
master
Commands
DoAThing
ContextEntry
Events
AThingWasDone
ContextEntry
FailedToDoAThing
ContextEntry
MyConsumer
OtherConsumer
ProtoMatcher
ProtoMatcher2
RailwayIpc
Consumer
Handler
Requests
RequestAThing
ContextEntry
Responses
RequestedThing
ContextEntry
Built with Crystal 1.9.2
2023-10-07 18:42:45 UTC
abstract class
RailwayIpc::Handler
RailwayIpc::Handler
Reference
Object
Direct Known Subclasses
ProtoMatcher
ProtoMatcher2
Defined in:
handler.cr
Instance Method Summary
#call
(_payload : Protobuf::Message, _metadata)
#handle
(body, metadata)
Macro Summary
handle_message
(message)
Instance Method Detail
def
call
(_payload : Protobuf::Message, _metadata)
#
[
View source
]
def
handle
(body, metadata)
#
[
View source
]
Macro Detail
macro
handle_message
(message)
#
[
View source
]