Modifier and Type | Method and Description |
---|---|
void |
DriverModule.configure(java.util.Map<java.lang.String,java.lang.String> globalConfiguration,
StatefulFunctionModule.Binder binder) |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedFnModule.configure(java.util.Map<java.lang.String,java.lang.String> globalConfiguration,
StatefulFunctionModule.Binder binder) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentBinder.bind(ComponentJsonObject component,
StatefulFunctionModule.Binder remoteModuleBinder)
Bind a
ComponentJsonObject to an underlying remote module through the provided module
binder. |
Modifier and Type | Class and Description |
---|---|
class |
StatefulFunctionsUniverse |
Modifier and Type | Method and Description |
---|---|
void |
HttpEndpointBinderV1.bind(ComponentJsonObject component,
StatefulFunctionModule.Binder binder) |
Modifier and Type | Method and Description |
---|---|
void |
LegacyRemoteModuleV30.configure(java.util.Map<java.lang.String,java.lang.String> globalConfiguration,
StatefulFunctionModule.Binder moduleBinder)
Deprecated.
|
void |
RemoteModule.configure(java.util.Map<java.lang.String,java.lang.String> globalConfiguration,
StatefulFunctionModule.Binder moduleBinder) |
Modifier and Type | Method and Description |
---|---|
static ExtensionResolver |
ExtensionResolverAccessor.getExtensionResolver(StatefulFunctionModule.Binder moduleBinder) |
Modifier and Type | Method and Description |
---|---|
void |
StatefulFunctionModule.configure(java.util.Map<java.lang.String,java.lang.String> globalConfiguration,
StatefulFunctionModule.Binder binder)
This method is the entry point for extending a Stateful Functions application by binding
ingresses, egresses, routers, and functions.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.