exceptionless/Exceptionless.Java

Add documentation/update readme on customizing the client using builders

Closed this issue · 1 comments

In the codebase, we have used builders instead of traditional object creation using new. Have to update docs with examples

Do you have any good articles or videos you recommend for the @builder pattern? I came across one but it's not very good.