ILoadBalancer

Functions

Link copied to clipboard
abstract fun addPenaltyProvider(penaltyProvider: IPenaltyProvider)

Adds a penalty provider to the load balancer.

Link copied to clipboard
abstract fun removePenaltyProvider(penaltyProvider: IPenaltyProvider)

Removes a penalty provider from the load balancer.

Link copied to clipboard
abstract fun selectNode(region: VoiceRegion?, guildId: Long?): LavalinkNode

Selects a node based on the criteria of the load balancer.