Uses of Interface
dev.voroby.springframework.telegram.client.updates.ClientAuthorizationState
Packages that use ClientAuthorizationState
Package
Description
-
Uses of ClientAuthorizationState in dev.voroby.springframework.telegram
Methods in dev.voroby.springframework.telegram that return ClientAuthorizationStateModifier and TypeMethodDescriptionTelegramClientAutoConfiguration.clientAuthorizationState()
Client authorization state.Methods in dev.voroby.springframework.telegram with parameters of type ClientAuthorizationStateModifier and TypeMethodDescriptionTelegramClientAutoConfiguration.telegramClient
(TelegramProperties properties, Collection<UpdateNotificationListener<?>> notificationHandlers, Client.ResultHandler defaultHandler, ClientAuthorizationState clientAuthorizationState) Autoconfigured telegram client.TelegramClientAutoConfiguration.telegramRunnersConsumer
(ClientAuthorizationState authorizationState, org.springframework.boot.ApplicationArguments applicationArguments, org.springframework.context.ApplicationContext applicationContext) Creates a consumer ofTelegramRunner
implementations. -
Uses of ClientAuthorizationState in dev.voroby.springframework.telegram.client
Constructors in dev.voroby.springframework.telegram.client with parameters of type ClientAuthorizationStateModifierConstructorDescriptionTelegramClient
(TelegramProperties properties, Collection<UpdateNotificationListener<?>> notificationHandlers, Client.ResultHandler defaultHandler, ClientAuthorizationState clientAuthorizationState) -
Uses of ClientAuthorizationState in dev.voroby.springframework.telegram.client.runner
Constructors in dev.voroby.springframework.telegram.client.runner with parameters of type ClientAuthorizationStateModifierConstructorDescriptionTelegramRunnersConsumerImpl
(ClientAuthorizationState authorizationState, org.springframework.boot.ApplicationArguments applicationArguments, org.springframework.context.ApplicationContext applicationContext) -
Uses of ClientAuthorizationState in dev.voroby.springframework.telegram.client.updates
Classes in dev.voroby.springframework.telegram.client.updates that implement ClientAuthorizationState