public interface Result<P>
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttach()
获取附件
|
boolean |
getHandled()
获取处理标识(是否已处理)
|
P |
getPayload()
荷载
|
String |
getTopic()
主题
|
default Result<P> |
thenConsume(Consumer<Result<P>> consumer)
(有结果后)然后消费
|
Copyright © 2025. All rights reserved.