Hi, i looked around in DMI/Springintegration but couldn't find the section about parameter matching, so:
For DMI/Spring integration, i would like to be able to define the remove operation like this:
But i can only get it to work with a bean or DSRequest as parameter. Am i missing something? I basically want to specify the method to take the key only.
For DMI/Spring integration, i would like to be able to define the remove operation like this:
Code:
public Long remove(Long id) { }
Comment