AbstractCapabilityAgent
abstract class AbstractCapabilityAgent(interfaceName: String) : AbstractDirectiveHandler, CapabilityAgent, SupportedInterfaceContextProvider
Content copied to clipboard
This is a base class for CapabilityAgent which should perform following roles:
should provide configurations for directives which can handle
should handle directives which provided
should provide an capability context's state
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun preHandleDirective(directive: Directive, result: DirectiveHandlerResult)
Content copied to clipboard
Link copied to clipboard
abstract fun provideState( contextSetter: ContextSetterInterface, namespaceAndName: NamespaceAndName, contextType: ContextType, stateRequestToken: Int)
Content copied to clipboard