Sergey Chugunov created IGNITE-14297: ----------------------------------------
Summary: API to unregister HandlerProvider from network module Key: IGNITE-14297 URL: https://issues.apache.org/jira/browse/IGNITE-14297 Project: Ignite Issue Type: Sub-task Reporter: Sergey Chugunov Fix For: 3.0.0-alpha2 At the moment client components can register HandlerProviders in network component but cannot unregister them. However this could be important in component lifecycle to properly stop the component. API to unregister handler from the network with clear contract about possible races (one thread unregisteres component's handler, another thread sends a message from the same component) should be implemented. -- This message was sent by Atlassian Jira (v8.3.4#803005)