Modifier and Type | Method and Description |
---|---|
TypeName |
Address.type()
Returns the
TypeName that this address identifies. |
TypeName |
ValueSpec.typeName() |
TypeName |
StatefulFunctionSpec.typeName() |
static TypeName |
TypeName.typeNameFromString(java.lang.String typeNameString) |
static TypeName |
TypeName.typeNameOf(java.lang.String namespace,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<TypeName,StatefulFunctionSpec> |
StatefulFunctions.functionSpecs() |
Modifier and Type | Method and Description |
---|---|
static StatefulFunctionSpec.Builder |
StatefulFunctionSpec.builder(TypeName typeName)
Creates a
StatefulFunctionSpec.Builder for the spec. |
static ByteString |
ApiExtension.typeNameByteString(TypeName typeName) |
Constructor and Description |
---|
Address(TypeName type,
java.lang.String id)
Creates an
Address . |
Constructor and Description |
---|
ConcurrentRequestReplyHandler(java.util.Map<TypeName,StatefulFunctionSpec> functionSpecs) |
Modifier and Type | Method and Description |
---|---|
static KinesisEgressMessage.Builder |
KinesisEgressMessage.forEgress(TypeName targetEgressId) |
static KafkaEgressMessage.Builder |
KafkaEgressMessage.forEgress(TypeName targetEgressId) |
Modifier and Type | Method and Description |
---|---|
TypeName |
EgressMessage.egressMessageValueType() |
TypeName |
EgressMessageWrapper.egressMessageValueType() |
TypeName |
EgressMessage.targetEgressId() |
TypeName |
EgressMessageWrapper.targetEgressId() |
TypeName |
Message.valueTypeName() |
TypeName |
MessageWrapper.valueTypeName() |
Modifier and Type | Method and Description |
---|---|
static MessageBuilder |
MessageBuilder.forAddress(TypeName functionType,
java.lang.String id) |
static EgressMessageBuilder |
EgressMessageBuilder.forEgress(TypeName targetEgress) |
MessageBuilder |
MessageBuilder.withTargetAddress(TypeName typeName,
java.lang.String id) |
Constructor and Description |
---|
EgressMessageWrapper(TypeName targetEgressId,
TypedValue actualMessage) |
Modifier and Type | Field and Description |
---|---|
static TypeName |
Types.BOOLEAN_TYPENAME |
static TypeName |
Types.DOUBLE_TYPENAME |
static TypeName |
Types.FLOAT_TYPENAME |
static TypeName |
Types.INTEGER_TYPENAME |
static TypeName |
Types.LONG_TYPENAME |
static TypeName |
Types.STRING_TYPENAME |
Modifier and Type | Method and Description |
---|---|
TypeName |
SliceType.typeName() |
TypeName |
SimpleType.typeName() |
TypeName |
Type.typeName() |
Modifier and Type | Method and Description |
---|---|
static <T> Type<T> |
SimpleType.simpleImmutableTypeFrom(TypeName typeName,
SimpleType.Fn<T,byte[]> serialize,
SimpleType.Fn<byte[],T> deserialize) |
static <T> Type<T> |
SimpleType.simpleTypeFrom(TypeName typeName,
SimpleType.Fn<T,byte[]> serialize,
SimpleType.Fn<byte[],T> deserialize) |
Constructor and Description |
---|
SliceType(TypeName typename) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.