Class SerialConn
java.lang.Object
io.vertx.core.AbstractVerticle
de.wuespace.telestion.services.connection.SerialConn
- All Implemented Interfaces:
io.vertx.core.Verticle
@Deprecated(since="v0.1.3",
forRemoval=true)
public final class SerialConn
extends io.vertx.core.AbstractVerticle
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from class io.vertx.core.AbstractVerticle
context, vertx
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.SerialConn(de.wuespace.telestion.services.connection.SerialConn.Configuration forcedConfig)
Deprecated, for removal: This API element is subject to removal in a future version.SerialConn(String serialPort, String consumeAddress, String publishAddress)
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
stop()
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class io.vertx.core.AbstractVerticle
config, deploymentID, getVertx, init, processArgs, start, stop
-
Constructor Details
-
SerialConn
public SerialConn(de.wuespace.telestion.services.connection.SerialConn.Configuration forcedConfig)Deprecated, for removal: This API element is subject to removal in a future version. -
SerialConn
Deprecated, for removal: This API element is subject to removal in a future version. -
SerialConn
public SerialConn()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
start
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
start
in interfaceio.vertx.core.Verticle
- Overrides:
start
in classio.vertx.core.AbstractVerticle
-
stop
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
stop
in classio.vertx.core.AbstractVerticle
- Throws:
Exception
-
main
Deprecated, for removal: This API element is subject to removal in a future version.
-