InvocationOptions

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
Link copied to clipboard
@Nullable
@get:Nullable
val idempotencyKey: @Nullable String
Link copied to clipboard
@Nullable
@get:ApiStatus.Experimental
@get:Nullable
val limitKey: @Nullable String

Functions

Link copied to clipboard
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
@Nullable
open fun getHeaders(): @Nullable Map<String, String>
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@ApiStatus.Experimental
open fun limitKey(limitKey: String): InvocationOptions.Builder
PREVIEW: Create a builder with the given limit key.
Link copied to clipboard
Link copied to clipboard
open fun toString(): String