| Method and Description |
|---|
| org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.setGapCleaningThreshold(int)
Use the
gapCleaningThreshold(int) in the JdbcEventStorageEngine.builder() instead |
| org.axonframework.eventsourcing.eventstore.jdbc.JdbcEventStorageEngine.setGapTimeout(int)
Use the
gapTimeout(int) in the JdbcEventStorageEngine.builder() instead |
Copyright © 2010–2019. All rights reserved.