NEW RELEASE! The 2022x Refresh2 Hot Fix 3 was released on February 28, 2025. For more information, see 2022x Refresh2 Hot Fix 3 Version News.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can create Signal Instances by using the following API. The signatures of this API are as follows
 

Code Block
languagetext
	public SignalInstance createSignal(Signal signal) {
		...
	} 

	public SignalInstance createSignal(String keyword) {
		...
	}

 

The following example demonstrates how to create a Signal Instance

...