Uses of Class
com.scaleoutsoftware.digitaltwin.abstractions.MessageProcessor
Packages that use MessageProcessor
Package
Description
Digital twin development API - Develop and test simulation/real-time digital twins.
Hosting package for API and MSG modules is used to host modules on a ScaleOut in-memory data grid.
-
Uses of MessageProcessor in com.scaleoutsoftware.digitaltwin.development
Methods in com.scaleoutsoftware.digitaltwin.development with parameters of type MessageProcessorModifier and TypeMethodDescription<T extends DigitalTwinBase<T>>
voidWorkbench.addRealTimeModel(String modelName, MessageProcessor<T> digitalTwinMessageProcessor, Class<T> dtType) Adds a real-time digital twin model to the workbench.<T extends DigitalTwinBase<T>>
voidWorkbench.addSimulationModel(String modelName, MessageProcessor<T> digitalTwinMessageProcessor, SimulationProcessor<T> simulationProcessor, Class<T> dtType) Adds a simulation digital twin model to the workbench. -
Uses of MessageProcessor in com.scaleoutsoftware.modules.hosting
Methods in com.scaleoutsoftware.modules.hosting with parameters of type MessageProcessorModifier and TypeMethodDescription<O extends DigitalTwinBase<O>>
voidModulePackage.addDigitalTwinModel(String modelName, MessageProcessor<O> processor, DigitalTwinModelOptions<O> options) Add a Digital Twin model configuration.<O extends DigitalTwinBase<O>>
voidModulePackage.addSimulationDigitalTwinModel(String modelName, MessageProcessor<O> messageProcessor, SimulationProcessor<O> simulationProcessor, DigitalTwinModelOptions<O> options) Add a Digital Twin model configuration.