Registry / messaging / ditto-signals-commands-devops

ditto-signals-commands-devops

JSON →
library1.5.1javamavenunverified

Provides DevOps command signal classes for Eclipse Ditto, a framework for creating and managing digital twins in the IoT.

<dependency> <groupId>org.eclipse.ditto</groupId> <artifactId>ditto-signals-commands-devops</artifactId> <version>1.5.1</version> </dependency>
INSTALL
IMPORT
SIG · DITTO-SIGNALS-COMM
D
ditto-signals-commands-devops
messagingjavav1.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DevOpsCommand
org.eclipse.ditto.signals.commands.devops.DevOpsCommand

Demonstrates creating a DevOpsCommand.

import org.eclipse.ditto.signals.commands.devops.DevOpsCommand; public class Example { public static void main(String[] args) { DevOpsCommand command = DevOpsCommand.of("commandType"); System.out.println(command.getType()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
ditto-signals-commands-devops — mvn dependency:get ditto-signals-commands-devops · libregistry