You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configuration/rules-dsl.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -888,15 +888,15 @@ Only the methods deemed most relevant are listed, to get all the details, consul
888
888
|`getRuleManager()`|`RuleManager`| Get the `RuleManager` instance, also known as the "rule engine" or `RuleEngine`. |
889
889
|`getScheduler()`|`Scheduler`| Get the `Scheduler` instance. |
890
890
|`getScriptEngine()`|`ScriptEngine`| Get the `ScriptEngine` instance. |
891
-
|`getActionServices()`|`List<ActionService>`| Get the list of the currently registered `ActionService` instances. |
891
+
|`getActionServices()`|`List<ActionService>`| Get the list of currently registered `ActionService` instances. |
892
892
|`getThingActions()`|`List<ThingActions>`| Get the list of currently registered `ThingActions` instances. |
893
-
|`getInstance(Class<T> clazz)`|`T`| Get the instance of any registered OSGi service, or `null` if it doesn't exist. The returned type has the type specified in the `clazz` argument. |
893
+
|`getInstance(Class<T> clazz)`|`T`| Get an instance of any registered OSGi service, or `null` if it doesn't exist. The returned type has the type specified in the `clazz` argument. |
|`checkVitality(String host, int port, int timeout)`|`boolean`| Check the vitality of `host`. If `port` is `0`, a regular ICMP ping is issued. If any other port is specified, a socket will be attempted opened using this port. `timeout` is specified in milliseconds. |
899
+
|`checkVitality(String host, int port, int timeout)`|`boolean`| Check the vitality of `host`. If `port` is `0`, a regular ICMP ping is issued. If any other port is specified, a socket will be attempted to be opened using this port. `timeout` is specified in milliseconds. |
0 commit comments