Interface Executor
- All Known Implementing Classes:
WebSocketSettings.SameThreadExecutor
,WebSocketSettings.WebSocketPushMessageExecutor
public interface Executor
An abstraction over all available executor services.
The application may use
Executor
or
Akka/Scala 2.10 ExecutionContext, or anything that serves the same purpose.-
Method Summary
-
Method Details
-
run
Runs a simple task that doesn't return a result- See Also:
-