com.jetdrone.vertx.mods.redis.command.OrOption Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mod-redis-io Show documentation
Show all versions of mod-redis-io Show documentation
Asynchronous REDIS bus module for Vert.x
The newest version!
package com.jetdrone.vertx.mods.redis.command;
public final class OrOption {
public final Option o1;
public final Option o2;
public OrOption(Option o1, Option o2) {
this.o1 = o1;
this.o2 = o2;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy