Class DelegatingInvocableHandler

java.lang.Object
org.springframework.pulsar.listener.adapter.DelegatingInvocableHandler

public class DelegatingInvocableHandler extends Object
Delegates to an InvocableHandlerMethod based on the message payload type. Matches a single, non-annotated parameter or one that is annotated with Payload. Matches must be unambiguous.
Author:
Soby Chacko