Package | Description |
---|---|
twitter4j |
general package for Twitter4J
|
Modifier and Type | Method and Description |
---|---|
void |
RateLimitStatusListener.onRateLimitReached(RateLimitStatusEvent event)
Called when the account or IP address is hitting the rate limit.
onRateLimitStatus will be also called before this event. |
void |
RateLimitStatusListener.onRateLimitStatus(RateLimitStatusEvent event)
Called when the response contains rate limit status.
|
Modifier and Type | Method and Description |
---|---|
void |
TwitterBase.onRateLimitReached(Consumer<RateLimitStatusEvent> action)
Registers a RateLimitStatusListener for account associated rate limits
|
void |
TwitterBase.onRateLimitStatus(Consumer<RateLimitStatusEvent> action)
Registers a lambda action for account associated rate limits
|
Copyright © 2018. All rights reserved.