class JsonRpc::Client::Signal_fatal_local_error
- JsonRpc::Client::Signal_fatal_local_error
- Cute::Signal
- Reference
- Object
Defined in:
json_rpc/client.crConstructors
Instance Method Summary
- #emit(request : Request, raw : String, error : Exception) : Nil
-
#name : String
Returns the name of the signal, if applicable.
- #new_channel : Tuple(Channel(Tuple(Request, String, Exception)), Cute::ConnectionHandle)
- #on(&block : Proc(Request, String, Exception, Nil)) : Cute::ConnectionHandle
- #on(sink : Cute::Sink(U)) forall U
Constructor Detail
Instance Method Detail
def name : String
#
Description copied from class Cute::Signal
Returns the name of the signal, if applicable.