Skip to content

tspannhw/spring-pulsar-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-pulsar-discord

Spring - Pulsar Application to send messages to Discord

diagram

Send Message

client.getChannelById(channelIdHere)
    .ofType(MessageChannel.class)
    .flatMap(channel -> channel.createMessage("Your content here"))
    .subscribe();

Library Options

Setup Discord for App Use

https://docs.discord4j.com/discord-application-tutorial

Apache Pulsar Discord Example

https://discord.com/channels/1039648903483621466/1054515395442249868

Resources

About

Spring - Pulsar Application to send messages to Discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published