350351352353354355356
@Override public Repository getObject() throws Exception { if (eventStreamDecorators.isEmpty()) { return commandBus.createRepository(factory); } return commandBus.createRepository(factory, new CompositeEventStreamDecorator(eventStreamDecorators)); }