@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @Inherited public @interface BitactorRequestMapping
| 限定符和类型 | 可选元素和说明 |
|---|---|
boolean |
async
是否异步
|
ProtocolType |
protocol |
int |
reqCmd
请求消息的序列化id,默认序列化对象名的hashcode
|
int |
respCmd
响应消息的序列化id,默认序列化对象名的hashcode
|
public abstract ProtocolType protocol
Copyright © 2021. All rights reserved.