async-tcp-client

A universal asynchronous client for a TCP cluster that provides a strict sequence of sent packets

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.sevenparadigms
ArtifactId

ArtifactId

async-tcp-client
Last Version

Last Version

1.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

async-tcp-client
A universal asynchronous client for a TCP cluster that provides a strict sequence of sent packets
Project URL

Project URL

https://github.com/LaoTsing/AsyncTcpClient.git
Project Organization

Project Organization

SevenParadigms™
Source Code Management

Source Code Management

https://github.com/LaoTsing/AsyncTcpClient.git

Download async-tcp-client

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.sevenparadigms/async-tcp-client/ -->
<dependency>
    <groupId>io.github.sevenparadigms</groupId>
    <artifactId>async-tcp-client</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sevenparadigms/async-tcp-client/
implementation 'io.github.sevenparadigms:async-tcp-client:1.2.2'
// https://jarcasting.com/artifacts/io.github.sevenparadigms/async-tcp-client/
implementation ("io.github.sevenparadigms:async-tcp-client:1.2.2")
'io.github.sevenparadigms:async-tcp-client:jar:1.2.2'
<dependency org="io.github.sevenparadigms" name="async-tcp-client" rev="1.2.2">
  <artifact name="async-tcp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sevenparadigms', module='async-tcp-client', version='1.2.2')
)
libraryDependencies += "io.github.sevenparadigms" % "async-tcp-client" % "1.2.2"
[io.github.sevenparadigms/async-tcp-client "1.2.2"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-webflux jar
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.61
org.jetbrains.kotlin : kotlin-reflect jar 1.3.61
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.61
io.github.sevenparadigms : r2dbc-dsl jar 1.2.3

test (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit jar 1.3.61

Project Modules

There are no modules declared in this project.

Async Tcp Client

A universal asynchronous client for a TCP cluster that provides a strict sequence of sent packets, i.e. the next packet leaves only after receiving a response from the previous one.

If no response to the previous packet is received, then after 5 seconds the previous packet is resent without changes.

Add the Maven dependency:

<dependency>
  <groupId>io.github.sevenparadigms</groupId>
  <artifactId>async-tcp-client</artifactId>
  <version>1.2.2</version>
</dependency>

Features

The main feature is the activation of sending an event from the database about changing the table through a subscription to the event table.

Versions

Version
1.2.2
1.2.1
1.2.0
1.1.1
1.0.0