@DataRouteByKey(value="auth") public class UserAttributesEventListener extends Object
UserAttributesRequestHandler
.Constructor and Description |
---|
UserAttributesEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService,
UserAttributesRequestHandler userAttributesRequestHandler) |
Modifier and Type | Method and Description |
---|---|
protected com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService |
getIdempotentConsumptionService() |
protected UserAttributesRequestHandler |
getUserAttributesRequestHandler() |
void |
listen(org.springframework.messaging.Message<UserAttributesRequest> message) |
protected void |
processMessage(org.springframework.messaging.Message<UserAttributesRequest> message) |
public UserAttributesEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, UserAttributesRequestHandler userAttributesRequestHandler)
@StreamListener(value="userAttributesInput") public void listen(org.springframework.messaging.Message<UserAttributesRequest> message)
protected void processMessage(org.springframework.messaging.Message<UserAttributesRequest> message)
protected com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService getIdempotentConsumptionService()
protected UserAttributesRequestHandler getUserAttributesRequestHandler()
Copyright © 2021. All rights reserved.