Modifier and Type | Class and Description |
---|---|
class |
CreateVariableView |
Modifier and Type | Class and Description |
---|---|
class |
OutputConditionExpression
Output condition for output rate limiting that handles when-then expressions for controlling output.
|
Modifier and Type | Method and Description |
---|---|
void |
VariableManagementServiceImpl.registerCallback(String deploymentId,
String variableName,
int agentInstanceId,
VariableChangeCallback variableChangeCallback) |
void |
VariableManagementService.registerCallback(String deploymentId,
String variableName,
int agentInstanceId,
VariableChangeCallback variableChangeCallback)
Registers a callback invoked when the variable is written with a new value.
|
void |
VariableManagementServiceImpl.unregisterCallback(String deploymentId,
String variableName,
int agentInstanceId,
VariableChangeCallback variableChangeCallback) |
void |
VariableManagementService.unregisterCallback(String deploymentId,
String variableName,
int agentInstanceId,
VariableChangeCallback variableChangeCallback)
Removes a callback.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionBatchView
This view is a moving window extending the into the past until the expression passed to it returns false.
|
class |
ExpressionViewBase
This view is a moving window extending the into the past until the expression passed to it returns false.
|
class |
ExpressionWindowView
This view is a moving window extending the into the past until the expression passed to it returns false.
|
Copyright © 2005–2018. All rights reserved.