| Name | Summary |
|---|---|
processorDispatcher | The CoroutineDispatcher to use for processing requests. Should run in the background and support multiple concurrent tasks |
connectionDispatcher | The CoroutineDispatcher to use for managing setup and teardown of the service connection. Should run in the background |
| Name | Summary |
|---|---|
HorizonPlatformConfig | constructor(processorDispatcher: CoroutineDispatcher = Dispatchers.IO, connectionDispatcher: CoroutineDispatcher = Dispatchers.IO, requestTimeout: Long = 10000) |
| Name | Summary |
|---|---|
connectionDispatcher | val connectionDispatcher: CoroutineDispatcher |
processorDispatcher | val processorDispatcher: CoroutineDispatcher |
requestTimeout | val requestTimeout: Long = 10000 |