public final class StatefulFunctionSpec
extends java.lang.Object
StatefulFunction
, identifiable by a unique TypeName
.Modifier and Type | Class and Description |
---|---|
static class |
StatefulFunctionSpec.Builder
Builder for a
StatefulFunctionSpec . |
Modifier and Type | Method and Description |
---|---|
static StatefulFunctionSpec.Builder |
builder(TypeName typeName)
Creates a
StatefulFunctionSpec.Builder for the spec. |
java.util.Map<java.lang.String,ValueSpec<?>> |
knownValues() |
java.util.function.Supplier<? extends StatefulFunction> |
supplier() |
TypeName |
typeName() |
public static StatefulFunctionSpec.Builder builder(TypeName typeName)
StatefulFunctionSpec.Builder
for the spec.typeName
- the associated TypeName
for the spec.public java.util.Map<java.lang.String,ValueSpec<?>> knownValues()
ValueSpec
s for the function.public java.util.function.Supplier<? extends StatefulFunction> supplier()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.