io.bootique.linkmove.LinkMoveBuilderCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bootique-linkmove Show documentation
Show all versions of bootique-linkmove Show documentation
Provides LinkMove integration with Bootique.
package io.bootique.linkmove;
import com.nhl.link.move.runtime.LmRuntimeBuilder;
/**
* A custom extension that allows users to customize LinkMove stack during creation.
*
* @since 0.12
*/
public interface LinkMoveBuilderCallback {
void build(LmRuntimeBuilder builder);
}