Search
Preparing search index...
The search index is not available
sparql-engine - v0.8.3
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ActionConsumer
Class ActionConsumer
A consumer that executes a simple action
author
Thomas Minier
Hierarchy
ActionConsumer
Implements
Consumable
Index
Constructors
constructor
Properties
_action
Methods
execute
Constructors
constructor
new
Action
Consumer
(
_action
:
function
)
:
ActionConsumer
Parameters
_action:
function
(
)
:
void
Returns
void
Returns
ActionConsumer
Properties
Private
_action
_action
:
function
Type declaration
(
)
:
void
Returns
void
Methods
execute
execute
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Globals
Action
Consumer
constructor
_action
execute
Generated using
TypeDoc
A consumer that executes a simple action
Thomas Minier