Skip to content

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

Notifications You must be signed in to change notification settings

IvanKonevJr/AsyncTcpClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published