Class AmqpController
java.lang.Object
es.kukenan.smartfi.amqp.controller.AbstractAmqpController<es.kukenan.smartfi.microservice.security.gateway.events.AbstractSecurityGatewayEvent>
es.kukenan.smartfi.microservice.security.gateway.controller.AmqpController
@RestController
public class AmqpController
extends es.kukenan.smartfi.amqp.controller.AbstractAmqpController<es.kukenan.smartfi.microservice.security.gateway.events.AbstractSecurityGatewayEvent>
AmqpController controller.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconsume(es.kukenan.smartfi.microservice.clients.events.updated.UserUpdatedEvent userUpdatedEvent) Method to deal with the userUpdatedEvent.
-
Field Details
-
userUpdatedService
User Updated event service.
-
-
Constructor Details
-
AmqpController
public AmqpController()
-
-
Method Details
-
consume
public void consume(es.kukenan.smartfi.microservice.clients.events.updated.UserUpdatedEvent userUpdatedEvent) Method to deal with the userUpdatedEvent.- Parameters:
userUpdatedEvent- event.
-