Uses of Class
io.openraven.magpie.api.MagpieEnvelope
-
Packages that use MagpieEnvelope Package Description io.openraven.magpie.api -
-
Uses of MagpieEnvelope in io.openraven.magpie.api
Methods in io.openraven.magpie.api that return MagpieEnvelope Modifier and Type Method Description 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.Methods in io.openraven.magpie.api with parameters of type MagpieEnvelope Modifier and Type Method Description voidIntermediatePlugin. 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.
-