| Modifier and Type | Method and Description |
|---|---|
static Transport |
Transport.bindAwait()
Init transport with the default configuration synchronously.
|
static Transport |
Transport.bindAwait(TransportConfig config)
Init transport with the given configuration synchronously.
|
Transport |
TransportFactory.createTransport(TransportConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static reactor.core.publisher.Mono<Transport> |
Transport.bind()
Init transport with the default configuration asynchronously.
|
static reactor.core.publisher.Mono<Transport> |
Transport.bind(TransportConfig config)
Init transport with the given configuration asynchronously.
|
reactor.core.publisher.Mono<Transport> |
Transport.start()
Start transport.
|
Copyright © 2015–2021. All rights reserved.