- exportStandalone(String, String, Map<String, Object>) - Method in class io.monalabs.client.MonaClient
-
The main exporting mechanism.
- exportStandalone(String, Map<String, Object>) - Method in class io.monalabs.client.MonaClient
-
Shorthand for the above exportStandalone variant, leaving the contextId empty.
- exportStandalone(String, List<Map<String, Object>>) - Method in class io.monalabs.client.MonaClient
-
Use this exportStandalone variant to send a batch (list) of unrelated messages to Mona.
- exportStandalone(String, String, List<Map<String, Object>>) - Method in class io.monalabs.client.MonaClient
-
Same as above, supporting setting contextId.
- exportStandalone(String, String) - Method in class io.monalabs.client.MonaClient
-
Use this exportStandalone variant if the input is an actual json string.
- exportStandalone(String, String, String) - Method in class io.monalabs.client.MonaClient
-
Same as above, only allowing a contextId to be set as well.
- exportStandalone(String, JSONObject) - Method in class io.monalabs.client.MonaClient
-
Export variant for using with a JSONObject.
- exportStandalone(String, String, JSONObject) - Method in class io.monalabs.client.MonaClient
-
Same as above, allowing setting a contextId as well
- exportStandalone(String, JSONArray) - Method in class io.monalabs.client.MonaClient
-
Export variant for using with a JSONArray.
- exportStandalone(String, String, JSONArray) - Method in class io.monalabs.client.MonaClient
-
Same as above, allowing a contextId to be set as well.