| Package | Description |
|---|---|
| me.lucko.helper.messaging.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> ChannelPublisher<T> |
ChannelPublisher.create(Channel<T> channel,
long duration,
TimeUnit unit,
Supplier<? extends T> supplier)
Creates a new channel publisher.
|
static <T> ChannelPublisher<T> |
ChannelPublisher.create(Channel<T> channel,
long duration,
TimeUnit unit,
ThreadContext threadContext,
Supplier<? extends T> supplier)
Creates a new channel publisher.
|
Copyright © 2022. All rights reserved.