Package-level declarations

Types

Link copied to clipboard
interface KafkaProducerVerticle : Verticle

Interface for a verticle that produces events to Kafka

Link copied to clipboard

Repository to manage users.

Link copied to clipboard
interface UserService : Service

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.