getStreamIdForEventId

abstract suspend fun getStreamIdForEventId(eventId: String): String?(source)

Returns the stream ID associated with eventId, or null if the event is unknown. Default implementation is a no-op which disables extra validation during replay.