Skip to main content
Version: v2.10.0

Interface: Extendable

Configuration object to override default core classes with custom implementations.
Useful for dependency injection or extending built-in logic.

Property Type Description Optional
PlayerPlayerThe custom or default Player class.
QueueMemoryQueue | RedisQueue | JsonQueueThe queue implementation to use.
NodeNodeThe custom or default Node class.