-
Notifications
You must be signed in to change notification settings - Fork 1
Computation Lifecycle Extension
papousek edited this page Jul 30, 2012
·
5 revisions
The extension provides computation container being able to manage execution of computations. The provided services are placed in ApplicationScope
.
<dependency>
<groupId>org.sybila.parasim.extension</groupId>
<artifactId>computation-lifecycle-impl</artifactId>
<version>${parasim.version}</version>
</dependency>
The usage is described in Compuation Model. You have to define type of the used executor by @RunWith
annotation in the class definition level.