JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
io.aleph0.yap.core.build
QueueBuilder
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
build(List)
Interface QueueBuilder<T>
All Known Implementing Classes:
DefaultQueue.Builder
public interface
QueueBuilder<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Queue
<
T
>
build
(
List
<
Channel
<
T
>> subscriptions)
Method Details
build
Queue
<
T
>
build
(
List
<
Channel
<
T
>> subscriptions)