Class DiscordIntegration
java.lang.Object
net.flectone.pulse.module.integration.discord.DiscordIntegration
- All Implemented Interfaces:
FIntegration
-
Constructor Summary
ConstructorsConstructorDescriptionDiscordIntegration(TaskScheduler taskScheduler, MessagePipeline messagePipeline, DiscordModule discordModule, DiscordWebhookService discordWebhookService, DiscordClientProvider discordClientProvider, com.google.inject.Injector injector, FLogger fLogger) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FIntegration
logHook, logUnhook
-
Constructor Details
-
DiscordIntegration
@Inject public DiscordIntegration(TaskScheduler taskScheduler, MessagePipeline messagePipeline, DiscordModule discordModule, DiscordWebhookService discordWebhookService, DiscordClientProvider discordClientProvider, com.google.inject.Injector injector, FLogger fLogger)
-
-
Method Details
-
getIntegrationName
- Specified by:
getIntegrationNamein interfaceFIntegration
-
hook
public void hook()- Specified by:
hookin interfaceFIntegration
-
unhook
public void unhook()- Specified by:
unhookin interfaceFIntegration
-
getFLogger
- Specified by:
getFLoggerin interfaceFIntegration
-