Common¶
ConnectionConfig¶
BaseEvent¶
BaseRequestResponseEvent¶
-
class
lahja.common.BaseRequestResponseEvent¶ Bases:
abc.ABC,lahja.common.BaseEvent,typing.Generic-
static
expected_response_type() → Type[TResponse]¶ Return the type that is expected to be send back for this request. This ensures that at runtime, only expected responses can be send back to callsites that issued a BaseRequestResponseEvent
-
static