toggle menu
Social-Network
0.1.0-archeo+31d6ff7
jvm
switch theme
search in API
user-service
/
social.user.application
/
KafkaProducerVerticle
Kafka
Producer
Verticle
interface
KafkaProducerVerticle
:
Verticle
Interface for a verticle that produces events to Kafka
Inheritors
KafkaUserProducerVerticle
Members
Functions
get
Vertx
Link copied to clipboard
abstract
fun
getVertx
(
)
:
Vertx
init
Link copied to clipboard
abstract
fun
init
(
p0
:
Vertx
,
p1
:
Context
)
publish
Event
Link copied to clipboard
abstract
fun
publishEvent
(
event
:
DomainEvent
)
start
Link copied to clipboard
abstract
fun
start
(
p0
:
Promise
<
Void
>
)
stop
Link copied to clipboard
abstract
fun
stop
(
p0
:
Promise
<
Void
>
)