Files
spring-pulsar/spring-pulsar-reactive
Soby Chacko edd32284d5 Remove custom argument resolvers (#246)
- Remove custom argument resolvers from PulsarListenerEndpointRegistrar,
  as this is an un-used feature at the moment.

- The default HandlerMethodArgumentResolver is capable of adapting the all the
  method arguments in all the PulsarListener use cases we encountered so far.
  We will add it back if custom argument resolution is necessary.
2022-11-28 20:26:22 -06:00
..