@Retention(value=RUNTIME) @Target(value={PARAMETER,FIELD}) public @interface BusinessActionContextParameter
add this annotation on the parameters of the try method, and the parameters will be passed to the BusinessActivityContext
| 限定符和类型 | 可选元素和说明 |
|---|---|
int |
index
Specify the index of the parameter in the List
|
boolean |
isParamInProperty
if get the parameter from the property of the object ?
|
boolean |
isShardingParam
if it is a sharding param ?
|
String |
paramName
parameter's name
|
public abstract String paramName
Copyright © 2019 Seata. All rights reserved.