AudioPlayerRequestPlayCommandDirectiveHandler

class AudioPlayerRequestPlayCommandDirectiveHandler(messageSender: MessageSender, contextGetter: ContextGetterInterface) : AbstractDirectiveHandler

Constructors

fun AudioPlayerRequestPlayCommandDirectiveHandler(messageSender: MessageSender, contextGetter: ContextGetterInterface)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun cancelDirective(messageId: String)
Link copied to clipboard
open override fun handleDirective(messageId: String): Boolean
Link copied to clipboard
open override fun preHandleDirective(directive: Directive, result: DirectiveHandlerResult)
Link copied to clipboard

Properties

Link copied to clipboard
open override val configurations: Map<NamespaceAndName, BlockingPolicy>