public interface RemoteSingleFetcher<T>
Modifier and Type | Method and Description |
---|---|
default com.atlassian.util.concurrent.Promise<Optional<T>> |
fetch()
Deprecated.
since 7.0.1. Use
fetchCompletionStage() instead. |
default CompletionStage<Optional<T>> |
fetchCompletionStage() |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<T>> |
fetchOne()
Deprecated.
since 7.0.1. Use
fetchCompletionStage() instead. |
com.atlassian.util.concurrent.Promise<T> |
fetchOneOrNull()
Deprecated.
since 7.0.1. Use
fetchOrNullCompletionStage() instead. |
default com.atlassian.util.concurrent.Promise<T> |
fetchOrNull()
Deprecated.
since 7.0.1. Use
fetchOrNullCompletionStage() instead. |
default CompletionStage<T> |
fetchOrNullCompletionStage() |
@Deprecated com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<T>> fetchOne()
fetchCompletionStage()
instead.@Deprecated com.atlassian.util.concurrent.Promise<T> fetchOneOrNull()
fetchOrNullCompletionStage()
instead.@Deprecated default com.atlassian.util.concurrent.Promise<Optional<T>> fetch()
fetchCompletionStage()
instead.@Deprecated default com.atlassian.util.concurrent.Promise<T> fetchOrNull()
fetchOrNullCompletionStage()
instead.default CompletionStage<Optional<T>> fetchCompletionStage()
default CompletionStage<T> fetchOrNullCompletionStage()
Copyright © 2003–2019 Atlassian. All rights reserved.