LedgerClient thread safety

Which, if any, of the Java LedgerClient’s sub-clients are thread-safe? In particular:

  1. Is consuming independent transaction streams, each on their own thread, safe?
  2. Is submitting commands from multiple threads safe?
1 Like