All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.bootique.linkmove.LinkMoveBuilderCallback Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy