@Configuration
@Inject(value="${seata.client.undo.compress}",
required=false)
public class UndoCompressProperties
extends Object
| Constructor and Description |
|---|
UndoCompressProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getThreshold() |
String |
getType() |
boolean |
isEnable() |
UndoCompressProperties |
setEnable(boolean enable) |
UndoCompressProperties |
setThreshold(String threshold) |
UndoCompressProperties |
setType(String type) |
public boolean isEnable()
public UndoCompressProperties setEnable(boolean enable)
public String getType()
public UndoCompressProperties setType(String type)
public String getThreshold()
public UndoCompressProperties setThreshold(String threshold)
Copyright © 2025. All rights reserved.