|
|
@@ -108,7 +108,7 @@ public class FlexRouter extends IdentifiableBase implements HasAccount { |
|
|
|
|
|
|
|
// used by StandardFlexRouterService to signal that its updates should not trigger an interrupt, |
|
|
|
// otherwise it would never sleep |
|
|
|
private boolean noInterrupt = false; |
|
|
|
@JsonIgnore @Transient private boolean noInterrupt = false; |
|
|
|
public FlexRouter noInterrupt () { noInterrupt = true; return this; } |
|
|
|
public boolean doInterrupt () { return !noInterrupt; } |
|
|
|
|
|
|
|