Camelot Client Utils

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

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем Dex Универсальные библиотеки Utility
Группа

Группа

ru.yandex.qatools.camelot.utils
Идентификатор

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

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

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

1.4.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Camelot Client Utils
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Организация-разработчик

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

Yandex

Скачать client-utils

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

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

Зависимости

compile (4)

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

Идентификатор библиотеки Тип Версия
junit : junit-dep jar 4.11
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-core jar 1.9.5

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

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

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.

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

Версия
1.4.1
1.4
1.3
1.2
1.1