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
class
ProtoMatcher2
ProtoMatcher2
RailwayIpc::Handler
Reference
Object
Defined in:
example/other_consumer.cr
Instance Method Summary
#call
(payload : Commands::DoAThing, metadata)
#call
(payload : Events::AThingWasDone, metadata)
Instance methods inherited from class
RailwayIpc::Handler
call(_payload : Protobuf::Message, _metadata)
call
,
handle(body, metadata)
handle
Instance Method Detail
def
call
(payload :
Commands::DoAThing
, metadata)
#
[
View source
]
def
call
(payload :
Events::AThingWasDone
, metadata)
#
[
View source
]