public static interface OutputSinkFactory.Sink<T>
Modifier and Type | Method and Description |
---|---|
void |
write(T sinkable)
Consume a message.
|
void write(T sinkable)
sinkable
- message. This will be of the type specified when creating the sink.Copyright © 2011-2021. All Rights Reserved.