-
Notifications
You must be signed in to change notification settings - Fork 359
BaseSessionService: Why 'appendEvent' is not part of the interface #676
jbouvier-onshape
started this conversation in
General
-
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
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment