public static final class ExecutionAttributes.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ExecutionAttributes |
build() |
<T> ExecutionAttributes.Builder |
put(ExecutionAttribute<T> key,
T value)
Add a mapping between the provided key and value.
|
ExecutionAttributes.Builder |
putAll(Map<? extends ExecutionAttribute<?>,?> attributes)
Adds all the attributes from the map provided.
|
public <T> ExecutionAttributes.Builder put(ExecutionAttribute<T> key, T value)
public ExecutionAttributes.Builder putAll(Map<? extends ExecutionAttribute<?>,?> attributes)
public ExecutionAttributes build()
Copyright © 2022. All rights reserved.