Package guarana.framework.task

Provides a base and abstract java implementation for tasks.

See:
          Description

Class Summary
Gateway Represents an entry/exit in a task.
Slot An in memory buffer used to decouple and transfer messages between tasks.
Task A generic implementation of task in Guaranį DSL.
 

Enum Summary
GatewayType A set of possible types for gateways.
 

Exception Summary
TaskExecutionException A runtime exception and is used to:
(1) wrap any other exception that may be raised during a task execution;
(2) throw an exception that signals the task could not complete its execution.
 

Package guarana.framework.task Description

Provides a base and abstract java implementation for tasks. The task framework implementation must be extend to provide concrete tasks.

Since:
Guaranį SDK 1.0.0


Guaranį DSL Home