Package com.tibco.ep.tcs.runtime.config
Interface IStreamInputBlockMetaData
-
- All Superinterfaces:
IBlockMetaData
,IBlockMetaDataWithSchema
public interface IStreamInputBlockMetaData extends IBlockMetaDataWithSchema
An interface that describes a TCS stream input block. Stream input blocks are stream-based, not adapter-based.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCustomTupleSchemaProducerClass()
Return the class that produces a tuple schema from a block instance configuration and a block metadata configuration schema.-
Methods inherited from interface com.tibco.ep.tcs.runtime.config.IBlockMetaDataWithSchema
getConfigurationSchema
-
-
-
-
Method Detail
-
getCustomTupleSchemaProducerClass
String getCustomTupleSchemaProducerClass()
Return the class that produces a tuple schema from a block instance configuration and a block metadata configuration schema.
- Returns:
- producer class
-
-