Class LocalAsynchronousSignalTree

All Implemented Interfaces:
Serializable

public class LocalAsynchronousSignalTree extends AsynchronousSignalTree
An asynchronous signal tree for single-JVM use that dispatches AsynchronousSignalTree.confirm(List) using the default effect dispatcher from SignalEnvironment. This makes the behavior consistent with clustered implementations where confirmation happens asynchronously.
See Also: