Class DefaultTopologyRunnable

java.lang.Object
org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
org.infinispan.remoting.inboundhandler.DefaultTopologyRunnable
All Implemented Interfaces:
Runnable, BlockingRunnable

public class DefaultTopologyRunnable extends BaseBlockingRunnable
The default Runnable for the remote commands receives.

It checks the command topology and ensures that the topology higher or equal is installed in this node.

Since:
8.0
Author:
Pedro Ruivo