Package | Description |
---|---|
com.atlassian.sal.confluence.lifecycle |
Modifier and Type | Class and Description |
---|---|
class |
FireAndForgetExecutionStrategy<S>
Triggers executions but does not block for them to return.
|
class |
ForkAndJoinExecutionStrategy<S>
Fans executions out and joins them.
|
class |
SequentialExecutionStrategy<S>
Executes in the registration order.
|
Copyright © 2003–2015 Atlassian. All rights reserved.