Interface CommonBlockProperties
- 
- All Known Subinterfaces:
- DelayBlockProperties
 - All Known Implementing Classes:
- DelayBlockPrototype,- PipelineDescriptor
 
 public interface CommonBlockProperties
- 
- 
Field SummaryFields Modifier and Type Field Description static Property<java.util.UUID>BLOCK_IDEach block must have a unique ID.static Property<java.lang.String>FACTORY_IDAny pipeline block needs to have a the factoryIdPropertyset so the pipeline manager in the gateway knows where to go when it's time to build a real pipeline block.static Property<java.util.UUID>OUTPUT_IDIf a block only has a single output, this should be the property used to store the block id of the block it points to.
 
- 
- 
- 
Field Detail- 
FACTORY_IDstatic final Property<java.lang.String> FACTORY_ID Any pipeline block needs to have a the factoryIdPropertyset so the pipeline manager in the gateway knows where to go when it's time to build a real pipeline block.
 - 
BLOCK_IDstatic final Property<java.util.UUID> BLOCK_ID Each block must have a unique ID.
 - 
OUTPUT_IDstatic final Property<java.util.UUID> OUTPUT_ID If a block only has a single output, this should be the property used to store the block id of the block it points to.
 
- 
 
-