Uses of Interface
software.amazon.lambda.durable.plugin.DurableExecutionPlugin
Packages that use DurableExecutionPlugin
-
Uses of DurableExecutionPlugin in software.amazon.lambda.durable
Methods in software.amazon.lambda.durable with parameters of type DurableExecutionPluginModifier and TypeMethodDescriptionDurableConfig.Builder.withPlugins(DurableExecutionPlugin... plugins) Registers one or more plugins for lifecycle event instrumentation. -
Uses of DurableExecutionPlugin in software.amazon.lambda.durable.plugin
Methods in software.amazon.lambda.durable.plugin that return DurableExecutionPluginModifier and TypeMethodDescriptionDurableExecutionPluginProvider.createPlugin()Creates the plugin instance.Methods in software.amazon.lambda.durable.plugin that return types with arguments of type DurableExecutionPluginModifier and TypeMethodDescriptionPluginRunner.getPlugins()Returns the list of registered plugins.Class<? extends DurableExecutionPlugin>DurableExecutionPluginProvider.getPluginType()Returns the concrete plugin type created by this provider.Constructor parameters in software.amazon.lambda.durable.plugin with type arguments of type DurableExecutionPlugin