Is it possible to define the inbound/outbound channel adapter "method" of a custom channel adapter using a method annotation?
Basically looking for something similar to the @ServiceActivator, @Filter, @Router, etc. annotations except for channel adapters.


Reply With Quote