@AutoService(value=StatefulFunctionModule.class) public class EmbeddedFnModule extends java.lang.Object implements StatefulFunctionModule
StatefulFunctionModule.Binder
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
EmbeddedFnModule() |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
public void configure(java.util.Map<java.lang.String,java.lang.String> globalConfiguration, StatefulFunctionModule.Binder binder)
StatefulFunctionModule
configure
in interface StatefulFunctionModule
globalConfiguration
- global configuration of the Stateful Functions application.binder
- the binder to be used to bind ingresses, egresses, routers, and functions.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.