
io.narayana.perf.Worker Maven / Gradle / Ivy
/*
Copyright The Narayana Authors
SPDX-License-Identifier: Apache-2.0
*/
package io.narayana.perf;
/**
* @author M Musgrove
*
* Interface for running a batch of work and for receiving test lifecycle notifications
*/
public interface Worker extends WorkerLifecycle, WorkerWorkload {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy