- pop(Closure) - Method in AbstractHookQueue
-
- pop(Closure) - Method in InMemoryQueue
-
Performs a blocking pop on the queue and invokes the closure with the
item popped from the queue
- pop(Closure) - Method in RedisQueue
-
Performs a blocking pop on the queue and invokes the closure with the
item popped from the queue
- publish(HookRequest) - Method in Publisher
-
Publish the request using the appropriate backoff and retry logic
defined in the Whoas documentation
- Publisher - Class in com.github.lookout.whoas
Publisher is the class responsible for implementing the *actual* HTTP
request logic for Whoas
- publisher - Field in AbstractHookRunner
-
- Publisher() - Constructor in Publisher
-
- push(HookRequest) - Method in AbstractHookQueue
-
- push(HookRequest) - Method in InMemoryQueue
-
Attempt to insert the request into the queue
- push(HookRequest) - Method in RedisQueue
-
The blpop returns list of strings (key and value)