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

io.github.mike10004.containment.lifecycle.ContainerInitialPostStartAction Maven / Gradle / Ivy

There is a newer version: 0.6
Show newest version
package io.github.mike10004.containment.lifecycle;

import io.github.mike10004.containment.RunningContainer;

/**
 * Interface that provides a method to execute an action that targets a started container.
 * @param 

result type */ public interface ContainerInitialPostStartAction

{ /** * Executes the action. * @param container container * @return action result * @throws Exception on error */ P perform(RunningContainer container) throws Exception; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy