BlockDirectiveHandler

class BlockDirectiveHandler : AbstractDirectiveHandler

Constructors

Link copied to clipboard
fun BlockDirectiveHandler()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Payload(val playServiceId: String, val sleepInMillisecond: Long?)

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)

Properties

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