public class AeronResources extends Object implements OnDisposable
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
boolean |
isDisposed() |
reactor.core.publisher.Mono<Void> |
onDispose()
Assign a
Disposable to be invoked when the this has been disposed. |
static AeronResources |
start()
Starts aeron resources with default config.
|
static AeronResources |
start(AeronResourcesConfig config)
Starts aeron resources with given config.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitonDisposepublic static AeronResources start()
public static AeronResources start(AeronResourcesConfig config)
config - aeron configpublic void dispose()
dispose in interface reactor.core.Disposablepublic boolean isDisposed()
isDisposed in interface reactor.core.Disposablepublic reactor.core.publisher.Mono<Void> onDispose()
OnDisposableDisposable to be invoked when the this has been disposed.onDispose in interface OnDisposableCopyright © 2015–2019. All rights reserved.