| 386 | |
| 387 | |
| 388 | Future<list<Log::Entry>> LogReaderProcess::read( |
| 389 | const Log::Position& from, |
| 390 | const Log::Position& to) |
| 391 | { |
| 392 | return recover().then(defer(self(), &Self::_read, from, to)); |
| 393 | } |
| 394 | |
| 395 | |
| 396 | Future<list<Log::Entry>> LogReaderProcess::_read( |