package client
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait CommandResult extends PrettyPrinting with Product with Serializable
- class CommandSubmitterWithRetry extends NamedLogging with FlagCloseableAsync
Wraps a synchronous command client with the ability to retry commands that failed with retryable errors
Value Members
- object CommandResult extends Serializable
- object JavaDecodeUtil
Java event decoders
Java event decoders
If you use scalapb GRPC bindings, then you need to map the events to Java Proto using: JavaCreatedEvent.fromProto(ScalaCreatedEvent.toJavaProto(scalaProtoEvent)) javaapi.data.Transaction.fromProto(Transaction.toJavaProto(scalaTx))
- Annotations
- @nowarn()
- object LedgerConnection