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 voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidstop()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:
startin interfaceio.vertx.core.Verticle- Overrides:
startin classio.vertx.core.AbstractVerticle
-
stop
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
stopin classio.vertx.core.AbstractVerticle- Throws:
Exception
-
main
Deprecated, for removal: This API element is subject to removal in a future version.
-