| 程序包 | 说明 |
|---|---|
| org.apache.seatunnel.api.source |
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
SourceSplitEnumerator.handleSourceEvent(int subtaskId,
SourceEvent sourceEvent)
Handle the source event from
SourceReader. |
default void |
SourceReader.handleSourceEvent(SourceEvent sourceEvent)
Handle the source event form
SourceSplitEnumerator. |
void |
SourceSplitEnumerator.Context.sendEventToSourceReader(int subtaskId,
SourceEvent event)
Send a source event to a source reader.
|
void |
SourceReader.Context.sendSourceEventToEnumerator(SourceEvent sourceEvent)
Send a source event to the source coordinator.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.