@PublicAPIClass(maturity=STABLE) public interface HoodieWriteCommitCallback
| Modifier and Type | Method and Description |
|---|---|
void |
call(HoodieWriteCommitCallbackMessage callbackMessage)
A callback method the user can implement to provide asynchronous handling of successful write.
|
@PublicAPIMethod(maturity=STABLE) void call(HoodieWriteCommitCallbackMessage callbackMessage)
callbackMessage - Callback msg, which will be sent to external system.Copyright © 2024 The Apache Software Foundation. All rights reserved.