Class ApplicationEventListener

java.lang.Object
org.reactivecommons.async.rabbit.listeners.GenericMessageListener
org.reactivecommons.async.rabbit.listeners.ApplicationEventListener

public class ApplicationEventListener extends GenericMessageListener
  • Constructor Details

    • ApplicationEventListener

      public ApplicationEventListener(ReactiveMessageListener receiver, String queueName, String eventsExchange, org.reactivecommons.async.commons.HandlerResolver resolver, org.reactivecommons.async.commons.converters.MessageConverter messageConverter, boolean withDLQRetry, boolean createTopology, long maxRetries, int retryDelay, Optional<Integer> maxLengthBytes, org.reactivecommons.async.commons.DiscardNotifier discardNotifier, org.reactivecommons.async.commons.ext.CustomReporter errorReporter, String appName)
  • Method Details