@FunctionalInterface public interface ContextBuilder
InvocationContext.| Modifier and Type | Method and Description |
|---|---|
InvocationContext |
create(int keyCount)
Creates a new
InvocationContext. |
InvocationContext create(int keyCount)
InvocationContext.
The keyCount specifies the number of keys affected that this context will handle. Use InvocationContextFactory.UNBOUNDED to specify an unbound number of keys.
Some implementation may ignore keyCount.
keyCount - The number of keys affected.InvocationContext to use.Copyright © 2021 JBoss by Red Hat. All rights reserved.