Module: _SubscriptionHandler
- Defined in:
- sig/interfaces/subscription_handler.rbs
Instance Method Summary collapse
Instance Method Details
#call ⇒ void
This method returns an undefined value.
2 |
# File 'sig/interfaces/subscription_handler.rbs', line 2
def call: (PgEventstore::Event | Array[PgEventstore::Event] event) -> void
|