We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fromVersion 매개변수에 1을 사용한다.
fromVersion
1
default Iterable<Object> queryEvents( Type stateType, String streamId ) { return queryEvents(stateType, streamId, 1); }
테스트 코드와 운영 코드가 완료되면 Rehydrator가 추가된 기본 메서드를 사용하도록 리팩터 한다.
Rehydrator
https://github.com/loom/loom-java/blob/main/loom.eventsourcing.abstraction/src/main/java/loom/eventsourcing/Rehydrator.java#L67
The text was updated successfully, but these errors were encountered:
No branches or pull requests
fromVersion
매개변수에1
을 사용한다.테스트 코드와 운영 코드가 완료되면
Rehydrator
가 추가된 기본 메서드를 사용하도록 리팩터 한다.https://github.com/loom/loom-java/blob/main/loom.eventsourcing.abstraction/src/main/java/loom/eventsourcing/Rehydrator.java#L67
The text was updated successfully, but these errors were encountered: