public interface ExtensionModule
TypeName
.Modifier and Type | Interface and Description |
---|---|
static interface |
ExtensionModule.Binder |
Modifier and Type | Method and Description |
---|---|
void |
configure(java.util.Map<java.lang.String,java.lang.String> globalConfigurations,
ExtensionModule.Binder binder)
This method binds multiple extension objects to the Stateful Functions application.
|
void configure(java.util.Map<java.lang.String,java.lang.String> globalConfigurations, ExtensionModule.Binder binder)
globalConfigurations
- global configuration of the Stateful Functions application.binder
- binder for binding extensions.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.