io.castled.events.pipelineevents.PipelineEventsHandler Maven / Gradle / Ivy
package io.castled.events.pipelineevents;
public interface PipelineEventsHandler {
void handlePipelineEvent(PipelineEvent pipelineEvent);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy