Skip to content

Hello tonivade, I have a question. #157

Answered by tonivade
ygger asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ygger. Thank you for your interest in claudb.

RespServerContext.start() method is a hook to allow implementations of RespServerContext to have a proper initialization. This way ClauDB class can be initialized from the framework.

The call to super.start() can be removed but it's a good practice to call the parent method. This way if RespServerContext class adds something to the start method the implementation will execute that code also.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ygger
Comment options

Answer selected by ygger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants