public interface Emitter
| Modifier and Type | Interface and Description |
|---|---|
static class |
Emitter.Multi |
static class |
Emitter.Skip |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<?> |
emit(Collection<? extends Event> event) |
default CompletableFuture<?> |
emit(Event event) |
static Emitter |
skip() |
static Emitter skip()
default CompletableFuture<?> emit(Event event)
CompletableFuture<?> emit(Collection<? extends Event> event)
Copyright © 2019–2020 Basestar.IO. All rights reserved.