Jackalope\Observation\EventJournal::fetchJournal PHP Method

fetchJournal() protected method

protected fetchJournal ( )
    protected function fetchJournal()
    {
        $this->events = $this->transport->getEvents($this->currentMillis, $this->filter, $this->session);
    }