@VisibleForTesting
public class PipelineContext<S>
extends java.lang.Object
| Constructor and Description |
|---|
PipelineContext(PipelinePhase phase,
java.util.List<PipelineInterceptor<S>> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(S initial) |
void |
finish()
Finishes current pipeline execution
|
@Nullable PipelinePhase |
getPhase() |
void |
proceed() |
PipelineContext(PipelinePhase phase, java.util.List<PipelineInterceptor<S>> interceptors)
@Nullable public @Nullable PipelinePhase getPhase()
public void finish()
public void proceed()
public void execute(S initial)