@FunctionalInterface public interface MessagePreparedStatementSetter
JdbcMessageHandler
 as an alternative to the SqlParameterSourceFactory.
 
 Plays the same role as standard
 PreparedStatementSetter,
 but with Message<?> requestMessage context during handleMessage
 process in the JdbcMessageHandler.
PreparedStatementSetter| Modifier and Type | Method and Description | 
|---|---|
| void | setValues(PreparedStatement ps,
         Message<?> requestMessage) | 
void setValues(PreparedStatement ps, Message<?> requestMessage) throws SQLException
SQLException