- projectId - Variable in class io.getconnect.client.ConnectAPI
-
- push(String, Map<String, Object>) - Method in class io.getconnect.client.ConnectClient
-
Synchronously push an event to a collection in Connect.
- pushAsync(String, Map<String, Object>, ConnectCallback) - Method in class io.getconnect.client.ConnectClient
-
Asynchronously Push an event to a collection in Connect.
- pushBatch(Map<String, Map<String, Object>[]>) - Method in class io.getconnect.client.ConnectClient
-
Synchronously push a batch of events to Connect.
- pushBatchAsync(Map<String, Map<String, Object>[]>, ConnectBatchCallback) - Method in class io.getconnect.client.ConnectClient
-
Asynchronously push a batch of events to Connect.
- pushEvent(String, Event) - Method in class io.getconnect.client.ConnectAPI
-
Pushes a single event to the Connect API synchronously.
- pushEvent(String, Event, ConnectCallback) - Method in class io.getconnect.client.ConnectAPI
-
Pushes a single event to the Connect API asynchronously.
- pushEventBatch(Map<String, Iterable<Event>>) - Method in class io.getconnect.client.ConnectAPI
-
Pushes a batch of events to the Connect API synchronously.
- pushEventBatch(Map<String, Iterable<Event>>, ConnectBatchCallback) - Method in class io.getconnect.client.ConnectAPI
-
Pushes a batch of events to the Connect API asynchronously.
- pushPending() - Method in class io.getconnect.client.ConnectClient
-
Push the pending events stored to Connect synchronously.
- pushPendingAsync(ConnectBatchCallback) - Method in class io.getconnect.client.ConnectClient
-
Push the pending events stored to Connect asynchronously.