public class NoteEventProducer
extends java.lang.Object
| Constructor and Description | 
|---|
NoteEventProducer(Container container,
                 SecurityContext sc,
                 io.vertx.core.eventbus.EventBus ev)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
changed()  | 
void | 
vnoteCreated(java.lang.String uid,
            VNote vnote)  | 
void | 
vnoteDeleted(java.lang.String uid,
            VNote vnote)  | 
void | 
vnoteUpdated(java.lang.String uid,
            VNote oldVnote,
            VNote vnote)  | 
public NoteEventProducer(Container container, SecurityContext sc, io.vertx.core.eventbus.EventBus ev)
Copyright © 2023. All Rights Reserved.