256257258259260261262263264
Outcome outcome = outcomeFuture.get(); bus.post(new SyncProcessFinishedEvent(this, config, outcome)); return outcome; } catch (Exception e) { bus.post(new SyncProcessFinishedWithErrorEvent(this, config, e)); throw e; } }