| Modifier and Type | Field | Description |
|---|---|---|
java.util.function.BiConsumer<HttpRequest<K,B>,io.simplesource.saga.action.async.Callback<O>> |
HttpSpec.asyncHttpClient |
| Modifier and Type | Method | Description |
|---|---|---|
static <K> HttpRequest<K,?> |
HttpRequest.of(K key,
HttpRequest.HttpVerb verb,
String url) |
|
static <K> HttpRequest<K,?> |
HttpRequest.of(K key,
HttpRequest.HttpVerb verb,
String url,
String topicName) |
|
static <K,B> HttpRequest<K,B> |
HttpRequest.ofWithBody(K key,
HttpRequest.HttpVerb verb,
String url,
String topicName,
B body) |
| Modifier and Type | Method | Description |
|---|---|---|
io.simplesource.data.Result<Throwable,HttpRequest<K,B>> |
HttpRequest.HttpRequestDecoder.decode(A input) |
Copyright © 2019. All rights reserved.