symphony-bdk-http-webclient

Symphony Java BDK Core Http Spring WebClient

Лицензия

Лицензия

Категории

Категории

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

Группа

com.symphony.platformsolutions
Идентификатор

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

symphony-bdk-http-webclient
Последняя версия

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

2.0.0
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

symphony-bdk-http-webclient
Symphony Java BDK Core Http Spring WebClient
Ссылка на сайт

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

https://github.com/SymphonyPlatformSolutions/symphony-api-client-java
Система контроля версий

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

https://github.com/SymphonyPlatformSolutions/symphony-api-client-java

Скачать symphony-bdk-http-webclient

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.symphony.platformsolutions : symphony-bdk-http-api jar 2.0.0

runtime (3)

Идентификатор библиотеки Тип Версия
org.apiguardian : apiguardian-api jar
org.springframework.boot : spring-boot-starter-webflux jar
org.projectreactor : reactor-spring jar

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

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

Symphony BDK for Java

CircleCI Known Vulnerabilities Maven Central javadoc License: MIT Email

The Symphony BDK for Java helps you to create production-grade Chat Bots and Extension Applications on top of the Symphony REST APIs.

Installation and Getting Started

The reference documentation includes detailed installation instructions as well as a comprehensive getting started guide.

Here is a quick teaser of a complete Symphony BDK application in Java:

public class BotApplication {
    
    public static void main(String[] args) {
      
        final SymphonyBdk bdk = new SymphonyBdk(BdkConfigLoader.loadFromSymphonyDir("config.yaml"));
      
        bdk.activities().register(slash("/hello", context -> {
            bdk.messages().send(context.getStreamId(), "<messageML>Hello, World!</messageML>");
        }));
        
        bdk.datafeed().start();
    }
}

Build from Source

The Symphony BDK uses a Gradle build. The instructions below use the Gradle Wrapper from the root of the source tree. The wrapper script serves as a cross-platform, self-contained bootstrap mechanism for the build system.

Before you start

To build you will need Git and JDK 8 or later. Be sure that your JAVA_HOME environment variable points to the jdk1.8+ folder extracted from the JDK download.

Build from the Command Line

To compile, test and build all BDK2.0 jars, use:

./gradlew

To compile, test and build legacy jars:

cd symphony-bdk-legacy
./gradlew

Install in local Maven repository

To install all Symphony BDK jars in your local Maven repository, use:

./gradlew publishToMavenLocal

License

The Symphony BDK is Open Source software released under the MIT License.

com.symphony.platformsolutions

Symphony Platform Solutions

Symphony supported software client, bots, apps, and examples.

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

Версия
2.0.0
2.0.0.RC1
1.6.0.BETA
1.5.1.BETA
1.5.0.BETA
1.4.0.BETA
1.3.2.BETA
1.3.1.BETA
1.3.0.BETA