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.
    • Method Detail

      • userUpdateOutput

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