public class HoodieWriteCommitHttpCallback extends Object implements HoodieWriteCommitCallback
HoodieWriteCommitCallback.| Constructor and Description |
|---|
HoodieWriteCommitHttpCallback(HoodieWriteConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(HoodieWriteCommitCallbackMessage callbackMessage)
A callback method the user can implement to provide asynchronous handling of successful write.
|
public HoodieWriteCommitHttpCallback(HoodieWriteConfig config)
public void call(HoodieWriteCommitCallbackMessage callbackMessage)
HoodieWriteCommitCallbackcall in interface HoodieWriteCommitCallbackcallbackMessage - Callback msg, which will be sent to external system.Copyright © 2024 The Apache Software Foundation. All rights reserved.