java.lang.Object
es.kukenan.smartfi.amqp.controller.AbstractAmqpController<es.kukenan.smartfi.events.common.AbstractEvent>
es.kukenan.smartfi.microservice.onboarding.controller.AmqpController

@RestController public class AmqpController extends es.kukenan.smartfi.amqp.controller.AbstractAmqpController<es.kukenan.smartfi.events.common.AbstractEvent>
Amqp controller.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) EventService
    User service context.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consume(es.kukenan.smartfi.microservice.backoffice.events.created.BackOfficeUserCreatedEvent event)
    Method that is invoked when a BackOfficeOnboardingUserUpdatedEvent is consumed from the service queue.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • eventService

      @Autowired EventService eventService
      User service context.
  • Constructor Details

    • AmqpController

      public AmqpController()
  • Method Details

    • consume

      public void consume(es.kukenan.smartfi.microservice.backoffice.events.created.BackOfficeUserCreatedEvent event)
      Method that is invoked when a BackOfficeOnboardingUserUpdatedEvent is consumed from the service queue.
      Parameters:
      event - BackOfficeOnboardingUserUpdatedEvent.