Package com.elo.flows.api.schema
Interface DynamicInputConfigFactory
- All Known Implementing Classes:
DynamicInputConfigFactory.NOOP
public interface DynamicInputConfigFactory
Interface for a factory that provides a configuration object for a dynamic input schema provider
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classNOOP implementation of theDynamicInputConfigFactorythat always returns null -
Method Summary
-
Method Details
-
getConfig
Returns a configuration object for the given service group, service name and optional context
-