Interface UserUpdateConsumer


public interface UserUpdateConsumer
Consumer for handling updates to the User domain.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.messaging.SubscribableChannel
     
  • Field Details

  • Method Details

    • userUpdateInput

      @Input("userUpdateCustomerInput") org.springframework.messaging.SubscribableChannel userUpdateInput()