Package com.github.twitch4j.tmi
Class TwitchMessagingInterfaceBuilder
java.lang.Object
com.github.twitch4j.tmi.TwitchMessagingInterfaceBuilder
@Deprecated
@ScheduledForRemoval(inVersion="2.0.0")
public class TwitchMessagingInterfaceBuilder
extends Object
Deprecated.
Twitch API - Messaging Interface
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.builder()
Deprecated.Initialize the builderDeprecated.BaseUrlDeprecated.Client IdDeprecated.Client Secretfeign.Logger.Level
Deprecated.you can overwrite the feign loglevel to print the full requests + responses if neededDeprecated.Proxy ConfigurationDeprecated.HTTP Request Queue SizeDeprecated.Default TimeoutDeprecated.User AgentwithClientId
(String clientId) Deprecated.Client IdwithClientSecret
(String clientSecret) Deprecated.Client SecretwithLogLevel
(feign.Logger.Level logLevel) Deprecated.you can overwrite the feign loglevel to print the full requests + responses if neededwithProxyConfig
(ProxyConfig proxyConfig) Deprecated.Proxy ConfigurationwithRequestQueueSize
(Integer requestQueueSize) Deprecated.HTTP Request Queue SizewithTimeout
(Integer timeout) Deprecated.Default TimeoutwithUserAgent
(String userAgent) Deprecated.User Agent
-
Method Details
-
builder
Deprecated.Initialize the builder- Returns:
- Twitch Helix Builder
-
build
Deprecated.All of theTwitchMessagingInterfaceBuilder
endpoints have been (or will be) decommissioned by Twitch.Twitch API Client (Helix)- Returns:
- TwitchHelix
-
getClientId
Deprecated.Client Id -
getClientSecret
Deprecated.Client Secret -
getUserAgent
Deprecated.User Agent -
getRequestQueueSize
Deprecated.HTTP Request Queue Size -
getBaseUrl
Deprecated.BaseUrl -
getTimeout
Deprecated.Default Timeout -
getLogLevel
public feign.Logger.Level getLogLevel()Deprecated.you can overwrite the feign loglevel to print the full requests + responses if needed -
getProxyConfig
Deprecated.Proxy Configuration -
withClientId
Deprecated.Client Id- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withClientSecret
Deprecated.Client Secret- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withUserAgent
Deprecated.User Agent- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withRequestQueueSize
Deprecated.HTTP Request Queue Size- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withTimeout
Deprecated.Default Timeout- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withLogLevel
Deprecated.you can overwrite the feign loglevel to print the full requests + responses if needed- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withProxyConfig
Deprecated.Proxy Configuration- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
TwitchMessagingInterfaceBuilder
endpoints have been (or will be) decommissioned by Twitch.