Package | Description |
---|---|
org.apache.flink.statefun.sdk.reqreply.generated |
Modifier and Type | Class and Description |
---|---|
class |
Address
An Address is the unique identity of an individual StatefulFunction, containing
a function's type and an unique identifier within the type.
|
static class |
Address.Builder
An Address is the unique identity of an individual StatefulFunction, containing
a function's type and an unique identifier within the type.
|
Modifier and Type | Method and Description |
---|---|
AddressOrBuilder |
ToFunction.InvocationOrBuilder.getCallerOrBuilder()
The address of the function that requested the invocation (possibly absent)
|
AddressOrBuilder |
ToFunction.Invocation.getCallerOrBuilder()
The address of the function that requested the invocation (possibly absent)
|
AddressOrBuilder |
ToFunction.Invocation.Builder.getCallerOrBuilder()
The address of the function that requested the invocation (possibly absent)
|
AddressOrBuilder |
FromFunction.InvocationOrBuilder.getTargetOrBuilder()
The target function to invoke
|
AddressOrBuilder |
FromFunction.Invocation.getTargetOrBuilder()
The target function to invoke
|
AddressOrBuilder |
FromFunction.Invocation.Builder.getTargetOrBuilder()
The target function to invoke
|
AddressOrBuilder |
FromFunction.DelayedInvocationOrBuilder.getTargetOrBuilder()
the target address to send this message to
|
AddressOrBuilder |
FromFunction.DelayedInvocation.getTargetOrBuilder()
the target address to send this message to
|
AddressOrBuilder |
FromFunction.DelayedInvocation.Builder.getTargetOrBuilder()
the target address to send this message to
|
AddressOrBuilder |
ToFunction.InvocationBatchRequestOrBuilder.getTargetOrBuilder()
The address of the function to invoke
|
AddressOrBuilder |
ToFunction.InvocationBatchRequest.getTargetOrBuilder()
The address of the function to invoke
|
AddressOrBuilder |
ToFunction.InvocationBatchRequest.Builder.getTargetOrBuilder()
The address of the function to invoke
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.