Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


When the state changes from PASSIVE to UNINITIALIZED, DCAE-Participant un-deploys DCAE by invoking methods towards CLAMP.

Run Participant Simulator from command line using Maven

mvn spring-boot:run -Dspring-boot.run.arguments="--server.port=8081 --topicServer=localhost"

Run Participant from command line using Jar

java -jar -Dserver.port=8081 -DtopicServer=localhost target/policy-clamp-participant-impl-dcae-6.1.2-SNAPSHOT.jar