@FunctionalInterface public interface StreamEventHandler<D,R>
| Modifier and Type | Method and Description |
|---|---|
void |
onStream(Event<StreamPayload<D,R>> event,
Map<String,Object> att,
D data,
org.reactivestreams.Subscriber<R> sink)
处理流事件(由 onEvent 转发简化)
|
Copyright © 2025. All rights reserved.