threads

@ApiStatus.Experimental
@Contract(pure = true)
open fun threads(): ThreadHandler

Returns the handler for the threads endpoint. This method is purely syntactic sugar for Java users.


@get:ApiStatus.Experimental
abstract val threads: ThreadHandler

Returns the handler for the threads endpoint. This handler can be used to create, retrieve, and delete threads.