Uses of Class
io.openraven.magpie.api.MagpieEnvelope
Packages that use MagpieEnvelope
-
Uses of MagpieEnvelope in io.openraven.magpie.api
Methods in io.openraven.magpie.api that return MagpieEnvelopeModifier and TypeMethodDescriptionstatic MagpieEnvelopeMagpieEnvelope.of(MagpieEnvelope current, String pluginId, com.fasterxml.jackson.databind.node.ObjectNode contents) IntermediatePluginimplementations should use this static factory method to create a new envelope that derives from an existing envelope.Methods in io.openraven.magpie.api with parameters of type MagpieEnvelopeModifier and TypeMethodDescriptionvoidIntermediatePlugin.accept(MagpieEnvelope env, Emitter emitter) Accept incoming assets for processing and emit downstream.voidTerminalPlugin.accept(MagpieEnvelope env) Accept an incoming discovered asset.voidEmitter.emit(MagpieEnvelope env) Emit an envelope into the pipeline.static MagpieEnvelopeMagpieEnvelope.of(MagpieEnvelope current, String pluginId, com.fasterxml.jackson.databind.node.ObjectNode contents) IntermediatePluginimplementations should use this static factory method to create a new envelope that derives from an existing envelope.