Package | Description |
---|---|
io.simplesource.saga.action.http |
Modifier and Type | Field and Description |
---|---|
HttpRequest.HttpVerb |
HttpRequest.verb |
Modifier and Type | Method and Description |
---|---|
static HttpRequest.HttpVerb |
HttpRequest.HttpVerb.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpRequest.HttpVerb[] |
HttpRequest.HttpVerb.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and 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.of(K key,
HttpRequest.HttpVerb verb,
String url,
String topicName,
B body) |
Copyright © 2019. All rights reserved.