| Package | Description |
|---|---|
| org.coodex.concrete.core.intercept |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConcreteSyncInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInterceptor
Created by davidoff shen on 2016-09-07.
|
class |
AbstractSignatureInterceptor
Created by davidoff shen on 2017-04-24.
|
class |
AbstractSyncInterceptor |
class |
AsyncInterceptorChain |
class |
BeanValidationInterceptor
Created by davidoff shen on 2016-09-07.
|
class |
MaximumConcurrencyInterceptor
Created by davidoff shen on 2017-04-10.
|
class |
OperationLogInterceptor
Created by davidoff shen on 2017-05-08.
|
class |
RBACInterceptor
Created by davidoff shen on 2016-09-07.
|
class |
ServiceTimingInterceptor
Created by davidoff shen on 2016-11-02.
|
class |
SignatureInterceptor |
class |
SyncInterceptorChain
Created by davidoff shen on 2016-09-07.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ConcreteInterceptor> |
SyncInterceptorChain.iterator() |
Iterator<ConcreteInterceptor> |
AsyncInterceptorChain.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SyncInterceptorChain.add(ConcreteInterceptor concreteInterceptor) |
boolean |
AsyncInterceptorChain.add(ConcreteInterceptor concreteInterceptor) |
protected ConcreteSyncInterceptor |
AbstractSyncInterceptor.asyncToSync(ConcreteInterceptor interceptor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SyncInterceptorChain.addAll(Collection<? extends ConcreteInterceptor> c) |
boolean |
AsyncInterceptorChain.addAll(Collection<? extends ConcreteInterceptor> c) |
| Constructor and Description |
|---|
AsyncInterceptorChain(List<ConcreteInterceptor> interceptors) |
SyncInterceptorChain(List<ConcreteInterceptor> interceptors) |
Copyright © 2018. All rights reserved.