public interface Sink extends Consumer<Event>
Event's asynchronously for processing. The result of asynchronous processing can be obtained by
subscribing to the Event's EventContext.
All Sinks must support concurrent calls from multiple publishers and it is then up to each implementation to determine how to
handle this, i.e.
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Event event)
Submit the given
Event for processing without a timeout. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.