H - the type of the handlerspublic class ApplicationPipeline<H extends ApplicationHandler<H>> extends Pipeline<ApplicationEvent<H>,H>
Pipeline of ApplicationHandlers.| Constructor and Description |
|---|
ApplicationPipeline(List<H> handlers)
Creates an instance with a given list of handlers.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationPipeline<H> |
reverse()
Returns a pipeline with the same handlers as this pipeline but in reverse order.
|
public ApplicationPipeline<H> reverse()
Copyright © 2019. All Rights Reserved.