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

io.harness.cf.client.connector.Updater Maven / Gradle / Ivy

The newest version!
package io.harness.cf.client.connector;

import io.harness.cf.client.dto.Message;

public interface Updater {
  void onConnected();

  void onDisconnected(String reason);

  void onReady();

  void onFailure(final String message);

  void update(final Message message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy