Uses of Class
dev.fernando.user_authentication_api.dto.UserEventDto
Packages that use UserEventDto
Package
Description
-
Uses of UserEventDto in dev.fernando.user_authentication_api.model
Methods in dev.fernando.user_authentication_api.model that return UserEventDtoModifier and TypeMethodDescriptionUser.convertToUserEventDto()
Converts the User entity to a UserEventDto. -
Uses of UserEventDto in dev.fernando.user_authentication_api.publisher
Methods in dev.fernando.user_authentication_api.publisher with parameters of type UserEventDtoModifier and TypeMethodDescriptionvoid
UserPublisher.publishUserEvent
(UserEventDto userEventDto, CreationType creationType) Publishes a message to the account creation in account-microservice.