| Interface | Description |
|---|---|
| Event<C extends SelectableChannel> |
An event that was read from a channel.
|
| EventFactory<E extends Event> |
Factory to create instances of a given type of Event.
|
| Class | Description |
|---|---|
| EventFactoryUtil |
Utility methods for EventFactory.
|
| EventQueue<E extends Event> |
Wraps a BlockingQueue to centralize logic for offering events across UDP, TCP, and SSL.
|
| StandardEvent<C extends SelectableChannel> |
Standard implementation of Event.
|
| StandardEventFactory |
EventFactory to create StandardEvent instances.
|
Copyright © 2019 Apache NiFi Project. All rights reserved.