Class InvocationOptions
java.lang.Object
dev.restate.common.InvocationOptions
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic InvocationOptions.Builderbuilder()boolean@Nullable String@Nullable StringPREVIEW: Limit key to use within the scope.inthashCode()static InvocationOptions.Builderstatic InvocationOptions.Builderstatic InvocationOptions.BuilderidempotencyKey(String idempotencyKey) static InvocationOptions.BuilderPREVIEW: Create a builder with the given limit key.toString()
-
Field Details
-
DEFAULT
-
-
Method Details
-
getIdempotencyKey
-
getLimitKey
PREVIEW: Limit key to use within the scope. Requiresscopeto be set (seeTarget.scoped(String)). -
getHeaders
-
equals
-
hashCode
-
toString
-
builder
-
idempotencyKey
-
limitKey
PREVIEW: Create a builder with the given limit key. Limit key to use within the scope. Requiresscopeto be set (seeTarget.scoped(String)). -
header
-
headers
-
toBuilder
-