Skip to content

PositionPhase

Source code in event_sourcery/_event_store/subscription/interfaces.py
class PositionPhase:
    def start_from(self, position: Position) -> FilterPhase:
        raise NotImplementedError()