seomse-api

api, reverse api, push, receive

License

License

GroupId

GroupId

com.seomse.api
ArtifactId

ArtifactId

seomse-api
Last Version

Last Version

1.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

seomse-api
api, reverse api, push, receive
Project URL

Project URL

https://github.com/seomse/seomse-api
Source Code Management

Source Code Management

https://github.com/seomse/seomse-api

Download seomse-api

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3
ch.qos.logback : logback-access jar 1.2.3
com.seomse.commons : seomse-commons jar 1.2.5

Project Modules

There are no modules declared in this project.

seomse-api

개발환경

  • open jdk 1.8

구성

api

  • java class 구현에 따른 기능 제공

역 제어 api(reverse control api)

  • 클라이언트가 서버가 되어 나를 제어할 수 있는 api 기능 제공

push, receive

  • 대량 메시지 전송을 위한 방식, 데이터 전송 단위 크기를 정할 수 있고 메시지 종료 이벤트를 받을 수 있음.

example

test -> com.seomse.api.example 패키지에 다양한 예제들이 추가되고 있음

gradle

implementation 'com.seomse.api:seomse-api:1.0.8'

communication

blog, homepage

카카오톡 오픈톡

슬랙 slack

email

main developer

Versions

Version
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0