io.axoniq:axondb-client

Clients module for the AxonIQ modules (AxonDB).

License

License

Categories

Categories

CLI User Interface Axon Application Layer Libs Distributed Applications
GroupId

GroupId

io.axoniq
ArtifactId

ArtifactId

axondb-client
Last Version

Last Version

1.3.6
Release Date

Release Date

Type

Type

jar
Description

Description

Clients module for the AxonIQ modules (AxonDB).
Project URL

Project URL

https://www.axoniq.io/axondb-client

Download axondb-client

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
io.axoniq : axondb-grpc-proto Optional jar 1.3.6
org.springframework : spring-context Optional jar 4.3.9.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 1.5.9.RELEASE
org.springframework.boot : spring-boot-starter Optional jar 1.5.9.RELEASE
org.axonframework : axon-core Optional jar 3.3.7
io.grpc : grpc-protobuf jar 1.13.1
io.grpc : grpc-stub jar 1.13.1
io.grpc : grpc-netty jar 1.13.1
io.netty : netty-tcnative-boringssl-static jar 2.0.8.Final
org.slf4j : slf4j-api jar 1.7.25

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.1

test (5)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.25
junit : junit jar 4.12
com.fasterxml.jackson.core : jackson-databind jar 2.9.0
org.mockito : mockito-core jar 2.9.0
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.9.0

Project Modules

There are no modules declared in this project.

AxonDB client modules

Contains public interface definitions, client code and sample programs for the AxonDB

Version history

1.0

First release

1.1

Query API in client

1.2.1

API extensions for AxonHub integration

1.2.3

  • Keep-alive between client and server
  • maintain connection between client and server even if there are no requests to detect lost connections.
  • Simplified servers property to use default port when omitted
  • Commit timeout configurable
  • Improved support for configuration properties in IDE when using spring-boot

1.3

  • Implementation of new AxonFramework 3.3 operations

1.3.1

  • Fix for missing upcaster
  • Resolved high memory consumption in EventBuffer when event stream was closed by client
  • Performance improvement in readEvents

1.3.5

  • changed connect thread to daemon thread
  • aligned client version with latest server version
io.axoniq

AxonIQ

Versions

Version
1.3.6
1.3.5
1.3.1
1.3
1.2.3
1.2.1
1.1
1.0.1
1.0