Interface ProcessSafeOperation<R,T extends Throwable>

All Superinterfaces:
ThreadSafeOperation<R,T>

public interface ProcessSafeOperation<R,T extends Throwable> extends ThreadSafeOperation<R,T>
ProcessState safe operation.
Author:
Daniel Sagenschneider
  • Method Summary

    Methods inherited from interface net.officefloor.frame.internal.structure.ThreadSafeOperation

    run