- setAscendAllocationStore(AscendAllocationStore) - Method in class ai.evolv.AscendConfig.Builder
-
Sets up a custom AscendAllocationStore.
- setAscendParticipant(AscendParticipant) - Method in class ai.evolv.AscendConfig.Builder
-
- setDefaultAllocationStoreSize(int) - Method in class ai.evolv.AscendConfig.Builder
-
Sets the DefaultAllocationStores size.
- setDomain(String) - Method in class ai.evolv.AscendConfig.Builder
-
Sets the domain of the underlying ascendParticipant api.
- setHttpScheme(String) - Method in class ai.evolv.AscendConfig.Builder
-
Tells the SDK to use either http or https.
- setSessionId(String) - Method in class ai.evolv.AscendParticipant.Builder
-
A unique key representing the participant's session.
- setUserAttributes(Map<String, String>) - Method in class ai.evolv.AscendParticipant.Builder
-
Sets the users attributes which can be used to filter users upon.
- setUserId(String) - Method in class ai.evolv.AscendParticipant.Builder
-
A unique key representing the participant.
- setVersion(String) - Method in class ai.evolv.AscendConfig.Builder
-
Version of the underlying ascendParticipant api.
- subscribe(String, T, AscendAction<T>) - Method in interface ai.evolv.AscendClient
-
Retrieves a value from Ascend asynchronously and applies some custom action.