@Internal public final class StateValueContexts extends java.lang.Object
ValueSpec
s with values provided by the protocol's ToFunction
message.Modifier and Type | Class and Description |
---|---|
static class |
StateValueContexts.ResolutionResult |
static class |
StateValueContexts.StateValueContext<T> |
Constructor and Description |
---|
StateValueContexts() |
Modifier and Type | Method and Description |
---|---|
static StateValueContexts.ResolutionResult |
resolve(java.util.Map<java.lang.String,ValueSpec<?>> registeredSpecs,
java.util.List<ToFunction.PersistedValue> protocolProvidedValues)
Tries to resolve any registered states that are known to us by the
ValueSpec with the
states provided to us by the runtime. |
public static StateValueContexts.ResolutionResult resolve(java.util.Map<java.lang.String,ValueSpec<?>> registeredSpecs, java.util.List<ToFunction.PersistedValue> protocolProvidedValues)
ValueSpec
with the
states provided to us by the runtime.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.