We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae169b commit 1f2df57Copy full SHA for 1f2df57
src/main/java/org/springframework/data/redis/listener/RedisMessageListenerContainer.java
@@ -633,6 +633,7 @@ public int getPhase() {
633
* The default is {@code Integer.MAX_VALUE}.
634
*
635
* @see SmartLifecycle#getPhase()
636
+ * @since 4.0.0
637
*/
638
public void setPhase(int phase) {
639
this.phase = phase;
@@ -649,6 +650,7 @@ public boolean isAutoStartup() {
649
650
* The default is {@code true}.
651
652
* @see SmartLifecycle#isAutoStartup()
653
654
655
public void setAutoStartup(boolean autoStartup) {
656
this.autoStartup = autoStartup;
0 commit comments