| Emitter |
Emitter represents an abstract method of emitting discovery envelopes through the Magpie pipeline.
|
| IntermediatePlugin<T> |
IntermediatePlugin implementations provide the glue between Origin (discovery) plugins and Terminal (output) plugins.
|
| MagpiePlugin<T> |
Parent interface for Magpie plugins.
|
| OriginPlugin<T> |
OriginPlugin kicks off the discovery process and emits discovered assets via the supplied Emitter.
|
| TerminalPlugin<T> |
A plugin that represents the terminal operation in the Magpie framework.
|