ChannelRegisterEvent

public class ChannelRegisterEvent

A wrapper over a MotechEvent with subject {@value EventSubjects#CHANNEL_REGISTER_SUBJECT}. Raised when a channel is registered with the tasks module

Constructors

ChannelRegisterEvent

public ChannelRegisterEvent(String moduleName)

ChannelRegisterEvent

public ChannelRegisterEvent(MotechEvent motechEvent)

Methods

getChannelModuleName

public String getChannelModuleName()

toMotechEvent

public MotechEvent toMotechEvent()