Object -
streams :
NotOperatorProcessor
Constructor
__init
(int? forTimeMillis)
- forTimeMillis int?
Methods
Reschedules the next NOT event.
Processes the StreamEvent
.
Set the StateMachine
to the procesor and it's descendants.
Validates the processor and its configs.
Promotes the StreamEvent
to the previous processor.
Evicts the StreamEvent
from current state branch.
Removes a given StreamEvent
from the StateMachine
.
Sets a link to the previous AbstractOperatorProcessor
.
Sets a link to the descendant AbstractOperatorProcessor
.
Returns the alias of the current processor.
Fields
Processes the StreamEvent
.
Parameters
- event StreamEvent
-
event to process
- processorAlias string?
-
alias for the calling processor, for identification purposes (lhs, rhs).
Set the StateMachine
to the procesor and it's descendants.
Parameters
- stateMachine StateMachine
-
StateMachine
instance
Promotes the StreamEvent
to the previous processor.
Parameters
- stateEvent StreamEvent
-
event to promote
- processorAlias string?
-
alias for the calling processor, for identification purposes (lhs, rhs).
Evicts the StreamEvent
from current state branch.
Parameters
- stateEvent StreamEvent
-
event to promote
- processorAlias string?
-
alias for the calling processor, for identification purposes (lhs, rhs).
Removes a given StreamEvent
from the StateMachine
.
Parameters
- streamEvent StreamEvent
-
event to be removed
Sets a link to the previous AbstractOperatorProcessor
.
Parameters
- processor AbstractOperatorProcessor
-
previous processor
Sets a link to the descendant AbstractOperatorProcessor
.
Parameters
- processor AbstractPatternProcessor
-
descendant processor