new ServiceExporter()
The service exporter allows integrate other discovery technologies with the Vert.x service discovery. It maps
Methods
close(closeHandler)
Close the exporter
Parameters:
Name | Type | Description |
---|---|---|
closeHandler |
function | the handle to be notified when exporter is closed |
onPublish(record)
Notify a new record has been published, the record's registration can be used to uniquely
identify the record
Parameters:
Name | Type | Description |
---|---|---|
record |
Object | the record |
onUnpublish(id)
Notify an existing record has been removed
Parameters:
Name | Type | Description |
---|---|---|
id |
string | the record registration id |
onUpdate(record)
Notify an existing record has been updated, the record's registration can be used to uniquely
identify the record
Parameters:
Name | Type | Description |
---|---|---|
record |
Object | the record |