public interface SinkWrapperFactory
Modifier and Type | Method and Description |
---|---|
Sink |
createWrapper(Sink sink)
By default all wrappers just delegate each method to the wrapped sink's method.
|
int |
getPriority()
Determines the order of sink wrappers.
|
Sink createWrapper(Sink sink)
sink
- the delegateint getPriority()
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.