Interface UserUpdateProducer
-
public interface UserUpdateProducer
Output channel used when aUser
update occurs. Note that by default this event is only fired on single user updates and not batch updates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.messaging.MessageChannel
userUpdateOutput()
-
-
-
Field Detail
-
CHANNEL
static final String CHANNEL
- See Also:
- Constant Field Values
-
-