| Package | Description | 
|---|---|
| com.apptus.esales.connector | This package provides utilities for communication with an eSales cluster 
 and this package documentation contains information on how to get started. | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | CloudConnector | Connector for Apptus eSales when hosted in the cloud. | 
| class  | OnPremConnector | Connector for on-premise instances of Apptus eSales. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static void | JavaScriptNotifier. notify(Connector connector,
      String sessionKey,
      String id,
      String type,
      String ticket,
      String productKey,
      String rating) | Pass through a JavaScript notification to the cluster. | 
| static void | JavaScriptNotifier. notify(Connector connector,
      String sessionKey,
      String id,
      String type,
      String ticket,
      String propertyName,
      String propertyValue,
      String productKey,
      String rating) | Deprecated. | 
| static void | JavaScriptNotifier. notifyNonEsalesEvent(Connector connector,
                    String sessionKey,
                    String customerKey,
                    String market,
                    String id,
                    String type,
                    String productKey,
                    String variantKey) | |
| static void | JavaScriptNotifier. notifyWithProperties(Connector connector,
                    String sessionKey,
                    String customerKey,
                    String market,
                    String id,
                    String type,
                    String ticket,
                    String productKey,
                    String rating) | Pass through a JavaScript notification to the cluster. | 
Copyright © 2021 Apptus Technologies AB. All rights reserved.