public final class HttpFunctionEndpointSpec
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
HttpFunctionEndpointSpec.Builder |
Modifier and Type | Method and Description |
---|---|
static HttpFunctionEndpointSpec.Builder |
builder(TargetFunctions targetFunctions,
UrlPathTemplate urlPathTemplate) |
int |
maxNumBatchRequests() |
TargetFunctions |
targetFunctions() |
TypeName |
transportClientFactoryType() |
org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.node.ObjectNode |
transportClientProperties() |
UrlPathTemplate |
urlPathTemplate() |
public static HttpFunctionEndpointSpec.Builder builder(TargetFunctions targetFunctions, UrlPathTemplate urlPathTemplate)
public TargetFunctions targetFunctions()
public UrlPathTemplate urlPathTemplate()
public int maxNumBatchRequests()
public TypeName transportClientFactoryType()
public org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.node.ObjectNode transportClientProperties()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.