public interface TriggerStrategyRegistry
TriggerStrategy implementations. The way in which
strategies are registered with a registry is not defined and is thus
implementation specific.| Modifier and Type | Method and Description |
|---|---|
TriggerStrategy |
getStrategyFor(Annotation triggerAnnotation)
Gets the
TriggerStrategy that is able to handle the provided
trigger annotation. |
TriggerStrategy getStrategyFor(Annotation triggerAnnotation)
TriggerStrategy that is able to handle the provided
trigger annotation. If there is no appropriate strategy, an exception is
thrown.triggerAnnotation - The trigger annotation.TriggerStrategyTriggerStrategy.getTriggerType()Copyright © 2014–2016. All rights reserved.