| Modifier and Type | Method and Description |
|---|---|
ChannelQuery.Builder |
ChannelQuery.Builder.on(Executor executor)
Changes which executor should execute the query.
|
static ChannelQuery.Builder |
ChannelQuery.query(String query)
A new query with the given search string.
|
ChannelQuery.Builder |
ChannelQuery.Builder.result(Collection<Channel> channels,
Exception exception)
Pre-fills the cached result with the given channels and exception.
|
ChannelQuery.Builder |
ChannelQuery.Builder.using(ChannelFinderClient client)
Changes which client should be used to execute the query.
|
Copyright © 2012. All Rights Reserved.