public class UnmanagedConsumer<Message> extends Object
| Constructor and Description |
|---|
UnmanagedConsumer(String name,
ActorConfig config,
RMQConnection connection,
com.fasterxml.jackson.databind.ObjectMapper mapper,
RetryStrategyFactory retryStrategyFactory,
ExceptionHandlingFactory exceptionHandlingFactory,
Class<? extends Message> clazz,
MessageHandlingFunction<Message,Boolean> handlerFunction,
Function<Throwable,Boolean> errorCheckFunction) |
public UnmanagedConsumer(String name, ActorConfig config, RMQConnection connection, com.fasterxml.jackson.databind.ObjectMapper mapper, RetryStrategyFactory retryStrategyFactory, ExceptionHandlingFactory exceptionHandlingFactory, Class<? extends Message> clazz, MessageHandlingFunction<Message,Boolean> handlerFunction, Function<Throwable,Boolean> errorCheckFunction)
Copyright © 2016–2020. All rights reserved.