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