SendSmsEventHandler

public class SendSmsEventHandler

When another module sends an SMS, it calls SmsService.send, which in turn sends one or more SEND_SMS events which are handled here and passed straight through to to SmsHttpService.send

Constructors

SendSmsEventHandler

public SendSmsEventHandler(SmsHttpService smsHttpService, SmsService smsService)

Methods

handleExternal

public void handleExternal(MotechEvent event)

handleInternal

public void handleInternal(MotechEvent event)