Interface HttpNotifierSelector
public interface HttpNotifierSelector
Implement this interface to have more control over which
HttpNotifier
will be used at runtime.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionselect(SelectionContext context) Invoked once per Bitbucket notification.
-
Method Details
-
select
Invoked once per Bitbucket notification.SelectionContextmakes this method useful for performing migrations on a running system without restarts.- Parameters:
context- parameters useful for selecting a notifier- Returns:
- selected notifier
- See Also:
-