Two types of verticle

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
This commit is contained in:
Thomas Segismont
2020-02-20 17:06:24 +01:00
parent 30854a3f1c
commit 8a9acfd22c

View File

@@ -415,7 +415,7 @@ include::override/verticles.adoc[]
=== Verticle Types
There are three different types of verticles:
There are two different types of verticles:
Standard Verticles:: These are the most common and useful type - they are always executed using an event loop thread.
We'll discuss this more in the next section.