public class MessageProducerJdbcImpl extends java.lang.Object implements MessageProducerImplementation
Constructor and Description |
---|
MessageProducerJdbcImpl(io.eventuate.common.jdbc.EventuateCommonJdbcOperations eventuateCommonJdbcOperations,
io.eventuate.common.id.IdGenerator idGenerator,
io.eventuate.common.jdbc.EventuateSchema eventuateSchema,
java.lang.String currentTimeInMillisecondsSql) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
generateMessageId() |
void |
send(Message message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
withContext
public MessageProducerJdbcImpl(io.eventuate.common.jdbc.EventuateCommonJdbcOperations eventuateCommonJdbcOperations, io.eventuate.common.id.IdGenerator idGenerator, io.eventuate.common.jdbc.EventuateSchema eventuateSchema, java.lang.String currentTimeInMillisecondsSql)
public java.lang.String generateMessageId()
generateMessageId
in interface MessageProducerImplementation
public void send(Message message)
send
in interface MessageProducerImplementation