Shared

Defines a method as a Shared handler. It can be used only on methods of either or Workflow.

Shared handlers can execute concurrently with the other handlers of Virtual Objects or Workflows. They can therefore not set or clear state.

This implies the annotation Handler.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String