M
- http://yuml.me/diagram/plain;dir:TB/class/SMSGatewayCenter
public class SMSGatewayCenterDispatcher<M extends DisposableMessage<?,?>> extends Object implements BulkDispatcher<M>
BulkDispatcher
to create a recorded and/or text to voice calls using SMSGatewayCenter Voice API.Constructor and Description |
---|
SMSGatewayCenterDispatcher(SMSGatewayCenterVoiceMessageFactory<?> msgFactory) |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(List<M> messages) |
void |
dispatch(M msg) |
SMSGatewayCenterVoiceMessageFactory<?> |
getMessageFactory() |
Class<? extends SMSGatewayCenterVoiceMessage<?,?>> |
getMessageType() |
void |
setMessageFactory(SMSGatewayCenterVoiceMessageFactory<?> msgFactory) |
void |
setMessageType(Class<? extends SMSGatewayCenterVoiceMessage<?,?>> messageType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
broadcast
accept, getSettings, transform
public SMSGatewayCenterDispatcher(SMSGatewayCenterVoiceMessageFactory<?> msgFactory)
public void dispatch(M msg) throws Exception
dispatch
in interface GenericDispatcher<M extends DisposableMessage<?,?>>
Exception
public void dispatch(List<M> messages) throws Exception
dispatch
in interface BulkDispatcher<M extends DisposableMessage<?,?>>
Exception
public SMSGatewayCenterVoiceMessageFactory<?> getMessageFactory()
public void setMessageFactory(SMSGatewayCenterVoiceMessageFactory<?> msgFactory)
public Class<? extends SMSGatewayCenterVoiceMessage<?,?>> getMessageType()
public void setMessageType(Class<? extends SMSGatewayCenterVoiceMessage<?,?>> messageType)
Copyright © 2018. All rights reserved.