Package com.tibco.ep.tcs.runtime.config
Interface IBlockMetaDataWithSchema
-
- All Superinterfaces:
IBlockMetaData
- All Known Subinterfaces:
ICallFlowBlockMetaData
,IDataInputBlockMetaData
,IDataInputOutputBlockMetaData
,IDataOutputBlockMetaData
,IDependentBlockMetaData
,IModuleBlockMetaData
,IOperatorBlockMetaData
,IStreamInputBlockMetaData
public interface IBlockMetaDataWithSchema extends IBlockMetaData
Base class for all blocks whose instances are configurable. Such blocks have a configuration JSON schema to which their instances' HOCON configurations must conform. Their instances can provide configuration that conforms to the schema.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConfigurationSchema()
Return the schema that describes and validates configuration for this block, expressed as a fully-qualified class path resource,
-
-
-
Method Detail
-
getConfigurationSchema
String getConfigurationSchema()
Return the schema that describes and validates configuration for this block, expressed as a fully-qualified class path resource,
- Returns:
- configuration schema
-
-