Package-level declarations
Types
Link copied to clipboard
Interface for a verticle that produces events to Kafka
Link copied to clipboard
Repository to manage users.
Link copied to clipboard
Interface to represent a service that manages users.
Link copied to clipboard
class UserServiceImpl(repository: UserRepository, kafkaProducer: KafkaProducerVerticle) : AbstractVerticle, UserService
Class to represent a user service.