@PublicEvolving
public interface ComponentBinder
ComponentBinder
binds ComponentJsonObject
s to a remote module. It parses the
specifications of a given component, resolves them into application entities, such as function
providers, ingresses, or egresses, and then binds the entities to the module.Modifier and Type | Method and Description |
---|---|
void |
bind(ComponentJsonObject component,
StatefulFunctionModule.Binder remoteModuleBinder)
Bind a
ComponentJsonObject to an underlying remote module through the provided module
binder. |
void bind(ComponentJsonObject component, StatefulFunctionModule.Binder remoteModuleBinder)
ComponentJsonObject
to an underlying remote module through the provided module
binder.component
- the component to parse and bind.remoteModuleBinder
- the binder to use to bind application entities to the underlying
remote module.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.