Interface UserUpdateProducer


public interface UserUpdateProducer
Output channel used when a User update occurs. Note that by default this event is only fired on single user updates and not batch updates.
  • Field Summary

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

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

  • Method Details

    • userUpdateOutput

      @Output("userUpdateOutput") org.springframework.messaging.MessageChannel userUpdateOutput()