Interface Executor
-
- All Known Implementing Classes:
WebSocketSettings.SameThreadExecutor
public interface ExecutorAn abstraction over all available executor services. The application may useExecutoror Akka/Scala 2.10 ExecutionContext, or anything that serves the same purpose.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(java.lang.Runnable command)Runs a simple task that doesn't return a result
-