public interface ServiceAnnouncer
| Modifier and Type | Method and Description |
|---|---|
Cancellable |
announce(String serviceName,
int port)
Registers an endpoint that could be discovered by external party.
|
Cancellable announce(String serviceName, int port)
serviceName - Name of the endpointport - Port of the endpoint.Copyright © 2013-2015 The Apache Software Foundation. All rights reserved.