| Package | Description |
|---|---|
| com.brein.api | |
| com.brein.domain | |
| com.brein.engine |
| Modifier and Type | Method and Description |
|---|---|
BreinConfig |
BreinifyExecutor.getConfig()
gets the config
|
static BreinConfig |
Breinify.getConfig()
gets the config
|
BreinConfig |
BreinBase.getConfig()
retrieves the configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
BreinifyExecutor.setConfig(BreinConfig breinConfig)
sets the configuration
|
static void |
Breinify.setConfig(BreinConfig breinConfig)
sets the configuration
|
BreinBase |
BreinBase.setConfig(BreinConfig breinConfig)
sets the brein config
|
| Modifier and Type | Method and Description |
|---|---|
BreinConfig |
BreinConfig.setActivityEndpoint(java.lang.String activityEndpoint)
sets the activity endpoint
|
BreinConfig |
BreinConfig.setApiKey(java.lang.String apiKey)
sets the apikey
|
BreinConfig |
BreinConfig.setBaseUrl(java.lang.String baseUrl)
set the base url of the breinify backend and will check
if the URL is valid.
|
BreinConfig |
BreinConfig.setConnectionTimeout(long connectionTimeout)
set the connection timeout
|
BreinConfig |
BreinConfig.setDefaultCategory(java.lang.String defaultCategory)
sets the default category
|
BreinConfig |
BreinConfig.setLookupEndpoint(java.lang.String lookupEndpoint)
sets the lookup endpoint
|
BreinConfig |
BreinConfig.setRestEngineType(BreinEngineType restEngineType)
set rest type client
|
BreinConfig |
BreinConfig.setSecret(java.lang.String secret)
set the secret
|
BreinConfig |
BreinConfig.setSocketTimeout(long socketTimeout)
set the socket timeout
|
| Modifier and Type | Method and Description |
|---|---|
void |
UniRestEngine.configure(BreinConfig breinConfig)
configures the rest engine
|
void |
JerseyRestEngine.configure(BreinConfig breinConfig)
configuration of the rest client
|
void |
IRestEngine.configure(BreinConfig breinConfig)
configures the rest engine
|
void |
BreinEngine.configure(BreinConfig breinConfig)
configuration of engine
|
Copyright © Breinify - All Rights Reserved.