org.camunda.bpm.cycle.connector
Annotation Type Threadsafe


public @interface Threadsafe

Marks a method on a Connector as threadsafe. Along with ThreadsafeAspect this annotation makes sure that annotated connection methods are called in a threadsafe (i.e. one thread at a time) manner.

Author:
nico.rehwaldt
See Also:
ThreadsafeAspect



Copyright © 2014 camunda services GmbH. All rights reserved.