Class StaticValueMappingElement
java.lang.Object
com.inductiveautomation.perspective.gateway.binding.transforms.map.StaticValueMappingElement
- All Implemented Interfaces:
- MappingElement
- 
Method SummaryModifier and TypeMethodDescriptionvoidshutdown()startup(Consumer<QualifiedValue> listener) Start up the mapping element.
- 
Method Details- 
startupDescription copied from interface:MappingElementStart up the mapping element.- Specified by:
- startupin interface- MappingElement
- Parameters:
- listener- If this mapping element's value changes in the future, it will invoke this listener.
- Returns:
- An optional qualified value that represents the initial value of the element if it is available synchronously during startup. An element that returns a non-empty value here may never invoke the listener.
 
- 
shutdownpublic void shutdown()- Specified by:
- shutdownin interface- MappingElement
 
 
-