Uses of Enum Class
com.scaleoutsoftware.digitaltwin.abstractions.SendingResult
Packages that use SendingResult
Package
Description
Digital twin model API - Create a digital twin model.
Digital twin development API - Develop and test simulation/real-time digital twins.
-
Uses of SendingResult in com.scaleoutsoftware.digitaltwin.abstractions
Methods in com.scaleoutsoftware.digitaltwin.abstractions that return SendingResultModifier and TypeMethodDescriptionstatic SendingResultReturns the enum constant of this class with the specified name.static SendingResult[]SendingResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.scaleoutsoftware.digitaltwin.abstractions that return types with arguments of type SendingResultModifier and TypeMethodDescriptionSimulationController.emitTelemetry(String modelName, byte[] telemetryMessage) Asynchronously send a JSON serialized message to a DigitalTwin instance that will be processed by the DigitalTwin modelsMessageProcessor.processMessage(ProcessingContext, DigitalTwinBase, byte[])method.abstract CompletableFuture<SendingResult> ProcessingContext.sendToDataSource(byte[] payload) Sends a message to a data source.abstract CompletableFuture<SendingResult> ProcessingContext.sendToDigitalTwin(String model, String id, byte[] payload) This method sends a serialized JSON message to a real-time digital twin -
Uses of SendingResult in com.scaleoutsoftware.digitaltwin.development
Methods in com.scaleoutsoftware.digitaltwin.development that return SendingResultModifier and TypeMethodDescriptionSend a list of messages to a real-time or simulation model.