public static final class HttpFunctionEndpointSpec.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
HttpFunctionEndpointSpec |
build() |
HttpFunctionEndpointSpec.Builder |
withMaxNumBatchRequests(int maxNumBatchRequests) |
HttpFunctionEndpointSpec.Builder |
withTransport(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.node.ObjectNode transportNode)
This is marked with @JsonProperty specifically to tell Jackson to use this method when
deserializing from Json.
|
HttpFunctionEndpointSpec.Builder |
withTransport(TransportClientSpec transportNode) |
public HttpFunctionEndpointSpec.Builder withMaxNumBatchRequests(int maxNumBatchRequests)
public HttpFunctionEndpointSpec.Builder withTransport(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.node.ObjectNode transportNode)
public HttpFunctionEndpointSpec.Builder withTransport(TransportClientSpec transportNode)
public HttpFunctionEndpointSpec build()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.