Interface ReactiveExecutable

All Superinterfaces:
Executable, Serializable

public interface ReactiveExecutable extends Executable, Serializable
An operation that is scheduled for later non-blocking execution in an ReactiveActionQueue. Reactive counterpart to Executable.