Camelot Client Utils

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

Categories

Categories

CLI User Interface Dex General Purpose Libraries Utility
GroupId

GroupId

ru.yandex.qatools.camelot.utils
ArtifactId

ArtifactId

client-utils
Last Version

Last Version

1.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

Camelot Client Utils
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project Organization

Project Organization

Yandex

Download client-utils

How to add to project

<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.camelot.utils/client-utils/ -->
<dependency>
    <groupId>ru.yandex.qatools.camelot.utils</groupId>
    <artifactId>client-utils</artifactId>
    <version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.camelot.utils/client-utils/
implementation 'ru.yandex.qatools.camelot.utils:client-utils:1.4.1'
// https://jarcasting.com/artifacts/ru.yandex.qatools.camelot.utils/client-utils/
implementation ("ru.yandex.qatools.camelot.utils:client-utils:1.4.1")
'ru.yandex.qatools.camelot.utils:client-utils:jar:1.4.1'
<dependency org="ru.yandex.qatools.camelot.utils" name="client-utils" rev="1.4.1">
  <artifact name="client-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.camelot.utils', module='client-utils', version='1.4.1')
)
libraryDependencies += "ru.yandex.qatools.camelot.utils" % "client-utils" % "1.4.1"
[ru.yandex.qatools.camelot.utils/client-utils "1.4.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.9
ru.yandex.qatools.beanloader : beanloader jar 1.0
org.glassfish.jersey.core : jersey-client jar 2.17
ru.yandex.qatools.properties : properties-loader jar 1.5

test (3)

Group / Artifact Type Version
junit : junit-dep jar 4.11
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.

Camelot Utils

release Maven Central

This project contains some tools that may be helpful when building Camelot-based applications.

Client Utils

Contains a CamelotClient class that aims to help sending messages to a corresponding camelot-powered service somewhere via HTTP.

One of the possible models for building a camelot application is to develop the nedded plugins (i.e aggregators, processors) and resources, launch a camelot instance with them somewhere on a server and then supply it with data in form of xml/json-messages sent to one of the resources via HTTP.

Once messages arrive, the resource class can reject some of them based on their parameters etc. and redirect the rest to the main camelot input queue, where from they will be consumed and handled by plugins.

CamelotClient provides functionality for easy sending of these messages, you will only have to specify which ones.

For usage tutorial and tips please proceed to the client-utils module docs.

Plugin Utils

Contains a GraphiteReportProcessor and a PluginRepoUtils classes. First is a pre-built processor that aims to simplify sending data from any of yor plugins to a specified Graphite instance. Second is just an utility class that provides a couple of useful methods for working with the camelot plugin states repository, like building a 'correlation keys to state objects' map et cetera.

For usage tutorial please proceed to the plugin-utils module docs.

ru.yandex.qatools.camelot.utils

Camelot Framework

Simplified scalable aggregation and processing framework built upon Apache Camel.

Versions

Version
1.4.1
1.4
1.3
1.2
1.1