BaseSessionService: Why 'appendEvent' is not part of the interface #676
jbouvier-onshape
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently writing support for a database according to the BaseSessionService interface.
On methods automatically created by my IDE, as the appendEvent in the base interface has a default implementation, it does not appear as a mandatory method to be implement for that interface, while it is a critical step of the implementation.
Why not moving this implementation in the InMemorySessionService instead to clarify the interface ?
Beta Was this translation helpful? Give feedback.
All reactions