public interface OnPipeCreatedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPipeCreated(PipeConfiguration<?> configuration,
Pipe<?> pipe)
A method called when Pipes are created.
|
void onPipeCreated(PipeConfiguration<?> configuration, Pipe<?> pipe)
PipeConfiguration.forClass(java.lang.Class)configuration - the configuration of the new Pipepipe - the new PipeCopyright © 2016 JBoss by Red Hat. All rights reserved.