Package | Description |
---|---|
org.apache.flink.statefun.sdk.reqreply.generated |
Modifier and Type | Class and Description |
---|---|
static class |
FromFunction.InvocationResponse
InvocationResponse represents a result of an io.statefun.sdk.reqreply.ToFunction.InvocationBatchRequest
it contains a list of state mutation to preform as a result of computing this batch, and a list of outgoing messages.
|
static class |
FromFunction.InvocationResponse.Builder
InvocationResponse represents a result of an io.statefun.sdk.reqreply.ToFunction.InvocationBatchRequest
it contains a list of state mutation to preform as a result of computing this batch, and a list of outgoing messages.
|
Modifier and Type | Method and Description |
---|---|
FromFunction.InvocationResponseOrBuilder |
FromFunction.getInvocationResultOrBuilder()
.io.statefun.sdk.reqreply.FromFunction.InvocationResponse invocation_result = 100; |
FromFunction.InvocationResponseOrBuilder |
FromFunction.Builder.getInvocationResultOrBuilder()
.io.statefun.sdk.reqreply.FromFunction.InvocationResponse invocation_result = 100; |
FromFunction.InvocationResponseOrBuilder |
FromFunctionOrBuilder.getInvocationResultOrBuilder()
.io.statefun.sdk.reqreply.FromFunction.InvocationResponse invocation_result = 100; |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.