Interface ServiceExecutionStrategy<S>
-
- All Known Implementing Classes:
ExecutionStrategyTemplate
,ForkAndJoinExecutionStrategy
,ModuleExecutionFilter
,SequentialExecutionStrategy
,ServiceExecutionStrategyComposite
public interface ServiceExecutionStrategy<S>
Strategy interface for triggering service executions.- Since:
- 5.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
add(org.osgi.framework.ServiceReference serviceReference, com.atlassian.tenancy.api.Tenant tenant, com.google.common.base.Function<S,?> serviceCallback)
void
trigger()
-
-
-
Method Detail
-
add
boolean add(org.osgi.framework.ServiceReference serviceReference, com.atlassian.tenancy.api.Tenant tenant, com.google.common.base.Function<S,?> serviceCallback)
-
trigger
void trigger()
-
-