async-tcp-client

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

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

io.github.sevenparadigms
Идентификатор

Идентификатор

async-tcp-client
Последняя версия

Последняя версия

1.2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

async-tcp-client
A universal asynchronous client for a TCP cluster that provides a strict sequence of sent packets
Ссылка на сайт

Ссылка на сайт

https://github.com/LaoTsing/AsyncTcpClient.git
Организация-разработчик

Организация-разработчик

SevenParadigms™
Система контроля версий

Система контроля версий

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

Скачать async-tcp-client

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-test-junit jar 1.3.61

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.2.2
1.2.1
1.2.0
1.1.1
1.0.0