StartDirectiveHandler

Constructors

Link copied to clipboard
fun StartDirectiveHandler(controller: StartDirectiveHandler.Controller, handleController: StartDirectiveHandler.HandleController?)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
interface Controller
Link copied to clipboard
interface HandleController
Link copied to clipboard
data class StartDirective(val header: Header, val payload: StartDirectiveHandler.StartDirective.Payload)

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>