mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
rename ErrorProp to Error
This commit is contained in:
parent
9bb5235e5f
commit
217599102e
@ -52,9 +52,9 @@ public class RocketMQConsumerProperties {
|
|||||||
|
|
||||||
private Boolean enabled = true;
|
private Boolean enabled = true;
|
||||||
|
|
||||||
private ErrorProp error;
|
private Error error;
|
||||||
|
|
||||||
public static class ErrorProp {
|
public static class Error {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reconsume later timeMillis in ConsumeOrderlyContext.
|
* Reconsume later timeMillis in ConsumeOrderlyContext.
|
||||||
@ -126,11 +126,11 @@ public class RocketMQConsumerProperties {
|
|||||||
this.broadcasting = broadcasting;
|
this.broadcasting = broadcasting;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ErrorProp getError() {
|
public Error getError() {
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setError(ErrorProp error) {
|
public void setError(Error error) {
|
||||||
this.error = error;
|
this.error = error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user