すべてのメソッド 静的メソッド 具象メソッド | 修飾子と型 | メソッドと説明 |
|---|
static DirectChannelSpec | direct() |
static DirectChannelSpec | direct(StringSE id) |
static ExecutorChannelSpec | executor(ExecutorSE executor) |
static ExecutorChannelSpec | executor(StringSE id, ExecutorSE executor) |
static FluxMessageChannelSpec | flux() |
static FluxMessageChannelSpec | flux(StringSE id) |
static PriorityChannelSpec | priority() |
static PriorityChannelSpec | priority(PriorityCapableChannelMessageStore messageGroupStore, ObjectSE groupId) |
static PriorityChannelSpec | priority(StringSE id) |
static PriorityChannelSpec | priority(StringSE id, PriorityCapableChannelMessageStore messageGroupStore, ObjectSE groupId) |
static PublishSubscribeChannelSpec<?> | publishSubscribe() |
static PublishSubscribeChannelSpec<?> | publishSubscribe(ExecutorSE executor) |
static PublishSubscribeChannelSpec<?> | publishSubscribe(StringSE id) |
static PublishSubscribeChannelSpec<?> | publishSubscribe(StringSE id, ExecutorSE executor) |
static QueueChannelSpec | queue() |
static QueueChannelSpec.MessageStoreSpec | queue(ChannelMessageStore messageGroupStore, ObjectSE groupId) |
static QueueChannelSpec | queue(IntegerSE capacity) |
static QueueChannelSpec | queue(QueueSE<Message<?>> queue) |
static QueueChannelSpec | queue(StringSE id) |
static QueueChannelSpec.MessageStoreSpec | queue(StringSE id, ChannelMessageStore messageGroupStore, ObjectSE groupId) |
static QueueChannelSpec | queue(StringSE id, IntegerSE capacity) |
static QueueChannelSpec | queue(StringSE id, QueueSE<Message<?>> queue) |
static RendezvousChannelSpec | rendezvous() |
static RendezvousChannelSpec | rendezvous(StringSE id) |