BAEL-7374 - Event Listener method rename
This commit is contained in:
parent
ec88f94427
commit
3ba11fcdba
@ -16,7 +16,7 @@ public class UserEventListener {
|
|||||||
|
|
||||||
@KafkaListener(id = Constants.LISTENER_ID, topics = Constants.MULTI_PARTITION_TOPIC, groupId = "test-group",
|
@KafkaListener(id = Constants.LISTENER_ID, topics = Constants.MULTI_PARTITION_TOPIC, groupId = "test-group",
|
||||||
containerFactory = "kafkaListenerContainerFactory", autoStartup = "false")
|
containerFactory = "kafkaListenerContainerFactory", autoStartup = "false")
|
||||||
public void userEventListener(UserEvent userEvent) {
|
public void processUserEvent(UserEvent userEvent) {
|
||||||
logger.info("Received UserEvent: " + userEvent.getUserEventId());
|
logger.info("Received UserEvent: " + userEvent.getUserEventId());
|
||||||
userEventStore.addUserEvent(userEvent);
|
userEventStore.addUserEvent(userEvent);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user