T
- Type of the object to emit@Beta public interface Emitter<T> extends AlertEmitter, ErrorEmitter<T>
Modifier and Type | Method and Description |
---|---|
void |
emit(T value)
Emit an object.
|
emitAlert
emitError
void emit(T value)
value
- the object to emitCopyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.