Skip to content

Instantly share code, notes, and snippets.

@michaeldejong
Created October 12, 2019 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaeldejong/f8027aeb4bd2731060e00a4fe5094e45 to your computer and use it in GitHub Desktop.
Save michaeldejong/f8027aeb4bd2731060e00a4fe5094e45 to your computer and use it in GitHub Desktop.
Getting config from Consultant
Consultant consultant = Consultant.builder()
.identifyAs("billing")
.build();
Properties config = consultant.getProperties();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment