package org.onap.sdc.dcae.catalog.commons; /** * Modeled after the vertx future */ @FunctionalInterface public interface FutureHandler { public void handle(Future theResult); }