public interface FabricRequestChain
FabricRequestChain is used in the OBJECT SERVICE pre-processor to decide whether to continue the request further or skip the invocation of back-end call and execution of post-processor.
FabricRequestChain internally holds the filter chain FilterChain
and
post-processor instance.
FilterChain
,
ObjectServicePreProcessor
Modifier and Type | Method and Description |
---|---|
void |
execute()
Executes the filter chain to process the request further and executes the
configured post-processor.
|
Copyright © 2019. All rights reserved.