Package | Description |
---|---|
io.simplesource.saga.action.http |
Modifier and Type | Method and Description |
---|---|
static <A,D,K,O,R> |
HttpBuilder.apply(HttpSpec<A,D,K,O,R> spec) |
static <A,D,K,O,R> |
HttpBuilder.apply(HttpSpec<A,D,K,O,R> spec,
ScheduledExecutorService executor) |
static <A,D,K,O,R> |
HttpBuilder.apply(HttpSpec<A,D,K,O,R> spec,
TopicConfigBuilder.BuildSteps topicBuildFn) |
static <A,K,B,O,R> |
HttpBuilder.apply(HttpSpec<A,K,B,O,R> httpSpec,
TopicConfigBuilder.BuildSteps topicBuildFn,
ScheduledExecutorService executor)
A static function that delegates the
AsyncBuilder to provide an implementation of an
action processor that can process http web service calls asynchronously as part of a saga. |
Copyright © 2019. All rights reserved.