Uses of Class
com.tibco.ep.tcs.runtime.config.BlockMetaDataConfig
-
Packages that use BlockMetaDataConfig Package Description com.tibco.ep.tcs.runtime.config This package contains all the classes and interfaces that manage TIBCO Cloud Streaming flow and block configuration. -
-
Uses of BlockMetaDataConfig in com.tibco.ep.tcs.runtime.config
Subclasses of BlockMetaDataConfig in com.tibco.ep.tcs.runtime.config Modifier and Type Class Description classCallFlowBlockMetaDataConfigConfiguration that describes the metadata for a TCS call-flow block.classDataInputBlockMetaDataConfigConfiguration that describes the metadata for a TCS data input block.classDataInputOutputBlockMetaDataConfigMetadata common to data input and data output blocks.classDataOutputBlockMetaDataConfigConfiguration that describes the metadata for a TCS data output block.classDependentBlockMetaDataConfigConfiguration that describes the metadata for a TCS dependent block.classErrorInputBlockMetaDataConfigConfiguration that describes the metadata for a TCS error input block.classErrorOutputBlockMetaDataConfigConfiguration that describes the metadata for a TCS error output block.classModuleBlockMetaDataConfigConfiguration that describes the metadata for a TCS module block.classOperatorBlockMetaDataConfigConfiguration that describes the metadata for a TCS operator block.classStreamInputBlockMetaDataConfigConfiguration that describes a TCS stream input block with a hard-wired configuration JSON schema.classStreamOutputBlockMetaDataConfigConfiguration that describes a TCS stream output block.Methods in com.tibco.ep.tcs.runtime.config that return BlockMetaDataConfig Modifier and Type Method Description BlockMetaDataConfigBlockInstanceConfig. getBlockMetaData()For inline block definitions, return the block metadata that would otherwise appear in the referenced block project, null if none.BlockMetaDataConfigIdentifiedBlockMetaDataConfig. getMetaData()Return the object's block metaDatastatic BlockMetaDataConfigBlockMetaDataConfigFactory. makeBlockMetaDataConfig(IBlockMetaData source)Create the appropriate block metadata subclass from the specified interface source.static BlockMetaDataConfigBlockMetaDataConfigFactory. makeBlockMetaDataConfig(com.typesafe.config.Config config)Create the appropriate block metadata configuration subclass from HOCON configuration.BlockMetaDataConfigBlockMetaDataConfig. setConfigurationSchema(String configurationSchema)Set the schema that describes and validates configuration for this block, expressed as a fully-qualified class path resource.Methods in com.tibco.ep.tcs.runtime.config with parameters of type BlockMetaDataConfig Modifier and Type Method Description BlockInstanceConfigBlockInstanceConfig. setBlockMetaData(BlockMetaDataConfig blockMetaData)For inline block definitions, set the block metadata that would otherwise appear in the referenced block project, null if none.IdentifiedBlockMetaDataConfigIdentifiedBlockMetaDataConfig. setMetaData(BlockMetaDataConfig metaData)Set the object's block metaData
-