Class Invocations
- java.lang.Object
-
- org.infinispan.rest.framework.impl.Invocations
-
- All Implemented Interfaces:
Iterable<Invocation>
public class Invocations extends Object implements Iterable<Invocation>
Aggregator forInvocation.- Since:
- 10.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvocations.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Invocation>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
iterator
public Iterator<Invocation> iterator()
- Specified by:
iteratorin interfaceIterable<Invocation>
-
-