Skip to content

Instantly share code, notes, and snippets.

@heshamMassoud
Last active September 23, 2019 19:34
Show Gist options
  • Save heshamMassoud/dc4c9a67d1779e0db31b1c0e21be3ae4 to your computer and use it in GitHub Desktop.
Save heshamMassoud/dc4c9a67d1779e0db31b1c0e21be3ae4 to your computer and use it in GitHub Desktop.
ProductSyncExample1.java
final Logger logger = LoggerFactory.getLogger(MySync.class);
final ProductSyncOptions productsyncOptions =
ProductSyncOptionsBuilder.of(sphereClient)
.errorCallBack(logger::error)
.warningCallBack(logger::warn)
.build();
final ProductSync productSync = new ProductSync(productSyncOptions);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment