Thrown if the subscriber registered with the {@link EventBus} is invalid. A subscriber will beinvalid if
The method annotated with {@link Subscribe} does not contain one and only one argument.
The method uses a batching strategy other than {@link com.netflix.eventbus.spi.Subscribe.BatchingStrategy#None} anddoes not have the argument as {@link Iterable}
If the subscriber uses batching and does not provide a batch size > 1
If the subscriber uses batching and does not provide a batch age.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.