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

com.satori.composer.runtime.IComposerRuntimeModule Maven / Gradle / Ivy

The newest version!
package com.satori.composer.runtime;


import io.vertx.core.*;

public interface IComposerRuntimeModule extends IPulseObject {
  default void onStart(Vertx vertx) throws Exception {
  }
  
  default void onStop(Vertx vertx) throws Exception {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy