Package com.daml.ledger.javaapi.data
Class CompletionStreamResponse
java.lang.Object
com.daml.ledger.javaapi.data.CompletionStreamResponse
-
Constructor Summary
ConstructorsConstructorDescriptionCompletionStreamResponse
(@NonNull Completion completion) CompletionStreamResponse
(@NonNull OffsetCheckpoint offsetCheckpoint) CompletionStreamResponse
(@NonNull Optional<Completion> completion, @NonNull Optional<OffsetCheckpoint> offsetCheckpoint) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static CompletionStreamResponse
@NonNull Optional<Completion>
@NonNull Optional<OffsetCheckpoint>
int
hashCode()
toProto()
toString()
-
Constructor Details
-
CompletionStreamResponse
public CompletionStreamResponse(@NonNull Optional<Completion> completion, @NonNull Optional<OffsetCheckpoint> offsetCheckpoint) -
CompletionStreamResponse
-
CompletionStreamResponse
-
-
Method Details
-
getCompletion
-
getOffsetCheckpoint
-
fromProto
public static CompletionStreamResponse fromProto(CommandCompletionServiceOuterClass.CompletionStreamResponse response) -
toProto
-
toString
-
equals
-
hashCode
public int hashCode()
-