| Package | Description |
|---|---|
| com.atlassian.plugin.webresource.bigpipe |
| Modifier and Type | Method and Description |
|---|---|
static <K,T> KeyedValue<K,T> |
KeyedValue.fail(K key,
Throwable ex) |
static <K,T> KeyedValue<K,T> |
KeyedValue.success(K key,
T value) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<KeyedValue<String,com.atlassian.json.marshal.Jsonable>> |
BigPipe.forceCompleteAll() |
Iterable<KeyedValue<String,com.atlassian.json.marshal.Jsonable>> |
BigPipe.getAvailableContent() |
Iterable<KeyedValue<String,com.atlassian.json.marshal.Jsonable>> |
BigPipe.waitForContent()
Waits for content.
|
Iterable<KeyedValue<String,com.atlassian.json.marshal.Jsonable>> |
BigPipe.waitForContent(long timeout,
TimeUnit unit)
Waits for content.
|
Copyright © 2018 Atlassian. All rights reserved.