public class TypedNotificationHandler extends SimpleNotificationHandler
| Constructor and Description |
|---|
TypedNotificationHandler(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Consumer<Type> messageHandler,
Class<Type> type)
Initializes SNS handler.
|
public TypedNotificationHandler(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Consumer<Type> messageHandler,
Class<Type> type)
Type - Message type.objectMapper - JSON handler.messageHandler - Single message consumer.type - Message content type.Copyright © 2017–2018 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.