Interface ActionExecutionReporter
public interface ActionExecutionReporter
Persistence-neutral reporting contract exposed to durable action handlers.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionvoidartifact(ArtifactDescriptor descriptor) Publishes artifact metadata.voidPublishes a deliberate operator-facing event.voidPublishes typed action output.voidPublishes best-effort action progress.
-
Method Details
-
progress
-
event
-
output
-
artifact
Publishes artifact metadata.- Parameters:
descriptor- artifact descriptor
-