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
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.MessageChannel
-
Field Details
-
CHANNEL
- See Also:
-
-
Method Details
-
userUpdateOutput
@Output("userUpdateOutput") org.springframework.messaging.MessageChannel userUpdateOutput()
-