]
Bela Ban commented on ISPN-5467:
--------------------------------
Is there a design document somewhere that describes this change ?
Design new interceptor interfaces for sequential invocation
-----------------------------------------------------------
Key: ISPN-5467
URL:
https://issues.jboss.org/browse/ISPN-5467
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 7.2.1.Final
Reporter: Dan Berindei
Fix For: 8.0.0.Final
We need the interceptors to execute in sequence instead of using a stack in order to
allow interrupting the execution of a command on one thread and continuing the execution
on another thread.