public abstract class StatefulFunctionBuilder
extends java.lang.Object
Constructor and Description |
---|
StatefulFunctionBuilder() |
Modifier and Type | Method and Description |
---|---|
static AsyncRequestReplyFunctionBuilder |
asyncRequestReplyFunctionBuilder(FunctionType functionType,
java.net.URI endpoint)
Creates a function builder using the asynchronous HTTP protocol.
|
static RequestReplyFunctionBuilder |
requestReplyFunctionBuilder(FunctionType functionType,
java.net.URI endpoint)
Creates a function builder using the synchronous HTTP protocol.
|
public static RequestReplyFunctionBuilder requestReplyFunctionBuilder(FunctionType functionType, java.net.URI endpoint)
functionType
- the function type that is served remotely.endpoint
- the endpoint that serves that remote function.public static AsyncRequestReplyFunctionBuilder asyncRequestReplyFunctionBuilder(FunctionType functionType, java.net.URI endpoint)
functionType
- the function type that is served remotely.endpoint
- the endpoint that serves that remote function.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.