Make changes for timing related test failures
This commit is contained in:
@@ -45,4 +45,10 @@ public class BrokerAvailabilityEvent extends ApplicationEvent {
|
||||
public boolean isBrokerAvailable() {
|
||||
return this.brokerAvailable;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "BrokerAvailabilityEvent=" + this.brokerAvailable;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user