Package com.google.caliper.bridge
Interface WorkerRequest
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DryRunRequest,TargetInfoRequest,TrialRequest
public interface WorkerRequest extends Serializable
Marker interface for classes the runner sends to the worker to tell it what to do.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends WorkerRequest>type()Returns the type of the request.
-
-
-
Method Detail
-
type
Class<? extends WorkerRequest> type()
Returns the type of the request.
-
-