R
- the return type of real-method for which a break handler is createdpublic class SimpleHandlerFactory<R> extends Object implements BreakHandlerFactory<R>
Constructor and Description |
---|
SimpleHandlerFactory(Class<? extends BreakHandler<R>> handlerClass) |
Modifier and Type | Method and Description |
---|---|
BreakHandler<R> |
makeHandler(Task<R> task,
ExecutionContext<R> executionContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onBreak
public SimpleHandlerFactory(Class<? extends BreakHandler<R>> handlerClass)
public BreakHandler<R> makeHandler(Task<R> task, ExecutionContext<R> executionContext)
Copyright © 2017. All rights reserved.