public interface Gateway
| Modifier and Type | Method and Description |
|---|---|
io.scalecube.net.Address |
address()
Returns gateway address.
|
String |
id()
Returns gateway id.
|
reactor.core.publisher.Mono<Gateway> |
start()
Starts the gateway.
|
reactor.core.publisher.Mono<Void> |
stop()
Stops the gateway.
|
String id()
io.scalecube.net.Address address()
reactor.core.publisher.Mono<Gateway> start()
reactor.core.publisher.Mono<Void> stop()
Copyright © 2015–2021. All rights reserved.