discord4j.connect.rsocket.shared.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of connect-examples Show documentation
Show all versions of connect-examples Show documentation
Distributed Bot Components for Discord4J
/**
* Examples to a shared-subscription RSocket distributed Discord4J architecture. A shared subscription has a
* leader-worker topology where workers consume payloads from every shard, distributing the load.
*/
package discord4j.connect.rsocket.shared;