Skip to content

Feat: Provide mechanism for Pipeline to call onCancel #303

@mattp-swirldslabs

Description

@mattp-swirldslabs

Problem

As an application developer using the helidon plugin framework
I want a mechanism to register Runnable callbacks for onCancel and onClose events
So that I can deallocate resources when a client closes or cancels a connection

Solution

Provide a registration mechanism like grpc.io's setOnCancelHandler() and setOnCloseHandler() so the application can register Runnable callbacks.

Metadata

Metadata

Labels

ImprovementCode changes driven by non business requirements.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions