BaseKordBuilder
Properties
Link copied to clipboard
Link copied to clipboard
The CoroutineDispatcher kord uses to launch suspending tasks. Dispatchers.Default by default.
Link copied to clipboard
The default strategy used by entities to retrieve entities. EntitySupplyStrategy.cacheWithRestFallback by default.
Link copied to clipboard
The event flow used by Kord.eventFlow to publish events.
Link copied to clipboard
The GatewayEventInterceptor used for converting gateway events to core events.
Link copied to clipboard
The client used for building Gateways and RequestHandlers. A default implementation will be used when not set.
Link copied to clipboard
Enables stack trace recovery on the currently defined RequestHandler.
Functions
Link copied to clipboard
Configures the DataCache for caching.
Link copied to clipboard
Configures the RequestHandler for the RestClient.