Class TelegramIntegration
java.lang.Object
net.flectone.pulse.module.integration.telegram.TelegramIntegration
- All Implemented Interfaces:
FIntegration
-
Constructor Summary
ConstructorsConstructorDescriptionTelegramIntegration(FileFacade fileFacade, TelegramClientProvider telegramClientProvider, MessagePipeline messagePipeline, TaskScheduler taskScheduler, 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
-
TelegramIntegration
@Inject public TelegramIntegration(FileFacade fileFacade, TelegramClientProvider telegramClientProvider, MessagePipeline messagePipeline, TaskScheduler taskScheduler, com.google.inject.Injector injector, FLogger fLogger)
-
-
Method Details
-
config
-
getIntegrationName
- Specified by:
getIntegrationNamein interfaceFIntegration
-
hook
public void hook()- Specified by:
hookin interfaceFIntegration
-
unhook
public void unhook()- Specified by:
unhookin interfaceFIntegration
-
updateChannelInfo
public void updateChannelInfo() -
getFLogger
- Specified by:
getFLoggerin interfaceFIntegration
-