interface Stopper
This class decides when you stop getting the order. It can: a) work forever; b) terminated by user action. Please implement your favourite behaviour.
stop
abstract fun stop(): Boolean