asyncapi-triggers
This repo will contain the trigger source code generated through ballerina async api tool
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- daily_build.yml
- dev_stage_release.yml
- prod_release.yml
- CODEOWNERS
- icon.png
- .gitignore
- asyncapi.yml
- Ballerina.toml
- data_types.bal
- Dependencies.toml
- dispatcher_service.bal
- listener.bal
- README.md
- service_types.bal
- icon.png
- .gitignore
- Ballerina.toml
- caller.bal
- data_types.bal
- Dependencies.toml
- dispatcher_service.bal
- init.bal
- listener.bal
- README.md
- service_types.bal
- icon.png
- .gitignore
- asyncapi.yml
- Ballerina.toml
- data_types.bal
- Dependencies.toml
- dispatcher_service.bal
- listener.bal
- README.md
- service_types.bal
- utils.bal
- icon.png
- check_run_test.bal
- dependabot_alert_test.bal
- issue_comment_test.bal
- issues_test.bal
- label_test.bal
- milestone_test.bal
- pull_request_review_comment_test.bal
- pull_request_review_test.bal
- pull_request_test.bal
- push_test.bal
- release_test.bal
- tests.bal
- workflow_run_test.bal
- .gitignore
- asyncapi.yml
- Ballerina.toml
- data_types.bal
- Dependencies.toml
- dispatcher_service.bal
- listener.bal
- README.md
- service_types.bal
- icon.png
- .gitignore
- Ballerina.toml
- constants.bal
- data_types.bal
- Dependencies.toml
- dispatcher_service.bal
- listener.bal
- README.md
- service_types.bal
- utils.bal
- watch_scheduler.bal
- icon.png
- .gitignore
- Ballerina.toml
- constants.bal
- data_types.bal
- Dependencies.toml
- dispatcher_service.bal
- listener.bal
- README.md
- service_types.bal
- util.bal
- watch_scheduler.bal
- icon.png
- .gitignore
- Ballerina.toml
- constants.bal
- data_types.bal
- Dependencies.toml
- dispatcher_service.bal
- listener.bal
- README.md
- service_types.bal
- util.bal
- watch_scheduler.bal
- icon.png
- tests.bal
- .gitignore
- Ballerina.toml
- data_types.bal
- Dependencies.toml
- dispatcher_service.bal
- listener.bal
- README.md
- service_types.bal
- app-auth-tab.png
- choose-dev-account.png
- create-dev-account.png
- test-install-url.png
- icon.png
- tests.bal
- .gitignore
- asyncapi.yaml
- Ballerina.toml
- data_types.bal
- Dependencies.toml
- dispatcher_service.bal
- listener.bal
- README.md
- service_types.bal
- icon.png
- Ballerina.toml
- data_types.bal
- Dependencies.toml
- dispatcher_service.bal
- listener.bal
- README.md
- service_types.bal
- icon.png
- tests.bal
- .gitignore
- asyncapi.yaml
- Ballerina.toml
- data_types.bal
- Dependencies.toml
- dispatcher_service.bal
- listener.bal
- README.md
- service_types.bal
- icon.png
- listener_test.bal
- .gitignore
- Ballerina.toml
- data_types.bal
- Dependencies.toml
- dispatcher_service.bal
- init.bal
- listener.bal
- README.md
- service_types.bal
- icon.png
- .gitignore
- asyncapi.yml
- Ballerina.toml
- data_types.bal
- Dependencies.toml
- dispatcher_service.bal
- listener.bal
- README.md
- service_types.bal
- icon.png
- tests.bal
- .gitignore
- asyncapi.yml
- Ballerina.toml
- data_types.bal
- Dependencies.toml
- dispatcher_service.bal
- icon.png
- listener.bal
- README.md
- service_types.bal
- icon.png
- twilio_callTest.bal
- twilio_smsTest.bal
- .gitignore
- asyncapi.yml
- Ballerina.toml
- data_types.bal
- Dependencies.toml
- dispatcher_service.bal
- listener.bal
- README.md
- service_types.bal
- Ballerina.toml
- Dependencies.toml
- main.bal
- Ballerina.toml
- Dependencies.toml
- main.bal
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- log4j.properties
- Caller.java
- MessageListener.java
- ASBConstants.java
- ASBUtils.java
- ModuleUtils.java
- MessageDispatcher.java
- .gitignore
- build.gradle
- Decryption.java
- Utils.java
- build.gradle
- BayeuxParameters.java
- BearerTokenProvider.java
- CannotSubscribe.java
- Constants.java
- DelegatingBayeuxParameters.java
- DispatcherService.java
- EmpConnector.java
- ListenerUtil.java
- LoggingListener.java
- LoginHelper.java
- ModuleUtils.java
- ReplayExtension.java
- TopicSubscription.java
- build.gradle
- .gitignore
- .gitattributes
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- issue_template.md
- LICENSE
- pull_request_template.md
- README.md
- settings.gradle
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/ballerina-platform/asyncapi-triggers
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd asyncapi-triggers
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
