RenderDirectiveHandler

class RenderDirectiveHandler(    renderer: RenderDirectiveHandler.Renderer,     directiveSequencer: DirectiveSequencerInterface,     sessionManager: SessionManagerInterface) : AbstractDirectiveHandler

Constructors

Link copied to clipboard
fun RenderDirectiveHandler(    renderer: RenderDirectiveHandler.Renderer,     directiveSequencer: DirectiveSequencerInterface,     sessionManager: SessionManagerInterface)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
interface Renderer

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>