Interface ScopedInvoker.Factory<InvocationScopeT extends InvocationScope,InvokerT extends ScopedInvoker<InvocationScopeT>>
- Type Parameters:
InvocationScopeT
-
- Enclosing interface:
ScopedInvoker<InvocationScopeT extends InvocationScope>
public static interface ScopedInvoker.Factory<InvocationScopeT extends InvocationScope,InvokerT extends ScopedInvoker<InvocationScopeT>>
A Factory type which is used to make instances of invalid input: '{@link /*missing*/}'
-
Method Summary
-
Method Details
-
create
Creates a newScopedInvoker
.- Parameters:
network
- the network- Returns:
- a new
ScopedInvoker
- Throws:
IllegalArgumentException
- if the supplied network does not have an invoker.
-