Package com.linkedin.databus2.relay.config

Examples of com.linkedin.databus2.relay.config.DatabusRelaySourcesInFiles.save()


      config.addSource(c);
    }

    DatabusRelaySourcesInFiles relaySourcesInFiles = new DatabusRelaySourcesInFiles(outputDir);
    relaySourcesInFiles.add(dbName, config);
    boolean success = relaySourcesInFiles.save();
    if ( ! success )
      throw new RuntimeException("Unable to create the dev relay config for DB :" + dbName);
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.