public class ConnectableMultiConnection extends Object implements Runnable, Consumer<Cancellable>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Cancellable action) |
void |
cancel() |
void |
cancelTimerIf0() |
long |
getSubscriberCount() |
boolean |
isConnected() |
void |
run() |
boolean |
shouldConnectAfterIncrement(int toBeReached) |
public void accept(Cancellable action)
accept in interface Consumer<Cancellable>public boolean shouldConnectAfterIncrement(int toBeReached)
public long getSubscriberCount()
public boolean isConnected()
public void cancelTimerIf0()
public void cancel()
Copyright © 2019–2020 SmallRye. All rights reserved.