![JAR search and dependency download from the Maven repository](/logo.png)
com.nike.riposte.server.hooks.PipelineCreateHook Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of riposte-spi Show documentation
Show all versions of riposte-spi Show documentation
Riposte module riposte-spi
package com.nike.riposte.server.hooks;
import io.netty.channel.ChannelPipeline;
/**
* Hook for pipeline create events - allows to modify the pipeline before the channel is initialized.
*/
public interface PipelineCreateHook {
void executePipelineCreateHook(ChannelPipeline pipeline);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy