IpcHandler Class @beta

Base class for all implementations of an Ipc interface.

Create a subclass to implement your Ipc interface. Your class should be declared like this:

class MyHandler extends IpcHandler implements MyInterface

to ensure all methods and signatures are correct.

Then, call MyClass.register at startup to connect your class to your channel.

Methods

Name Description
constructor(): IpcHandler    
register(): RemoveFunction Static Register this class as the handler for methods on its channel.  

Properties

Name Type Description
channelName Accessor Abstract ReadOnly string    

Defined in

Last Updated: 03 August, 2026