| Package | Description |
|---|---|
| com.predic8.membrane.core.exchangestore | |
| com.predic8.membrane.core.interceptor |
| Modifier and Type | Method and Description |
|---|---|
void |
ForgetfulExchangeStore.snap(AbstractExchange exchange,
Interceptor.Flow flow) |
void |
FileExchangeStore.snap(AbstractExchange exc,
Interceptor.Flow flow) |
void |
ElasticSearchExchangeStore.snap(AbstractExchange exc,
Interceptor.Flow flow) |
void |
ExchangeStore.snap(AbstractExchange exchange,
Interceptor.Flow flow)
Adds the current state of the exchange to the store.
|
void |
LimitedMemoryExchangeStore.snap(AbstractExchange exc,
Interceptor.Flow flow) |
void |
MemoryExchangeStore.snap(AbstractExchange exc,
Interceptor.Flow flow) |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<Interceptor.Flow> |
Interceptor.Flow.Set.REQUEST |
static EnumSet<Interceptor.Flow> |
Interceptor.Flow.Set.REQUEST_RESPONSE |
static EnumSet<Interceptor.Flow> |
Interceptor.Flow.Set.RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
static Interceptor.Flow |
Interceptor.Flow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interceptor.Flow[] |
Interceptor.Flow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Interceptor.Flow> |
Interceptor.getFlow() |
EnumSet<Interceptor.Flow> |
AbstractInterceptor.getFlow() |
| Modifier and Type | Method and Description |
|---|---|
protected Outcome |
ExchangeStoreInterceptor.handle(Exchange exc,
Interceptor.Flow flow) |
| Modifier and Type | Method and Description |
|---|---|
void |
Interceptor.setFlow(EnumSet<Interceptor.Flow> flow) |
void |
AbstractInterceptor.setFlow(EnumSet<Interceptor.Flow> flow) |
Copyright © 2021. All Rights Reserved.