Package com.daml.ledger.rxjava.grpc
Class CommandSubmissionClientImpl
- java.lang.Object
-
- com.daml.ledger.rxjava.grpc.CommandSubmissionClientImpl
-
- All Implemented Interfaces:
CommandSubmissionClient
public class CommandSubmissionClientImpl extends java.lang.Object implements CommandSubmissionClient
-
-
Constructor Summary
Constructors Constructor Description CommandSubmissionClientImpl(@NonNull java.lang.String ledgerId, @NonNull io.grpc.Channel channel, java.util.Optional<java.lang.String> accessToken, java.util.Optional<java.time.Duration> timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.reactivex.Single<com.google.protobuf.Empty>
submit(CommandsSubmission submission)
-
-
-
Method Detail
-
submit
public io.reactivex.Single<com.google.protobuf.Empty> submit(CommandsSubmission submission)
- Specified by:
submit
in interfaceCommandSubmissionClient
-
-