public @interface SofaServiceBinding
| Modifier and Type | Optional Element and Description |
|---|---|
String |
bindingType
binding type, maybe jvm/bolt/rest
|
String[] |
filters
filter beans
|
SofaMethod[] |
methodInfos
for each method config
|
SofaParameter[] |
parameters
parameters of service
|
String |
registry
registry for this service
|
boolean |
serialize
serialization between biz, default is true.
|
String |
serializeType
specify serialize type
|
int |
timeout
timeout
|
String |
userThreadPool
custom thread pool for current service
|
int |
warmUpTime
warmup time, default is 0
|
int |
warmUpWeight
when warmup, the weight.
|
int |
weight
normal weight, default is 100
|
public abstract String bindingType
public abstract int warmUpWeight
public abstract String[] filters
public abstract String userThreadPool
public abstract String registry
public abstract String serializeType
public abstract SofaParameter[] parameters
public abstract boolean serialize
SofaReferenceBinding is falsepublic abstract SofaMethod[] methodInfos
Copyright © 2021. All rights reserved.