Package io.dapr.client.domain
Class ExecuteStateTransactionRequestBuilder
java.lang.Object
io.dapr.client.domain.ExecuteStateTransactionRequestBuilder
Deprecated.
Deprecated in favor of @see
ExecuteStateTransactionRequest
.
Deprecated since SDK version 1.3.0, slated for removal in SDK version 1.5.0.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.withMetadata(Map<String,String> metadata)
Deprecated.withTransactionalStates(TransactionalStateOperation<?>... transactionalStates)
Deprecated.withTransactionalStates(List<TransactionalStateOperation<?>> transactionalStates)
Deprecated.
-
Constructor Details
-
ExecuteStateTransactionRequestBuilder
Deprecated.
-
-
Method Details
-
withTransactionalStates
public ExecuteStateTransactionRequestBuilder withTransactionalStates(TransactionalStateOperation<?>... transactionalStates)Deprecated. -
withTransactionalStates
public ExecuteStateTransactionRequestBuilder withTransactionalStates(List<TransactionalStateOperation<?>> transactionalStates)Deprecated. -
withMetadata
Deprecated. -
build
Deprecated.
-