public interface Valve
Pipeline
.Modifier and Type | Method and Description |
---|---|
void |
destroy()
Called by the container to indicate to a valve that the valve is being taken out of service
|
void |
initialize()
Initialize the valve before using in a pipeline.
|
void |
invoke(ValveContext context)
Invoke this valve
|
void invoke(ValveContext context) throws ContainerException
context
- ContainerException
void initialize() throws ContainerException
ContainerException
void destroy()
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.