coherence-community / oracle-bedrock

Oracle Bedrock
Other
54 stars 31 forks source link

Expand SessionBuilders.extendClient/ExtendClient classes to allow passing custom options #449

Closed rlubke closed 2 years ago

rlubke commented 3 years ago

There currently doesn't seem to be a way to pass custom options to ExtendClient (example, if I want to log the output to a file).

I can certainly extend ExtendClient and expose what I want, but it may be a useful core feature.