File tree Expand file tree Collapse file tree
src/main/java/co/stateful/retry Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111This is Java SDK for [ Stateful] ( https://www.stateful.co ) .
1212
13- The JavaDoc is [ here ] ( http://java-sdk.stateful.co/ ) .
13+ See our [ JavaDoc ] ( http://java-sdk.stateful.co/ ) .
1414
1515First, register an account at [ Stateful] ( https://www.stateful.co ) .
1616Then, you can create a counter and increment it:
Original file line number Diff line number Diff line change 1010 * production environment. They will provide some guarantee that in
1111 * case of accidental network outage your code will make a few
1212 * honest retries before throwing a runtime exception. Just
13- * wrap your actual {@code Sttc} implemntation into
13+ * wrap your actual {@code Sttc} implementation into
1414 * {@link ReSttc} and that's it:</p>
1515 *
1616 * <pre>Sttc sttc = new ReSttc(
You can’t perform that action at this time.
0 commit comments