public interface StubTrigger
Modifier and Type | Method and Description |
---|---|
Map<String,Collection<String>> |
labels()
Feature related to messaging.
|
boolean |
trigger()
Triggers all possible events.
|
boolean |
trigger(String labelName)
Triggers an event by a given label.
|
boolean |
trigger(String ivyNotation,
String labelName)
Triggers an event by a given label for a given
groupid:artifactid notation. |
boolean trigger(String ivyNotation, String labelName)
groupid:artifactid
notation.
You can use only artifactId
too.
Feature related to messaging.ivyNotation
- ivy notation of a stublabelName
- name of the label to triggerboolean trigger(String labelName)
labelName
- name of the label to triggerboolean trigger()
Map<String,Collection<String>> labels()
Copyright © 2016–2020 Spring. All rights reserved.