Class MultiMessage
java.lang.Object
org.apache.dubbo.remoting.exchange.support.MultiMessage
- All Implemented Interfaces:
Iterable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddMessage(Object msg) voidaddMessages(Collection collection) static MultiMessagecreate()static MultiMessagecreateFromArray(Object... args) static MultiMessagecreateFromCollection(Collection collection) get(int index) booleanisEmpty()iterator()intsize()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator