org.springframework.integration.twitter
Interface AbstractInboundTwitterEndpointSupport.ApiCallback<C>
- Type Parameters:
C
-
- Enclosing class:
- AbstractInboundTwitterEndpointSupport<T>
public static interface AbstractInboundTwitterEndpointSupport.ApiCallback<C>
Hook for clients to run logic when the API rate limiting lets us
Simply register your callback using #runAsAPIRateLimitsPermit
Method Summary |
void |
run(C t,
twitter4j.Twitter twitter)
|
run
void run(C t,
twitter4j.Twitter twitter)
throws Exception
- Throws:
Exception
Copyright © 2010. All Rights Reserved.