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

com.wavefront.agent.TokenWorker Maven / Gradle / Ivy

There is a newer version: 4.36
Show newest version
package com.wavefront.agent;

import com.wavefront.agent.api.APIContainer;

public interface TokenWorker {

  interface Scheduled {
    void run();
  }

  interface External {
    void setAPIContainer(APIContainer apiContainer);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy