Skip to content

Commit f81b849

Browse files
committed
update README.md and add integration sample codes list.
1 parent e8296b2 commit f81b849

File tree

9 files changed

+10
-322
lines changed

9 files changed

+10
-322
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,21 @@ Sample codes of RSocket Java and Spring RSocket integration.
99
## Sample Codes
1010

1111
* **vanilla** rsocket-java sample
12+
1213
* **tcp** Spring Boot based application using TCP protocol between client and server
14+
1315
* **websocket** Using WebSocket as transport protocol instead in a Webflux server.
16+
1417
* **security** Spring Security RSocket integration.
18+
1519
* **server-requester** Sending message to client via Server `RSocketRequster`.
20+
1621
* **integration** Spring Integration RSocket inbound and outbound gateway.
17-
* **integration-boot** Spring Integration RSocket outbound gateway based client and Spring Boot RSocket based server.
22+
23+
* **client** Sending messages to server via Spring Integration RSocket OutboundGateay.
24+
* **server** Handling messages via Spring Integration RSocket InboundGateway.
25+
* **server-boot** Reusing Spring Boot RSocket autconfiguration and creating `ServerRSocketConnecter` bean through `ServerRSocketMessageHandler`.
26+
* **server-boot-messsagemapping** Simple example using Spring Boot RSocket Starter aka `@Controller` and `@MessageMapping`.
1827

1928
## References
2029

integration-boot/client/.gitignore

Lines changed: 0 additions & 31 deletions
This file was deleted.

integration-boot/client/pom.xml

Lines changed: 0 additions & 90 deletions
This file was deleted.

integration-boot/client/src/main/java/com/example/demo/DemoApplication.java

Lines changed: 0 additions & 62 deletions
This file was deleted.

integration-boot/client/src/main/resources/application.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.

integration-boot/server/.gitignore

Lines changed: 0 additions & 31 deletions
This file was deleted.

integration-boot/server/pom.xml

Lines changed: 0 additions & 75 deletions
This file was deleted.

integration-boot/server/src/main/java/com/example/demo/DemoApplication.java

Lines changed: 0 additions & 26 deletions
This file was deleted.

integration-boot/server/src/main/resources/application.properties

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)