vertx
Module Contents
alltypes
Module Contents
abstract class AbstractServiceReference < T : Any > : ServiceReference
abstract class AbstractUser : User , ClusterSerializable
open class AbstractVerticle : AbstractVerticle
open class AbstractVerticle : AbstractVerticle
interface Acknowledgement
open class Acknowledgement
open class Acknowledgement
interface AdminUtils
Module Contents
abstract fun changeTopicConfig ( topicName : String , topicConfig : MutableMap < String , String > , completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun create ( vertx : Vertx , zookeeperHosts : String ) : AdminUtils
open static fun create ( vertx : Vertx , zookeeperHosts : String , autoClose : Boolean ) : AdminUtils
open static fun create ( vertx : Vertx , zookeeperHosts : String , connectionTimeoutMs : Int , isSecure : Boolean , autoClose : Boolean ) : AdminUtils
abstract fun createTopic ( topicName : String , partitionCount : Int , replicationFactor : Int , completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun createTopic ( topicName : String , partitionCount : Int , replicationFactor : Int , topicConfig : MutableMap < String , String > , completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun deleteTopic ( topicName : String , completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun topicExists ( topicName : String , completionHandler : Handler < AsyncResult < Boolean > > ) : Unit
open class AdminUtils
Module Contents
AdminUtils ( delegate : AdminUtils )
static val __TYPE_ARG : TypeArg < AdminUtils >
open fun changeTopicConfig ( topicName : String , topicConfig : MutableMap < String , String > , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun create ( vertx : Vertx , zookeeperHosts : String ) : AdminUtils
open static fun create ( vertx : Vertx , zookeeperHosts : String , autoClose : Boolean ) : AdminUtils
open static fun create ( vertx : Vertx , zookeeperHosts : String , connectionTimeoutMs : Int , isSecure : Boolean , autoClose : Boolean ) : AdminUtils
open fun createTopic ( topicName : String , partitionCount : Int , replicationFactor : Int , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun createTopic ( topicName : String , partitionCount : Int , replicationFactor : Int , topicConfig : MutableMap < String , String > , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun deleteTopic ( topicName : String , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : AdminUtils
open fun hashCode ( ) : Int
open static fun newInstance ( arg : AdminUtils ) : AdminUtils
open fun rxChangeTopicConfig ( topicName : String , topicConfig : MutableMap < String , String > ) : Single < Void >
open fun rxClose ( ) : Single < Void >
open fun rxCreateTopic ( topicName : String , partitionCount : Int , replicationFactor : Int ) : Single < Void >
open fun rxCreateTopic ( topicName : String , partitionCount : Int , replicationFactor : Int , topicConfig : MutableMap < String , String > ) : Single < Void >
open fun rxDeleteTopic ( topicName : String ) : Single < Void >
open fun rxTopicExists ( topicName : String ) : Single < Boolean >
open fun toString ( ) : String
open fun topicExists ( topicName : String , completionHandler : Handler < AsyncResult < Boolean > > ) : Unit
open class AdminUtils
Module Contents
AdminUtils ( delegate : AdminUtils )
static val __TYPE_ARG : TypeArg < AdminUtils >
open fun changeTopicConfig ( topicName : String , topicConfig : MutableMap < String , String > , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun create ( vertx : Vertx , zookeeperHosts : String ) : AdminUtils
open static fun create ( vertx : Vertx , zookeeperHosts : String , autoClose : Boolean ) : AdminUtils
open static fun create ( vertx : Vertx , zookeeperHosts : String , connectionTimeoutMs : Int , isSecure : Boolean , autoClose : Boolean ) : AdminUtils
open fun createTopic ( topicName : String , partitionCount : Int , replicationFactor : Int , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun createTopic ( topicName : String , partitionCount : Int , replicationFactor : Int , topicConfig : MutableMap < String , String > , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun deleteTopic ( topicName : String , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : AdminUtils
open fun hashCode ( ) : Int
open static fun newInstance ( arg : AdminUtils ) : AdminUtils
open fun rxChangeTopicConfig ( topicName : String , topicConfig : MutableMap < String , String > ) : Completable
open fun rxClose ( ) : Completable
open fun rxCreateTopic ( topicName : String , partitionCount : Int , replicationFactor : Int ) : Completable
open fun rxCreateTopic ( topicName : String , partitionCount : Int , replicationFactor : Int , topicConfig : MutableMap < String , String > ) : Completable
open fun rxDeleteTopic ( topicName : String ) : Completable
open fun rxTopicExists ( topicName : String ) : Single < Boolean >
open fun toString ( ) : String
open fun topicExists ( topicName : String , completionHandler : Handler < AsyncResult < Boolean > > ) : Unit
class AggregateOptions
open class AmbiguousOptionException : CLIException
interface AmqpBridge
open class AmqpBridge
Module Contents
AmqpBridge ( delegate : AmqpBridge )
static val __TYPE_ARG : TypeArg < AmqpBridge >
open fun close ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun create ( vertx : Vertx ) : AmqpBridge
open static fun create ( vertx : Vertx , options : AmqpBridgeOptions ) : AmqpBridge
open fun < T : Any > createConsumer ( amqpAddress : String ) : MessageConsumer < T >
open fun < T : Any > createProducer ( amqpAddress : String ) : MessageProducer < T >
open fun endHandler ( endHandler : Handler < Void > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : AmqpBridge
open fun hashCode ( ) : Int
open static fun newInstance ( arg : AmqpBridge ) : AmqpBridge
open fun rxClose ( ) : Single < Void >
open fun rxStart ( hostname : String , port : Int , username : String , password : String ) : Single < AmqpBridge >
open fun rxStart ( hostname : String , port : Int ) : Single < AmqpBridge >
open fun start ( hostname : String , port : Int , username : String , password : String , resultHandler : Handler < AsyncResult < AmqpBridge > > ) : Unit
open fun start ( hostname : String , port : Int , resultHandler : Handler < AsyncResult < AmqpBridge > > ) : Unit
open fun toString ( ) : String
open class AmqpBridge
Module Contents
AmqpBridge ( delegate : AmqpBridge )
static val __TYPE_ARG : TypeArg < AmqpBridge >
open fun close ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun create ( vertx : Vertx ) : AmqpBridge
open static fun create ( vertx : Vertx , options : AmqpBridgeOptions ) : AmqpBridge
open fun < T : Any > createConsumer ( amqpAddress : String ) : MessageConsumer < T >
open fun < T : Any > createProducer ( amqpAddress : String ) : MessageProducer < T >
open fun endHandler ( endHandler : Handler < Void > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : AmqpBridge
open fun hashCode ( ) : Int
open static fun newInstance ( arg : AmqpBridge ) : AmqpBridge
open fun rxClose ( ) : Completable
open fun rxStart ( hostname : String , port : Int , username : String , password : String ) : Single < AmqpBridge >
open fun rxStart ( hostname : String , port : Int ) : Single < AmqpBridge >
open fun start ( hostname : String , port : Int , username : String , password : String , resultHandler : Handler < AsyncResult < AmqpBridge > > ) : Unit
open fun start ( hostname : String , port : Int , resultHandler : Handler < AsyncResult < AmqpBridge > > ) : Unit
open fun toString ( ) : String
open class AmqpBridgeOptionsConverter
open class AmqpConstants
open class Argument
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class Argument
interface Async : Completion < Void >
open class Async : Completion < Void >
open class Async : Completion < Void >
open class AsyncFile : ReadStream < Buffer > , WriteStream < Buffer >
Module Contents
AsyncFile ( delegate : AsyncFile )
static val __TYPE_ARG : TypeArg < AsyncFile >
open fun close ( ) : Unit
open fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun drainHandler ( handler : Handler < Void > ) : AsyncFile
open fun end ( t : Buffer ) : Unit
open fun end ( ) : Unit
open fun endHandler ( endHandler : Handler < Void > ) : AsyncFile
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : AsyncFile
open fun flush ( ) : AsyncFile
open fun flush ( handler : Handler < AsyncResult < Void > > ) : AsyncFile
open fun getDelegate ( ) : AsyncFile
open fun handler ( handler : Handler < Buffer > ) : AsyncFile
open fun hashCode ( ) : Int
open static fun newInstance ( arg : AsyncFile ) : AsyncFile
open fun pause ( ) : AsyncFile
open fun read ( buffer : Buffer , offset : Int , position : Long , length : Int , handler : Handler < AsyncResult < Buffer > > ) : AsyncFile
open fun resume ( ) : AsyncFile
open fun rxClose ( ) : Completable
open fun rxFlush ( ) : Completable
open fun rxRead ( buffer : Buffer , offset : Int , position : Long , length : Int ) : Single < Buffer >
open fun rxWrite ( buffer : Buffer , position : Long ) : Completable
open fun setReadBufferSize ( readBufferSize : Int ) : AsyncFile
open fun setReadPos ( readPos : Long ) : AsyncFile
open fun setWritePos ( writePos : Long ) : AsyncFile
open fun setWriteQueueMaxSize ( maxSize : Int ) : AsyncFile
open fun toFlowable ( ) : Flowable < Buffer >
open fun toObservable ( ) : Observable < Buffer >
open fun toString ( ) : String
open fun write ( data : Buffer ) : AsyncFile
open fun write ( buffer : Buffer , position : Long , handler : Handler < AsyncResult < Void > > ) : AsyncFile
open fun writeQueueFull ( ) : Boolean
open class AsyncMap < K : Any , V : Any >
Module Contents
AsyncMap ( delegate : AsyncMap < Any , Any > )
AsyncMap ( delegate : AsyncMap < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < AsyncMap < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun clear ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun get ( k : K , resultHandler : Handler < AsyncResult < V > > ) : Unit
open fun getDelegate ( ) : AsyncMap < Any , Any >
open fun hashCode ( ) : Int
open static fun < K : Any , V : Any > newInstance ( arg : AsyncMap < Any , Any > ) : AsyncMap < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : AsyncMap < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : AsyncMap < K , V >
open fun put ( k : K , v : V , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun put ( k : K , v : V , ttl : Long , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun putIfAbsent ( k : K , v : V , completionHandler : Handler < AsyncResult < V > > ) : Unit
open fun putIfAbsent ( k : K , v : V , ttl : Long , completionHandler : Handler < AsyncResult < V > > ) : Unit
open fun remove ( k : K , resultHandler : Handler < AsyncResult < V > > ) : Unit
open fun removeIfPresent ( k : K , v : V , resultHandler : Handler < AsyncResult < Boolean > > ) : Unit
open fun replace ( k : K , v : V , resultHandler : Handler < AsyncResult < V > > ) : Unit
open fun replaceIfPresent ( k : K , oldValue : V , newValue : V , resultHandler : Handler < AsyncResult < Boolean > > ) : Unit
open fun rxClear ( ) : Completable
open fun rxGet ( k : K ) : Single < V >
open fun rxPut ( k : K , v : V ) : Completable
open fun rxPut ( k : K , v : V , ttl : Long ) : Completable
open fun rxPutIfAbsent ( k : K , v : V ) : Single < V >
open fun rxPutIfAbsent ( k : K , v : V , ttl : Long ) : Single < V >
open fun rxRemove ( k : K ) : Single < V >
open fun rxRemoveIfPresent ( k : K , v : V ) : Single < Boolean >
open fun rxReplace ( k : K , v : V ) : Single < V >
open fun rxReplaceIfPresent ( k : K , oldValue : V , newValue : V ) : Single < Boolean >
open fun rxSize ( ) : Single < Int >
open fun size ( resultHandler : Handler < AsyncResult < Int > > ) : Unit
open fun toString ( ) : String
interface AsyncMultiMap < K : Any , V : Any >
open class Auth
interface AuthHandler : Handler < RoutingContext >
interface AuthHandler : Handler < RoutingContext >
interface AuthHandler : Handler < RoutingContext >
open class AuthenticationException : RuntimeException
open class AuthenticationOptionsConverter
interface AzureADAuth
open class AzureADAuth
open class AzureADAuth
class BackendRegistries
interface BackendRegistry
interface BaseBridgeEvent : Future < Boolean >
open class BaseBridgeEvent : Future < Boolean >
open class BaseBridgeEvent : Future < Boolean >
open class BaseCommandPack : CommandResolver
interface BasicAuthHandler : AuthHandler
open class BasicAuthHandler : AuthHandler , Handler < RoutingContext >
open class BasicAuthHandler : AuthHandler , Handler < RoutingContext >
class BitFieldOverflowOptions
class BitOperation
open class BlockingQueryOptionsConverter
open class BlockingServerInterceptor : ServerInterceptor
interface BodyCodec < T : Any >
open class BodyCodec < T : Any >
open class BodyCodec < T : Any >
open class BodyHandler : Handler < RoutingContext >
open class BodyHandler : Handler < RoutingContext >
interface BodyStream < T : Any > : WriteStream < Buffer > , Handler < Throwable >
class BooleanConverter : Converter < Boolean >
interface BoxAuth
open class BoxAuth
open class BoxAuth
class BridgeEventType
open class BridgeEvent_GroovyExtension
open class BridgeOptionsConverter
open class Buffer : ClusterSerializable
Module Contents
Buffer ( delegate : Buffer )
static val __TYPE_ARG : TypeArg < Buffer >
open fun appendBuffer ( buff : Buffer ) : Buffer
open fun appendBuffer ( buff : Buffer , offset : Int , len : Int ) : Buffer
open fun appendByte ( b : Byte ) : Buffer
open fun appendDouble ( d : Double ) : Buffer
open fun appendFloat ( f : Float ) : Buffer
open fun appendInt ( i : Int ) : Buffer
open fun appendIntLE ( i : Int ) : Buffer
open fun appendLong ( l : Long ) : Buffer
open fun appendLongLE ( l : Long ) : Buffer
open fun appendMedium ( i : Int ) : Buffer
open fun appendMediumLE ( i : Int ) : Buffer
open fun appendShort ( s : Short ) : Buffer
open fun appendShortLE ( s : Short ) : Buffer
open fun appendString ( str : String , enc : String ) : Buffer
open fun appendString ( str : String ) : Buffer
open fun appendUnsignedByte ( b : Short ) : Buffer
open fun appendUnsignedInt ( i : Long ) : Buffer
open fun appendUnsignedIntLE ( i : Long ) : Buffer
open fun appendUnsignedShort ( s : Int ) : Buffer
open fun appendUnsignedShortLE ( s : Int ) : Buffer
open static fun buffer ( ) : Buffer
open static fun buffer ( initialSizeHint : Int ) : Buffer
open static fun buffer ( string : String ) : Buffer
open static fun buffer ( string : String , enc : String ) : Buffer
open fun copy ( ) : Buffer
open fun equals ( other : Any ? ) : Boolean
open fun getBuffer ( start : Int , end : Int ) : Buffer
open fun getByte ( pos : Int ) : Byte
open fun getDelegate ( ) : Buffer
open fun getDouble ( pos : Int ) : Double
open fun getFloat ( pos : Int ) : Float
open fun getInt ( pos : Int ) : Int
open fun getIntLE ( pos : Int ) : Int
open fun getLong ( pos : Int ) : Long
open fun getLongLE ( pos : Int ) : Long
open fun getMedium ( pos : Int ) : Int
open fun getMediumLE ( pos : Int ) : Int
open fun getShort ( pos : Int ) : Short
open fun getShortLE ( pos : Int ) : Short
open fun getString ( start : Int , end : Int , enc : String ) : String
open fun getString ( start : Int , end : Int ) : String
open fun getUnsignedByte ( pos : Int ) : Short
open fun getUnsignedInt ( pos : Int ) : Long
open fun getUnsignedIntLE ( pos : Int ) : Long
open fun getUnsignedMedium ( pos : Int ) : Int
open fun getUnsignedMediumLE ( pos : Int ) : Int
open fun getUnsignedShort ( pos : Int ) : Int
open fun getUnsignedShortLE ( pos : Int ) : Int
open fun hashCode ( ) : Int
open fun length ( ) : Int
open static fun newInstance ( arg : Buffer ) : Buffer
open fun readFromBuffer ( pos : Int , buffer : Buffer ) : Int
open fun setBuffer ( pos : Int , b : Buffer ) : Buffer
open fun setBuffer ( pos : Int , b : Buffer , offset : Int , len : Int ) : Buffer
open fun setByte ( pos : Int , b : Byte ) : Buffer
open fun setDouble ( pos : Int , d : Double ) : Buffer
open fun setFloat ( pos : Int , f : Float ) : Buffer
open fun setInt ( pos : Int , i : Int ) : Buffer
open fun setIntLE ( pos : Int , i : Int ) : Buffer
open fun setLong ( pos : Int , l : Long ) : Buffer
open fun setLongLE ( pos : Int , l : Long ) : Buffer
open fun setMedium ( pos : Int , i : Int ) : Buffer
open fun setMediumLE ( pos : Int , i : Int ) : Buffer
open fun setShort ( pos : Int , s : Short ) : Buffer
open fun setShortLE ( pos : Int , s : Short ) : Buffer
open fun setString ( pos : Int , str : String ) : Buffer
open fun setString ( pos : Int , str : String , enc : String ) : Buffer
open fun setUnsignedByte ( pos : Int , b : Short ) : Buffer
open fun setUnsignedInt ( pos : Int , i : Long ) : Buffer
open fun setUnsignedIntLE ( pos : Int , i : Long ) : Buffer
open fun setUnsignedShort ( pos : Int , s : Int ) : Buffer
open fun setUnsignedShortLE ( pos : Int , s : Int ) : Buffer
open fun slice ( ) : Buffer
open fun slice ( start : Int , end : Int ) : Buffer
open fun toJsonArray ( ) : JsonArray
open fun toJsonObject ( ) : JsonObject
open fun toString ( ) : String
open fun toString ( enc : String ) : String
open fun writeToBuffer ( buffer : Buffer ) : Unit
open class BufferDeserializer : Deserializer < Buffer >
interface BufferFactory
open class BufferSerializer : Serializer < Buffer >
open class BusSend : BusPublish
open class BusTail : AnnotatedCommand
open class CLI
open class CLIConfigurator
open class CLIException : RuntimeException
interface CSRFHandler : Handler < RoutingContext >
open class CSRFHandler : Handler < RoutingContext >
open class CSRFHandler : Handler < RoutingContext >
interface CamelBridge
open class CamelBridgeOptions
open class CamelMapping
class CaseInsensitiveHeaders : MultiMap
Module Contents
CaseInsensitiveHeaders ( )
fun add ( : String , : String ) : MultiMap
fun add ( : String , : MutableIterable < String > ) : MultiMap
fun add ( : CharSequence , : CharSequence ) : MultiMap
fun add ( : CharSequence , : MutableIterable < CharSequence > ) : MultiMap
fun addAll ( : MultiMap ) : MultiMap
fun addAll ( : MutableMap < String , String > ) : MultiMap
fun clear ( ) : MultiMap
fun contains ( : String ) : Boolean
fun contains ( : CharSequence ) : Boolean
fun entries ( ) : MutableList < MutableEntry < String , String > >
fun forEach ( : Consumer < in MutableEntry < String , String > > ) : Unit
fun get ( : String ) : String
fun get ( : CharSequence ) : String
fun getAll ( : String ) : MutableList < String >
fun getAll ( : CharSequence ) : MutableList < String >
fun isEmpty ( ) : Boolean
fun iterator ( ) : MutableIterator < MutableEntry < String , String > >
fun names ( ) : MutableSet < String >
fun remove ( : String ) : MultiMap
fun remove ( : CharSequence ) : MultiMap
fun set ( : String , : String ) : MultiMap
fun set ( : String , : MutableIterable < String > ) : MultiMap
fun set ( : CharSequence , : CharSequence ) : MultiMap
fun set ( : CharSequence , : MutableIterable < CharSequence > ) : MultiMap
fun setAll ( : MultiMap ) : MultiMap
fun setAll ( : MutableMap < String , String > ) : MultiMap
fun size ( ) : Int
fun toString ( ) : String
interface ChainAuth : AuthProvider
open class ChainAuth : AuthProvider
open class ChainAuth : AuthProvider
interface ChainAuthHandler : AuthHandler
open class ChainAuthHandler : AuthHandler , Handler < RoutingContext >
open class ChainAuthHandler : AuthHandler , Handler < RoutingContext >
class CharacterConverter : Converter < Char >
open class CheckConverter
open class CheckListConverter
open class CheckOptionsConverter
open class CheckQueryOptionsConverter
interface Checkpoint
interface ChoosableIterable < T : Any > : MutableIterable < T >
open class CircuitBreaker
Module Contents
CircuitBreaker ( delegate : CircuitBreaker )
static val __TYPE_ARG : TypeArg < CircuitBreaker >
open fun close ( ) : CircuitBreaker
open fun closeHandler ( handler : Handler < Void > ) : CircuitBreaker
open static fun create ( name : String , vertx : Vertx , options : CircuitBreakerOptions ) : CircuitBreaker
open static fun create ( name : String , vertx : Vertx ) : CircuitBreaker
open fun equals ( other : Any ? ) : Boolean
open fun < T : Any > execute ( command : Handler < Future < T > > ) : Future < T >
open fun < T : Any > executeAndReport ( resultFuture : Future < T > , command : Handler < Future < T > > ) : CircuitBreaker
open fun < T : Any > executeAndReportWithFallback ( resultFuture : Future < T > , command : Handler < Future < T > > , fallback : Function < Throwable , T > ) : CircuitBreaker
open fun < T : Any > executeCommand ( command : Handler < Future < T > > , handler : Handler < AsyncResult < T > > ) : Unit
open fun < T : Any > executeCommandWithFallback ( command : Handler < Future < T > > , fallback : Function < Throwable , T > , handler : Handler < AsyncResult < T > > ) : Unit
open fun < T : Any > executeWithFallback ( command : Handler < Future < T > > , fallback : Function < Throwable , T > ) : Future < T >
open fun failureCount ( ) : Long
open fun < T : Any > fallback ( handler : Function < Throwable , T > ) : CircuitBreaker
open fun getDelegate ( ) : CircuitBreaker
open fun halfOpenHandler ( handler : Handler < Void > ) : CircuitBreaker
open fun hashCode ( ) : Int
open fun name ( ) : String
open static fun newInstance ( arg : CircuitBreaker ) : CircuitBreaker
open fun open ( ) : CircuitBreaker
open fun openHandler ( handler : Handler < Void > ) : CircuitBreaker
open fun reset ( ) : CircuitBreaker
open fun < T : Any > rxExecuteCommand ( command : Handler < Future < T > > ) : Single < T >
open fun < T : Any > rxExecuteCommandWithFallback ( command : Handler < Future < T > > , fallback : Function < Throwable , T > ) : Single < T >
open fun state ( ) : CircuitBreakerState
open fun toString ( ) : String
open class CircuitBreaker
Module Contents
CircuitBreaker ( delegate : CircuitBreaker )
static val __TYPE_ARG : TypeArg < CircuitBreaker >
open fun close ( ) : CircuitBreaker
open fun closeHandler ( handler : Handler < Void > ) : CircuitBreaker
open static fun create ( name : String , vertx : Vertx , options : CircuitBreakerOptions ) : CircuitBreaker
open static fun create ( name : String , vertx : Vertx ) : CircuitBreaker
open fun equals ( other : Any ? ) : Boolean
open fun < T : Any > execute ( command : Handler < Future < T > > ) : Future < T >
open fun < T : Any > executeAndReport ( resultFuture : Future < T > , command : Handler < Future < T > > ) : CircuitBreaker
open fun < T : Any > executeAndReportWithFallback ( resultFuture : Future < T > , command : Handler < Future < T > > , fallback : Function < Throwable , T > ) : CircuitBreaker
open fun < T : Any > executeCommand ( command : Handler < Future < T > > , handler : Handler < AsyncResult < T > > ) : Unit
open fun < T : Any > executeCommandWithFallback ( command : Handler < Future < T > > , fallback : Function < Throwable , T > , handler : Handler < AsyncResult < T > > ) : Unit
open fun < T : Any > executeWithFallback ( command : Handler < Future < T > > , fallback : Function < Throwable , T > ) : Future < T >
open fun failureCount ( ) : Long
open fun < T : Any > fallback ( handler : Function < Throwable , T > ) : CircuitBreaker
open fun getDelegate ( ) : CircuitBreaker
open fun halfOpenHandler ( handler : Handler < Void > ) : CircuitBreaker
open fun hashCode ( ) : Int
open fun name ( ) : String
open static fun newInstance ( arg : CircuitBreaker ) : CircuitBreaker
open fun open ( ) : CircuitBreaker
open fun openHandler ( handler : Handler < Void > ) : CircuitBreaker
open fun reset ( ) : CircuitBreaker
open fun < T : Any > rxExecuteCommand ( command : Handler < Future < T > > ) : Single < T >
open fun < T : Any > rxExecuteCommandWithFallback ( command : Handler < Future < T > > , fallback : Function < Throwable , T > ) : Single < T >
open fun state ( ) : CircuitBreakerState
open fun toString ( ) : String
open class CircuitBreakerOptionsConverter
open class ClassLoaderUtils
class ClientReplyOptions
interface Closeable
interface CloudFoundryAuth
open class CloudFoundryAuth
open class CloudFoundryAuth
interface ClusteredSessionStore : SessionStore
open class ClusteredSessionStore : SessionStore
open class ClusteredSessionStore : SessionStore
interface Command
open class Command
open class Command
interface CommandFactoryLookup
interface CommandLine
open class CommandLine
open class CommandLine
interface CommandProcess : Tty
open class CommandProcess : Tty
open class CommandProcess : Tty
interface CommandRegistry : CommandResolver
open class CommandRegistry : CommandResolver
open class CommandRegistry : CommandResolver
interface CommandResolverFactory
open class CompletableHelper
interface Completion < T : Any >
interface Completion
open class Completion < T : Any >
open class Completion
open class Completion < T : Any >
open class Completion
open class CompositeFuture : Future < CompositeFuture >
Module Contents
CompositeFuture ( delegate : CompositeFuture )
static val __TYPE_ARG : TypeArg < CompositeFuture >
open static fun < T1 : Any , T2 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any , T6 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > , f6 : Future < T6 > ) : CompositeFuture
open static fun all ( futures : MutableList < Future < Any > > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any , T6 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > , f6 : Future < T6 > ) : CompositeFuture
open static fun any ( futures : MutableList < Future < Any > > ) : CompositeFuture
open fun cause ( index : Int ) : Throwable
open fun complete ( result : CompositeFuture ) : Unit
open fun complete ( ) : Unit
open fun completer ( ) : Handler < AsyncResult < CompositeFuture > >
open fun < U : Any > compose ( handler : Handler < CompositeFuture > , next : Future < U > ) : Future < U >
open fun < U : Any > compose ( mapper : Function < CompositeFuture , Future < U > > ) : Future < U >
open fun equals ( other : Any ? ) : Boolean
open fun failed ( index : Int ) : Boolean
open fun getDelegate ( ) : CompositeFuture
open fun hashCode ( ) : Int
open fun isComplete ( index : Int ) : Boolean
open static fun < T1 : Any , T2 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any , T6 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > , f6 : Future < T6 > ) : CompositeFuture
open static fun join ( futures : MutableList < Future < Any > > ) : CompositeFuture
open fun < U : Any > map ( mapper : Function < CompositeFuture , U > ) : Future < U >
open static fun newInstance ( arg : CompositeFuture ) : CompositeFuture
open fun otherwise ( mapper : Function < Throwable , CompositeFuture > ) : Future < CompositeFuture >
open fun otherwise ( value : CompositeFuture ) : Future < CompositeFuture >
open fun otherwiseEmpty ( ) : Future < CompositeFuture >
open fun recover ( mapper : Function < Throwable , Future < CompositeFuture > > ) : Future < CompositeFuture >
open fun result ( ) : CompositeFuture
open fun < T : Any > resultAt ( index : Int ) : T
open fun rxSetHandler ( ) : Single < CompositeFuture >
open fun setHandler ( handler : Handler < AsyncResult < CompositeFuture > > ) : CompositeFuture
open fun size ( ) : Int
open fun succeeded ( index : Int ) : Boolean
open fun toString ( ) : String
open fun tryComplete ( result : CompositeFuture ) : Boolean
open fun tryComplete ( ) : Boolean
open class CompositeFuture : Future < CompositeFuture >
Module Contents
CompositeFuture ( delegate : CompositeFuture )
static val __TYPE_ARG : TypeArg < CompositeFuture >
open static fun < T1 : Any , T2 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any , T6 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > , f6 : Future < T6 > ) : CompositeFuture
open static fun all ( futures : MutableList < Future < Any > > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any , T6 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > , f6 : Future < T6 > ) : CompositeFuture
open static fun any ( futures : MutableList < Future < Any > > ) : CompositeFuture
open fun cause ( index : Int ) : Throwable
open fun complete ( result : CompositeFuture ) : Unit
open fun complete ( ) : Unit
open fun completer ( ) : Handler < AsyncResult < CompositeFuture > >
open fun < U : Any > compose ( handler : Handler < CompositeFuture > , next : Future < U > ) : Future < U >
open fun < U : Any > compose ( mapper : Function < CompositeFuture , Future < U > > ) : Future < U >
open fun equals ( other : Any ? ) : Boolean
open fun failed ( index : Int ) : Boolean
open fun getDelegate ( ) : CompositeFuture
open fun hashCode ( ) : Int
open fun isComplete ( index : Int ) : Boolean
open static fun < T1 : Any , T2 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any , T6 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > , f6 : Future < T6 > ) : CompositeFuture
open static fun join ( futures : MutableList < Future < Any > > ) : CompositeFuture
open fun < U : Any > map ( mapper : Function < CompositeFuture , U > ) : Future < U >
open static fun newInstance ( arg : CompositeFuture ) : CompositeFuture
open fun otherwise ( mapper : Function < Throwable , CompositeFuture > ) : Future < CompositeFuture >
open fun otherwise ( value : CompositeFuture ) : Future < CompositeFuture >
open fun otherwiseEmpty ( ) : Future < CompositeFuture >
open fun recover ( mapper : Function < Throwable , Future < CompositeFuture > > ) : Future < CompositeFuture >
open fun result ( ) : CompositeFuture
open fun < T : Any > resultAt ( index : Int ) : T
open fun rxSetHandler ( ) : Single < CompositeFuture >
open fun setHandler ( handler : Handler < AsyncResult < CompositeFuture > > ) : CompositeFuture
open fun size ( ) : Int
open fun succeeded ( index : Int ) : Boolean
open fun toString ( ) : String
open fun tryComplete ( result : CompositeFuture ) : Boolean
open fun tryComplete ( ) : Boolean
interface ConcreteInheritsToString : NonConcreteWithToString
interface ConcreteOverridesToString : NonConcreteWithToString
open class ConfigMapStore : ConfigStore
open class ConfigMapStoreFactory : ConfigStoreFactory
interface ConfigRetriever
open class ConfigRetriever
open class ConfigRetriever
open class ConfigRetrieverOptionsConverter
open class ConnectionPoolTooBusyException : VertxException
class ConstructorBasedConverter < T : Any > : Converter < T >
open class ConsulClient
Module Contents
ConsulClient ( delegate : ConsulClient )
static val __TYPE_ARG : TypeArg < ConsulClient >
open fun agentInfo ( resultHandler : Handler < AsyncResult < JsonObject > > ) : ConsulClient
open fun catalogDatacenters ( resultHandler : Handler < AsyncResult < MutableList < String > > > ) : ConsulClient
open fun catalogNodeServices ( node : String , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogNodeServicesWithOptions ( node : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogNodes ( resultHandler : Handler < AsyncResult < NodeList > > ) : ConsulClient
open fun catalogNodesWithOptions ( options : NodeQueryOptions , resultHandler : Handler < AsyncResult < NodeList > > ) : ConsulClient
open fun catalogServiceNodes ( service : String , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogServiceNodesWithOptions ( service : String , options : ServiceQueryOptions , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogServices ( resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogServicesWithOptions ( options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun cloneAclToken ( id : String , idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun close ( ) : Unit
open fun coordinateDatacenters ( resultHandler : Handler < AsyncResult < MutableList < DcCoordinates > > > ) : ConsulClient
open fun coordinateNodes ( resultHandler : Handler < AsyncResult < CoordinateList > > ) : ConsulClient
open fun coordinateNodesWithOptions ( options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < CoordinateList > > ) : ConsulClient
open static fun create ( vertx : Vertx ) : ConsulClient
open static fun create ( vertx : Vertx , options : ConsulClientOptions ) : ConsulClient
open fun createAclToken ( token : AclToken , idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun createPreparedQuery ( definition : PreparedQueryDefinition , resultHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun createSession ( idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun createSessionWithOptions ( options : SessionOptions , idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun deletePreparedQuery ( id : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun deleteValue ( key : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun deleteValues ( keyPrefix : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun deregisterCheck ( checkId : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun deregisterService ( id : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun destroyAclToken ( id : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun destroySession ( id : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun equals ( other : Any ? ) : Boolean
open fun executePreparedQuery ( query : String , resultHandler : Handler < AsyncResult < PreparedQueryExecuteResponse > > ) : ConsulClient
open fun executePreparedQueryWithOptions ( query : String , options : PreparedQueryExecuteOptions , resultHandler : Handler < AsyncResult < PreparedQueryExecuteResponse > > ) : ConsulClient
open fun failCheck ( checkId : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun failCheckWithNote ( checkId : String , note : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun fireEvent ( name : String , resultHandler : Handler < AsyncResult < Event > > ) : ConsulClient
open fun fireEventWithOptions ( name : String , options : EventOptions , resultHandler : Handler < AsyncResult < Event > > ) : ConsulClient
open fun getAllPreparedQueries ( resultHandler : Handler < AsyncResult < MutableList < PreparedQueryDefinition > > > ) : ConsulClient
open fun getDelegate ( ) : ConsulClient
open fun getKeys ( keyPrefix : String , resultHandler : Handler < AsyncResult < MutableList < String > > > ) : ConsulClient
open fun getKeysWithOptions ( keyPrefix : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < MutableList < String > > > ) : ConsulClient
open fun getPreparedQuery ( id : String , resultHandler : Handler < AsyncResult < PreparedQueryDefinition > > ) : ConsulClient
open fun getValue ( key : String , resultHandler : Handler < AsyncResult < KeyValue > > ) : ConsulClient
open fun getValueWithOptions ( key : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < KeyValue > > ) : ConsulClient
open fun getValues ( keyPrefix : String , resultHandler : Handler < AsyncResult < KeyValueList > > ) : ConsulClient
open fun getValuesWithOptions ( keyPrefix : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < KeyValueList > > ) : ConsulClient
open fun hashCode ( ) : Int
open fun healthChecks ( service : String , resultHandler : Handler < AsyncResult < CheckList > > ) : ConsulClient
open fun healthChecksWithOptions ( service : String , options : CheckQueryOptions , resultHandler : Handler < AsyncResult < CheckList > > ) : ConsulClient
open fun healthServiceNodes ( service : String , passing : Boolean , resultHandler : Handler < AsyncResult < ServiceEntryList > > ) : ConsulClient
open fun healthServiceNodesWithOptions ( service : String , passing : Boolean , options : ServiceQueryOptions , resultHandler : Handler < AsyncResult < ServiceEntryList > > ) : ConsulClient
open fun healthState ( checkStatus : CheckStatus , resultHandler : Handler < AsyncResult < CheckList > > ) : ConsulClient
open fun healthStateWithOptions ( checkStatus : CheckStatus , options : CheckQueryOptions , resultHandler : Handler < AsyncResult < CheckList > > ) : ConsulClient
open fun infoAclToken ( id : String , tokenHandler : Handler < AsyncResult < AclToken > > ) : ConsulClient
open fun infoSession ( id : String , resultHandler : Handler < AsyncResult < Session > > ) : ConsulClient
open fun infoSessionWithOptions ( id : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < Session > > ) : ConsulClient
open fun leaderStatus ( resultHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun listAclTokens ( resultHandler : Handler < AsyncResult < MutableList < AclToken > > > ) : ConsulClient
open fun listEvents ( resultHandler : Handler < AsyncResult < EventList > > ) : ConsulClient
open fun listEventsWithOptions ( options : EventListOptions , resultHandler : Handler < AsyncResult < EventList > > ) : ConsulClient
open fun listNodeSessions ( nodeId : String , resultHandler : Handler < AsyncResult < SessionList > > ) : ConsulClient
open fun listNodeSessionsWithOptions ( nodeId : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < SessionList > > ) : ConsulClient
open fun listSessions ( resultHandler : Handler < AsyncResult < SessionList > > ) : ConsulClient
open fun listSessionsWithOptions ( options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < SessionList > > ) : ConsulClient
open fun localChecks ( resultHandler : Handler < AsyncResult < MutableList < Check > > > ) : ConsulClient
open fun localServices ( resultHandler : Handler < AsyncResult < MutableList < Service > > > ) : ConsulClient
open fun maintenanceService ( maintenanceOptions : MaintenanceOptions , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open static fun newInstance ( arg : ConsulClient ) : ConsulClient
open fun passCheck ( checkId : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun passCheckWithNote ( checkId : String , note : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun peersStatus ( resultHandler : Handler < AsyncResult < MutableList < String > > > ) : ConsulClient
open fun putValue ( key : String , value : String , resultHandler : Handler < AsyncResult < Boolean > > ) : ConsulClient
open fun putValueWithOptions ( key : String , value : String , options : KeyValueOptions , resultHandler : Handler < AsyncResult < Boolean > > ) : ConsulClient
open fun registerCheck ( checkOptions : CheckOptions , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun registerService ( serviceOptions : ServiceOptions , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun renewSession ( id : String , resultHandler : Handler < AsyncResult < Session > > ) : ConsulClient
open fun rxAgentInfo ( ) : Single < JsonObject >
open fun rxCatalogDatacenters ( ) : Single < MutableList < String > >
open fun rxCatalogNodeServices ( node : String ) : Single < ServiceList >
open fun rxCatalogNodeServicesWithOptions ( node : String , options : BlockingQueryOptions ) : Single < ServiceList >
open fun rxCatalogNodes ( ) : Single < NodeList >
open fun rxCatalogNodesWithOptions ( options : NodeQueryOptions ) : Single < NodeList >
open fun rxCatalogServiceNodes ( service : String ) : Single < ServiceList >
open fun rxCatalogServiceNodesWithOptions ( service : String , options : ServiceQueryOptions ) : Single < ServiceList >
open fun rxCatalogServices ( ) : Single < ServiceList >
open fun rxCatalogServicesWithOptions ( options : BlockingQueryOptions ) : Single < ServiceList >
open fun rxCloneAclToken ( id : String ) : Single < String >
open fun rxCoordinateDatacenters ( ) : Single < MutableList < DcCoordinates > >
open fun rxCoordinateNodes ( ) : Single < CoordinateList >
open fun rxCoordinateNodesWithOptions ( options : BlockingQueryOptions ) : Single < CoordinateList >
open fun rxCreateAclToken ( token : AclToken ) : Single < String >
open fun rxCreatePreparedQuery ( definition : PreparedQueryDefinition ) : Single < String >
open fun rxCreateSession ( ) : Single < String >
open fun rxCreateSessionWithOptions ( options : SessionOptions ) : Single < String >
open fun rxDeletePreparedQuery ( id : String ) : Single < Void >
open fun rxDeleteValue ( key : String ) : Single < Void >
open fun rxDeleteValues ( keyPrefix : String ) : Single < Void >
open fun rxDeregisterCheck ( checkId : String ) : Single < Void >
open fun rxDeregisterService ( id : String ) : Single < Void >
open fun rxDestroyAclToken ( id : String ) : Single < Void >
open fun rxDestroySession ( id : String ) : Single < Void >
open fun rxExecutePreparedQuery ( query : String ) : Single < PreparedQueryExecuteResponse >
open fun rxExecutePreparedQueryWithOptions ( query : String , options : PreparedQueryExecuteOptions ) : Single < PreparedQueryExecuteResponse >
open fun rxFailCheck ( checkId : String ) : Single < Void >
open fun rxFailCheckWithNote ( checkId : String , note : String ) : Single < Void >
open fun rxFireEvent ( name : String ) : Single < Event >
open fun rxFireEventWithOptions ( name : String , options : EventOptions ) : Single < Event >
open fun rxGetAllPreparedQueries ( ) : Single < MutableList < PreparedQueryDefinition > >
open fun rxGetKeys ( keyPrefix : String ) : Single < MutableList < String > >
open fun rxGetKeysWithOptions ( keyPrefix : String , options : BlockingQueryOptions ) : Single < MutableList < String > >
open fun rxGetPreparedQuery ( id : String ) : Single < PreparedQueryDefinition >
open fun rxGetValue ( key : String ) : Single < KeyValue >
open fun rxGetValueWithOptions ( key : String , options : BlockingQueryOptions ) : Single < KeyValue >
open fun rxGetValues ( keyPrefix : String ) : Single < KeyValueList >
open fun rxGetValuesWithOptions ( keyPrefix : String , options : BlockingQueryOptions ) : Single < KeyValueList >
open fun rxHealthChecks ( service : String ) : Single < CheckList >
open fun rxHealthChecksWithOptions ( service : String , options : CheckQueryOptions ) : Single < CheckList >
open fun rxHealthServiceNodes ( service : String , passing : Boolean ) : Single < ServiceEntryList >
open fun rxHealthServiceNodesWithOptions ( service : String , passing : Boolean , options : ServiceQueryOptions ) : Single < ServiceEntryList >
open fun rxHealthState ( checkStatus : CheckStatus ) : Single < CheckList >
open fun rxHealthStateWithOptions ( checkStatus : CheckStatus , options : CheckQueryOptions ) : Single < CheckList >
open fun rxInfoAclToken ( id : String ) : Single < AclToken >
open fun rxInfoSession ( id : String ) : Single < Session >
open fun rxInfoSessionWithOptions ( id : String , options : BlockingQueryOptions ) : Single < Session >
open fun rxLeaderStatus ( ) : Single < String >
open fun rxListAclTokens ( ) : Single < MutableList < AclToken > >
open fun rxListEvents ( ) : Single < EventList >
open fun rxListEventsWithOptions ( options : EventListOptions ) : Single < EventList >
open fun rxListNodeSessions ( nodeId : String ) : Single < SessionList >
open fun rxListNodeSessionsWithOptions ( nodeId : String , options : BlockingQueryOptions ) : Single < SessionList >
open fun rxListSessions ( ) : Single < SessionList >
open fun rxListSessionsWithOptions ( options : BlockingQueryOptions ) : Single < SessionList >
open fun rxLocalChecks ( ) : Single < MutableList < Check > >
open fun rxLocalServices ( ) : Single < MutableList < Service > >
open fun rxMaintenanceService ( maintenanceOptions : MaintenanceOptions ) : Single < Void >
open fun rxPassCheck ( checkId : String ) : Single < Void >
open fun rxPassCheckWithNote ( checkId : String , note : String ) : Single < Void >
open fun rxPeersStatus ( ) : Single < MutableList < String > >
open fun rxPutValue ( key : String , value : String ) : Single < Boolean >
open fun rxPutValueWithOptions ( key : String , value : String , options : KeyValueOptions ) : Single < Boolean >
open fun rxRegisterCheck ( checkOptions : CheckOptions ) : Single < Void >
open fun rxRegisterService ( serviceOptions : ServiceOptions ) : Single < Void >
open fun rxRenewSession ( id : String ) : Single < Session >
open fun rxTransaction ( request : TxnRequest ) : Single < TxnResponse >
open fun rxUpdateAclToken ( token : AclToken ) : Single < String >
open fun rxUpdateCheck ( checkId : String , status : CheckStatus ) : Single < Void >
open fun rxUpdateCheckWithNote ( checkId : String , status : CheckStatus , note : String ) : Single < Void >
open fun rxUpdatePreparedQuery ( definition : PreparedQueryDefinition ) : Single < Void >
open fun rxWarnCheck ( checkId : String ) : Single < Void >
open fun rxWarnCheckWithNote ( checkId : String , note : String ) : Single < Void >
open fun toString ( ) : String
open fun transaction ( request : TxnRequest , resultHandler : Handler < AsyncResult < TxnResponse > > ) : ConsulClient
open fun updateAclToken ( token : AclToken , idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun updateCheck ( checkId : String , status : CheckStatus , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun updateCheckWithNote ( checkId : String , status : CheckStatus , note : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun updatePreparedQuery ( definition : PreparedQueryDefinition , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun warnCheck ( checkId : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun warnCheckWithNote ( checkId : String , note : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open class ConsulClient
Module Contents
ConsulClient ( delegate : ConsulClient )
static val __TYPE_ARG : TypeArg < ConsulClient >
open fun agentInfo ( resultHandler : Handler < AsyncResult < JsonObject > > ) : ConsulClient
open fun catalogDatacenters ( resultHandler : Handler < AsyncResult < MutableList < String > > > ) : ConsulClient
open fun catalogNodeServices ( node : String , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogNodeServicesWithOptions ( node : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogNodes ( resultHandler : Handler < AsyncResult < NodeList > > ) : ConsulClient
open fun catalogNodesWithOptions ( options : NodeQueryOptions , resultHandler : Handler < AsyncResult < NodeList > > ) : ConsulClient
open fun catalogServiceNodes ( service : String , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogServiceNodesWithOptions ( service : String , options : ServiceQueryOptions , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogServices ( resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogServicesWithOptions ( options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun cloneAclToken ( id : String , idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun close ( ) : Unit
open fun coordinateDatacenters ( resultHandler : Handler < AsyncResult < MutableList < DcCoordinates > > > ) : ConsulClient
open fun coordinateNodes ( resultHandler : Handler < AsyncResult < CoordinateList > > ) : ConsulClient
open fun coordinateNodesWithOptions ( options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < CoordinateList > > ) : ConsulClient
open static fun create ( vertx : Vertx ) : ConsulClient
open static fun create ( vertx : Vertx , options : ConsulClientOptions ) : ConsulClient
open fun createAclToken ( token : AclToken , idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun createPreparedQuery ( definition : PreparedQueryDefinition , resultHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun createSession ( idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun createSessionWithOptions ( options : SessionOptions , idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun deletePreparedQuery ( id : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun deleteValue ( key : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun deleteValues ( keyPrefix : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun deregisterCheck ( checkId : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun deregisterService ( id : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun destroyAclToken ( id : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun destroySession ( id : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun equals ( other : Any ? ) : Boolean
open fun executePreparedQuery ( query : String , resultHandler : Handler < AsyncResult < PreparedQueryExecuteResponse > > ) : ConsulClient
open fun executePreparedQueryWithOptions ( query : String , options : PreparedQueryExecuteOptions , resultHandler : Handler < AsyncResult < PreparedQueryExecuteResponse > > ) : ConsulClient
open fun failCheck ( checkId : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun failCheckWithNote ( checkId : String , note : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun fireEvent ( name : String , resultHandler : Handler < AsyncResult < Event > > ) : ConsulClient
open fun fireEventWithOptions ( name : String , options : EventOptions , resultHandler : Handler < AsyncResult < Event > > ) : ConsulClient
open fun getAllPreparedQueries ( resultHandler : Handler < AsyncResult < MutableList < PreparedQueryDefinition > > > ) : ConsulClient
open fun getDelegate ( ) : ConsulClient
open fun getKeys ( keyPrefix : String , resultHandler : Handler < AsyncResult < MutableList < String > > > ) : ConsulClient
open fun getKeysWithOptions ( keyPrefix : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < MutableList < String > > > ) : ConsulClient
open fun getPreparedQuery ( id : String , resultHandler : Handler < AsyncResult < PreparedQueryDefinition > > ) : ConsulClient
open fun getValue ( key : String , resultHandler : Handler < AsyncResult < KeyValue > > ) : ConsulClient
open fun getValueWithOptions ( key : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < KeyValue > > ) : ConsulClient
open fun getValues ( keyPrefix : String , resultHandler : Handler < AsyncResult < KeyValueList > > ) : ConsulClient
open fun getValuesWithOptions ( keyPrefix : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < KeyValueList > > ) : ConsulClient
open fun hashCode ( ) : Int
open fun healthChecks ( service : String , resultHandler : Handler < AsyncResult < CheckList > > ) : ConsulClient
open fun healthChecksWithOptions ( service : String , options : CheckQueryOptions , resultHandler : Handler < AsyncResult < CheckList > > ) : ConsulClient
open fun healthServiceNodes ( service : String , passing : Boolean , resultHandler : Handler < AsyncResult < ServiceEntryList > > ) : ConsulClient
open fun healthServiceNodesWithOptions ( service : String , passing : Boolean , options : ServiceQueryOptions , resultHandler : Handler < AsyncResult < ServiceEntryList > > ) : ConsulClient
open fun healthState ( checkStatus : CheckStatus , resultHandler : Handler < AsyncResult < CheckList > > ) : ConsulClient
open fun healthStateWithOptions ( checkStatus : CheckStatus , options : CheckQueryOptions , resultHandler : Handler < AsyncResult < CheckList > > ) : ConsulClient
open fun infoAclToken ( id : String , tokenHandler : Handler < AsyncResult < AclToken > > ) : ConsulClient
open fun infoSession ( id : String , resultHandler : Handler < AsyncResult < Session > > ) : ConsulClient
open fun infoSessionWithOptions ( id : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < Session > > ) : ConsulClient
open fun leaderStatus ( resultHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun listAclTokens ( resultHandler : Handler < AsyncResult < MutableList < AclToken > > > ) : ConsulClient
open fun listEvents ( resultHandler : Handler < AsyncResult < EventList > > ) : ConsulClient
open fun listEventsWithOptions ( options : EventListOptions , resultHandler : Handler < AsyncResult < EventList > > ) : ConsulClient
open fun listNodeSessions ( nodeId : String , resultHandler : Handler < AsyncResult < SessionList > > ) : ConsulClient
open fun listNodeSessionsWithOptions ( nodeId : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < SessionList > > ) : ConsulClient
open fun listSessions ( resultHandler : Handler < AsyncResult < SessionList > > ) : ConsulClient
open fun listSessionsWithOptions ( options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < SessionList > > ) : ConsulClient
open fun localChecks ( resultHandler : Handler < AsyncResult < MutableList < Check > > > ) : ConsulClient
open fun localServices ( resultHandler : Handler < AsyncResult < MutableList < Service > > > ) : ConsulClient
open fun maintenanceService ( maintenanceOptions : MaintenanceOptions , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open static fun newInstance ( arg : ConsulClient ) : ConsulClient
open fun passCheck ( checkId : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun passCheckWithNote ( checkId : String , note : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun peersStatus ( resultHandler : Handler < AsyncResult < MutableList < String > > > ) : ConsulClient
open fun putValue ( key : String , value : String , resultHandler : Handler < AsyncResult < Boolean > > ) : ConsulClient
open fun putValueWithOptions ( key : String , value : String , options : KeyValueOptions , resultHandler : Handler < AsyncResult < Boolean > > ) : ConsulClient
open fun registerCheck ( checkOptions : CheckOptions , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun registerService ( serviceOptions : ServiceOptions , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun renewSession ( id : String , resultHandler : Handler < AsyncResult < Session > > ) : ConsulClient
open fun rxAgentInfo ( ) : Single < JsonObject >
open fun rxCatalogDatacenters ( ) : Single < MutableList < String > >
open fun rxCatalogNodeServices ( node : String ) : Single < ServiceList >
open fun rxCatalogNodeServicesWithOptions ( node : String , options : BlockingQueryOptions ) : Single < ServiceList >
open fun rxCatalogNodes ( ) : Single < NodeList >
open fun rxCatalogNodesWithOptions ( options : NodeQueryOptions ) : Single < NodeList >
open fun rxCatalogServiceNodes ( service : String ) : Single < ServiceList >
open fun rxCatalogServiceNodesWithOptions ( service : String , options : ServiceQueryOptions ) : Single < ServiceList >
open fun rxCatalogServices ( ) : Single < ServiceList >
open fun rxCatalogServicesWithOptions ( options : BlockingQueryOptions ) : Single < ServiceList >
open fun rxCloneAclToken ( id : String ) : Single < String >
open fun rxCoordinateDatacenters ( ) : Single < MutableList < DcCoordinates > >
open fun rxCoordinateNodes ( ) : Single < CoordinateList >
open fun rxCoordinateNodesWithOptions ( options : BlockingQueryOptions ) : Single < CoordinateList >
open fun rxCreateAclToken ( token : AclToken ) : Single < String >
open fun rxCreatePreparedQuery ( definition : PreparedQueryDefinition ) : Single < String >
open fun rxCreateSession ( ) : Single < String >
open fun rxCreateSessionWithOptions ( options : SessionOptions ) : Single < String >
open fun rxDeletePreparedQuery ( id : String ) : Completable
open fun rxDeleteValue ( key : String ) : Completable
open fun rxDeleteValues ( keyPrefix : String ) : Completable
open fun rxDeregisterCheck ( checkId : String ) : Completable
open fun rxDeregisterService ( id : String ) : Completable
open fun rxDestroyAclToken ( id : String ) : Completable
open fun rxDestroySession ( id : String ) : Completable
open fun rxExecutePreparedQuery ( query : String ) : Single < PreparedQueryExecuteResponse >
open fun rxExecutePreparedQueryWithOptions ( query : String , options : PreparedQueryExecuteOptions ) : Single < PreparedQueryExecuteResponse >
open fun rxFailCheck ( checkId : String ) : Completable
open fun rxFailCheckWithNote ( checkId : String , note : String ) : Completable
open fun rxFireEvent ( name : String ) : Single < Event >
open fun rxFireEventWithOptions ( name : String , options : EventOptions ) : Single < Event >
open fun rxGetAllPreparedQueries ( ) : Single < MutableList < PreparedQueryDefinition > >
open fun rxGetKeys ( keyPrefix : String ) : Single < MutableList < String > >
open fun rxGetKeysWithOptions ( keyPrefix : String , options : BlockingQueryOptions ) : Single < MutableList < String > >
open fun rxGetPreparedQuery ( id : String ) : Single < PreparedQueryDefinition >
open fun rxGetValue ( key : String ) : Single < KeyValue >
open fun rxGetValueWithOptions ( key : String , options : BlockingQueryOptions ) : Single < KeyValue >
open fun rxGetValues ( keyPrefix : String ) : Single < KeyValueList >
open fun rxGetValuesWithOptions ( keyPrefix : String , options : BlockingQueryOptions ) : Single < KeyValueList >
open fun rxHealthChecks ( service : String ) : Single < CheckList >
open fun rxHealthChecksWithOptions ( service : String , options : CheckQueryOptions ) : Single < CheckList >
open fun rxHealthServiceNodes ( service : String , passing : Boolean ) : Single < ServiceEntryList >
open fun rxHealthServiceNodesWithOptions ( service : String , passing : Boolean , options : ServiceQueryOptions ) : Single < ServiceEntryList >
open fun rxHealthState ( checkStatus : CheckStatus ) : Single < CheckList >
open fun rxHealthStateWithOptions ( checkStatus : CheckStatus , options : CheckQueryOptions ) : Single < CheckList >
open fun rxInfoAclToken ( id : String ) : Single < AclToken >
open fun rxInfoSession ( id : String ) : Single < Session >
open fun rxInfoSessionWithOptions ( id : String , options : BlockingQueryOptions ) : Single < Session >
open fun rxLeaderStatus ( ) : Single < String >
open fun rxListAclTokens ( ) : Single < MutableList < AclToken > >
open fun rxListEvents ( ) : Single < EventList >
open fun rxListEventsWithOptions ( options : EventListOptions ) : Single < EventList >
open fun rxListNodeSessions ( nodeId : String ) : Single < SessionList >
open fun rxListNodeSessionsWithOptions ( nodeId : String , options : BlockingQueryOptions ) : Single < SessionList >
open fun rxListSessions ( ) : Single < SessionList >
open fun rxListSessionsWithOptions ( options : BlockingQueryOptions ) : Single < SessionList >
open fun rxLocalChecks ( ) : Single < MutableList < Check > >
open fun rxLocalServices ( ) : Single < MutableList < Service > >
open fun rxMaintenanceService ( maintenanceOptions : MaintenanceOptions ) : Completable
open fun rxPassCheck ( checkId : String ) : Completable
open fun rxPassCheckWithNote ( checkId : String , note : String ) : Completable
open fun rxPeersStatus ( ) : Single < MutableList < String > >
open fun rxPutValue ( key : String , value : String ) : Single < Boolean >
open fun rxPutValueWithOptions ( key : String , value : String , options : KeyValueOptions ) : Single < Boolean >
open fun rxRegisterCheck ( checkOptions : CheckOptions ) : Completable
open fun rxRegisterService ( serviceOptions : ServiceOptions ) : Completable
open fun rxRenewSession ( id : String ) : Single < Session >
open fun rxTransaction ( request : TxnRequest ) : Single < TxnResponse >
open fun rxUpdateAclToken ( token : AclToken ) : Single < String >
open fun rxUpdateCheck ( checkId : String , status : CheckStatus ) : Completable
open fun rxUpdateCheckWithNote ( checkId : String , status : CheckStatus , note : String ) : Completable
open fun rxUpdatePreparedQuery ( definition : PreparedQueryDefinition ) : Completable
open fun rxWarnCheck ( checkId : String ) : Completable
open fun rxWarnCheckWithNote ( checkId : String , note : String ) : Completable
open fun toString ( ) : String
open fun transaction ( request : TxnRequest , resultHandler : Handler < AsyncResult < TxnResponse > > ) : ConsulClient
open fun updateAclToken ( token : AclToken , idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun updateCheck ( checkId : String , status : CheckStatus , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun updateCheckWithNote ( checkId : String , status : CheckStatus , note : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun updatePreparedQuery ( definition : PreparedQueryDefinition , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun warnCheck ( checkId : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun warnCheckWithNote ( checkId : String , note : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open class ConsulClientOptionsConverter
open class ConsulConfigStore : ConfigStore
open class ConsulConfigStoreFactory : ConfigStoreFactory
open class ConsulServiceImporter : ServiceImporter
interface ContainerDeserializer
open class ContainerDeserializer
open class ContainerDeserializer
class ContainerSerializationStyle
open class Context
open class ContextScheduler : Scheduler
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CLASS, AnnotationTarget.FILE]) class ConvertedBy
open class Converters
interface Cookie
open class Cookie
open class Cookie
interface CookieHandler : Handler < RoutingContext >
open class CookieHandler : Handler < RoutingContext >
open class CookieHandler : Handler < RoutingContext >
open class CoordinateConverter
open class CoordinateListConverter
abstract class CoroutineVerticle : Verticle
interface CorsHandler : Handler < RoutingContext >
open class CorsHandler : Handler < RoutingContext >
open class CorsHandler : Handler < RoutingContext >
open class Counter
open class CustomMetaClassCreationHandle : MetaClassCreationHandle
interface CustomValidator
open class CustomValidator
open class CustomValidator
interface DataSourceProvider
open class DatagramPacket
open class DatagramPacket
open class DatagramSocket : ReadStream < DatagramPacket > , Measured
Module Contents
DatagramSocket ( delegate : DatagramSocket )
static val __TYPE_ARG : TypeArg < DatagramSocket >
open fun blockMulticastGroup ( multicastAddress : String , sourceToBlock : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun blockMulticastGroup ( multicastAddress : String , networkInterface : String , sourceToBlock : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun close ( ) : Unit
open fun endHandler ( endHandler : Handler < Void > ) : DatagramSocket
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : DatagramSocket
open fun getDelegate ( ) : DatagramSocket
open fun handler ( handler : Handler < DatagramPacket > ) : DatagramSocket
open fun hashCode ( ) : Int
open fun isMetricsEnabled ( ) : Boolean
open fun listen ( port : Int , host : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun listenMulticastGroup ( multicastAddress : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun listenMulticastGroup ( multicastAddress : String , networkInterface : String , source : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun localAddress ( ) : SocketAddress
open static fun newInstance ( arg : DatagramSocket ) : DatagramSocket
open fun pause ( ) : DatagramSocket
open fun resume ( ) : DatagramSocket
open fun rxBlockMulticastGroup ( multicastAddress : String , sourceToBlock : String ) : Single < DatagramSocket >
open fun rxBlockMulticastGroup ( multicastAddress : String , networkInterface : String , sourceToBlock : String ) : Single < DatagramSocket >
open fun rxClose ( ) : Single < Void >
open fun rxListen ( port : Int , host : String ) : Single < DatagramSocket >
open fun rxListenMulticastGroup ( multicastAddress : String ) : Single < DatagramSocket >
open fun rxListenMulticastGroup ( multicastAddress : String , networkInterface : String , source : String ) : Single < DatagramSocket >
open fun rxSend ( packet : Buffer , port : Int , host : String ) : Single < DatagramSocket >
open fun rxSend ( str : String , port : Int , host : String ) : Single < DatagramSocket >
open fun rxSend ( str : String , enc : String , port : Int , host : String ) : Single < DatagramSocket >
open fun rxUnlistenMulticastGroup ( multicastAddress : String ) : Single < DatagramSocket >
open fun rxUnlistenMulticastGroup ( multicastAddress : String , networkInterface : String , source : String ) : Single < DatagramSocket >
open fun send ( packet : Buffer , port : Int , host : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun send ( str : String , port : Int , host : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun send ( str : String , enc : String , port : Int , host : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun sender ( port : Int , host : String ) : WriteStream < Buffer >
open fun toObservable ( ) : Observable < DatagramPacket >
open fun toString ( ) : String
open fun unlistenMulticastGroup ( multicastAddress : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun unlistenMulticastGroup ( multicastAddress : String , networkInterface : String , source : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open class DatagramSocket : ReadStream < DatagramPacket > , Measured
Module Contents
DatagramSocket ( delegate : DatagramSocket )
static val __TYPE_ARG : TypeArg < DatagramSocket >
open fun blockMulticastGroup ( multicastAddress : String , sourceToBlock : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun blockMulticastGroup ( multicastAddress : String , networkInterface : String , sourceToBlock : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun close ( ) : Unit
open fun endHandler ( endHandler : Handler < Void > ) : DatagramSocket
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : DatagramSocket
open fun getDelegate ( ) : DatagramSocket
open fun handler ( handler : Handler < DatagramPacket > ) : DatagramSocket
open fun hashCode ( ) : Int
open fun isMetricsEnabled ( ) : Boolean
open fun listen ( port : Int , host : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun listenMulticastGroup ( multicastAddress : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun listenMulticastGroup ( multicastAddress : String , networkInterface : String , source : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun localAddress ( ) : SocketAddress
open static fun newInstance ( arg : DatagramSocket ) : DatagramSocket
open fun pause ( ) : DatagramSocket
open fun resume ( ) : DatagramSocket
open fun rxBlockMulticastGroup ( multicastAddress : String , sourceToBlock : String ) : Single < DatagramSocket >
open fun rxBlockMulticastGroup ( multicastAddress : String , networkInterface : String , sourceToBlock : String ) : Single < DatagramSocket >
open fun rxClose ( ) : Completable
open fun rxListen ( port : Int , host : String ) : Single < DatagramSocket >
open fun rxListenMulticastGroup ( multicastAddress : String ) : Single < DatagramSocket >
open fun rxListenMulticastGroup ( multicastAddress : String , networkInterface : String , source : String ) : Single < DatagramSocket >
open fun rxSend ( packet : Buffer , port : Int , host : String ) : Single < DatagramSocket >
open fun rxSend ( str : String , port : Int , host : String ) : Single < DatagramSocket >
open fun rxSend ( str : String , enc : String , port : Int , host : String ) : Single < DatagramSocket >
open fun rxUnlistenMulticastGroup ( multicastAddress : String ) : Single < DatagramSocket >
open fun rxUnlistenMulticastGroup ( multicastAddress : String , networkInterface : String , source : String ) : Single < DatagramSocket >
open fun send ( packet : Buffer , port : Int , host : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun send ( str : String , port : Int , host : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun send ( str : String , enc : String , port : Int , host : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun sender ( port : Int , host : String ) : WriteStream < Buffer >
open fun toFlowable ( ) : Flowable < DatagramPacket >
open fun toObservable ( ) : Observable < DatagramPacket >
open fun toString ( ) : String
open fun unlistenMulticastGroup ( multicastAddress : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun unlistenMulticastGroup ( multicastAddress : String , networkInterface : String , source : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open class DcCoordinatesConverter
open class DecodeException : RuntimeException
open class DefaultAbortHandler : Handler < ServerFrame >
open class DefaultAckHandler : Handler < ServerFrame >
open class DefaultBeginHandler : Handler < ServerFrame >
abstract class DefaultCommand : Command
open class DefaultCommandFactory < C : Command > : CommandFactory < C >
open class DefaultCommitHandler : Handler < ServerFrame >
open class DefaultConnectHandler : Handler < ServerFrame >
open class DefaultNackHandler : Handler < ServerFrame >
open class DefaultSendHandler : Handler < ServerFrame >
open class DefaultSubscribeHandler : Handler < ServerFrame >
open class DefaultUnsubscribeHandler : Handler < ServerFrame >
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class DefaultValue
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Description
interface Destination : Shareable
open class Destination
open class Destination
interface DestinationFactory
open class DestinationFactory
open class DestinationFactory
interface DigestAuthHandler : AuthHandler
open class DigestAuthHandler : AuthHandler , Handler < RoutingContext >
open class DigestAuthHandler : AuthHandler , Handler < RoutingContext >
interface DnsClient
Module Contents
abstract fun lookup ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
abstract fun lookup4 ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
abstract fun lookup6 ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
abstract fun resolveA ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
abstract fun resolveAAAA ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
abstract fun resolveCNAME ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
abstract fun resolveMX ( name : String , handler : Handler < AsyncResult < MutableList < MxRecord > > > ) : DnsClient
abstract fun resolveNS ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
abstract fun resolvePTR ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
abstract fun resolveSRV ( name : String , handler : Handler < AsyncResult < MutableList < SrvRecord > > > ) : DnsClient
abstract fun resolveTXT ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
abstract fun reverseLookup ( ipaddress : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open class DnsClient
Module Contents
DnsClient ( delegate : DnsClient )
static val __TYPE_ARG : TypeArg < DnsClient >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : DnsClient
open fun hashCode ( ) : Int
open fun lookup ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open fun lookup4 ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open fun lookup6 ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open static fun newInstance ( arg : DnsClient ) : DnsClient
open fun resolveA ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun resolveAAAA ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun resolveCNAME ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun resolveMX ( name : String , handler : Handler < AsyncResult < MutableList < MxRecord > > > ) : DnsClient
open fun resolveNS ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun resolvePTR ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open fun resolveSRV ( name : String , handler : Handler < AsyncResult < MutableList < SrvRecord > > > ) : DnsClient
open fun resolveTXT ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun reverseLookup ( ipaddress : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open fun rxLookup ( name : String ) : Single < String >
open fun rxLookup4 ( name : String ) : Single < String >
open fun rxLookup6 ( name : String ) : Single < String >
open fun rxResolveA ( name : String ) : Single < MutableList < String > >
open fun rxResolveAAAA ( name : String ) : Single < MutableList < String > >
open fun rxResolveCNAME ( name : String ) : Single < MutableList < String > >
open fun rxResolveMX ( name : String ) : Single < MutableList < MxRecord > >
open fun rxResolveNS ( name : String ) : Single < MutableList < String > >
open fun rxResolvePTR ( name : String ) : Single < String >
open fun rxResolveSRV ( name : String ) : Single < MutableList < SrvRecord > >
open fun rxResolveTXT ( name : String ) : Single < MutableList < String > >
open fun rxReverseLookup ( ipaddress : String ) : Single < String >
open fun toString ( ) : String
open class DnsClient
Module Contents
DnsClient ( delegate : DnsClient )
static val __TYPE_ARG : TypeArg < DnsClient >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : DnsClient
open fun hashCode ( ) : Int
open fun lookup ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open fun lookup4 ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open fun lookup6 ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open static fun newInstance ( arg : DnsClient ) : DnsClient
open fun resolveA ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun resolveAAAA ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun resolveCNAME ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun resolveMX ( name : String , handler : Handler < AsyncResult < MutableList < MxRecord > > > ) : DnsClient
open fun resolveNS ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun resolvePTR ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open fun resolveSRV ( name : String , handler : Handler < AsyncResult < MutableList < SrvRecord > > > ) : DnsClient
open fun resolveTXT ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun reverseLookup ( ipaddress : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open fun rxLookup ( name : String ) : Maybe < String >
open fun rxLookup4 ( name : String ) : Maybe < String >
open fun rxLookup6 ( name : String ) : Maybe < String >
open fun rxResolveA ( name : String ) : Single < MutableList < String > >
open fun rxResolveAAAA ( name : String ) : Single < MutableList < String > >
open fun rxResolveCNAME ( name : String ) : Single < MutableList < String > >
open fun rxResolveMX ( name : String ) : Single < MutableList < MxRecord > >
open fun rxResolveNS ( name : String ) : Single < MutableList < String > >
open fun rxResolvePTR ( name : String ) : Maybe < String >
open fun rxResolveSRV ( name : String ) : Single < MutableList < SrvRecord > >
open fun rxResolveTXT ( name : String ) : Single < MutableList < String > >
open fun rxReverseLookup ( ipaddress : String ) : Maybe < String >
open fun toString ( ) : String
open class DnsClientOptions
open class DnsClientOptionsConverter
class DnsException : Exception
class DnsResponseCode
open class DockerLinksServiceImporter : ServiceImporter
interface DropboxAuth
open class DropboxAuth
open class DropboxAuth
open class Dummy
open class Echo : AnnotatedCommand
open class EmailAddress
open class EncodeException : RuntimeException
interface ErrorHandler : Handler < RoutingContext >
open class ErrorHandler : Handler < RoutingContext >
open class ErrorHandler : Handler < RoutingContext >
interface EventBus : Measured
Module Contents
abstract fun addInterceptor ( interceptor : Handler < SendContext < Any > > ) : EventBus
abstract fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun < T : Any > consumer ( address : String ) : MessageConsumer < T >
abstract fun < T : Any > consumer ( address : String , handler : Handler < Message < T > > ) : MessageConsumer < T >
abstract fun < T : Any > localConsumer ( address : String ) : MessageConsumer < T >
abstract fun < T : Any > localConsumer ( address : String , handler : Handler < Message < T > > ) : MessageConsumer < T >
abstract fun publish ( address : String , message : Any ) : EventBus
abstract fun publish ( address : String , message : Any , options : DeliveryOptions ) : EventBus
abstract fun < T : Any > publisher ( address : String ) : MessageProducer < T >
abstract fun < T : Any > publisher ( address : String , options : DeliveryOptions ) : MessageProducer < T >
abstract fun registerCodec ( codec : MessageCodec < Any , Any > ) : EventBus
abstract fun < T : Any > registerDefaultCodec ( clazz : Class < T > , codec : MessageCodec < T , * > ) : EventBus
abstract fun removeInterceptor ( interceptor : Handler < SendContext < Any > > ) : EventBus
abstract fun send ( address : String , message : Any ) : EventBus
abstract fun < T : Any > send ( address : String , message : Any , replyHandler : Handler < AsyncResult < Message < T > > > ) : EventBus
abstract fun send ( address : String , message : Any , options : DeliveryOptions ) : EventBus
abstract fun < T : Any > send ( address : String , message : Any , options : DeliveryOptions , replyHandler : Handler < AsyncResult < Message < T > > > ) : EventBus
abstract fun < T : Any > sender ( address : String ) : MessageProducer < T >
abstract fun < T : Any > sender ( address : String , options : DeliveryOptions ) : MessageProducer < T >
abstract fun start ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun unregisterCodec ( name : String ) : EventBus
abstract fun unregisterDefaultCodec ( clazz : Class < Any > ) : EventBus
open class EventBus : Measured
Module Contents
EventBus ( delegate : EventBus )
static val __TYPE_ARG : TypeArg < EventBus >
open fun addInterceptor ( interceptor : Handler < SendContext < Any > > ) : EventBus
open fun < T : Any > consumer ( address : String ) : MessageConsumer < T >
open fun < T : Any > consumer ( address : String , handler : Handler < Message < T > > ) : MessageConsumer < T >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : EventBus
open fun hashCode ( ) : Int
open fun isMetricsEnabled ( ) : Boolean
open fun < T : Any > localConsumer ( address : String ) : MessageConsumer < T >
open fun < T : Any > localConsumer ( address : String , handler : Handler < Message < T > > ) : MessageConsumer < T >
open static fun newInstance ( arg : EventBus ) : EventBus
open fun publish ( address : String , message : Any ) : EventBus
open fun publish ( address : String , message : Any , options : DeliveryOptions ) : EventBus
open fun < T : Any > publisher ( address : String ) : MessageProducer < T >
open fun < T : Any > publisher ( address : String , options : DeliveryOptions ) : MessageProducer < T >
open fun removeInterceptor ( interceptor : Handler < SendContext < Any > > ) : EventBus
open fun < T : Any > rxSend ( address : String , message : Any ) : Single < Message < T > >
open fun < T : Any > rxSend ( address : String , message : Any , options : DeliveryOptions ) : Single < Message < T > >
open fun send ( address : String , message : Any ) : EventBus
open fun < T : Any > send ( address : String , message : Any , replyHandler : Handler < AsyncResult < Message < T > > > ) : EventBus
open fun send ( address : String , message : Any , options : DeliveryOptions ) : EventBus
open fun < T : Any > send ( address : String , message : Any , options : DeliveryOptions , replyHandler : Handler < AsyncResult < Message < T > > > ) : EventBus
open fun < T : Any > sender ( address : String ) : MessageProducer < T >
open fun < T : Any > sender ( address : String , options : DeliveryOptions ) : MessageProducer < T >
open fun toString ( ) : String
open class EventBus : Measured
Module Contents
EventBus ( delegate : EventBus )
static val __TYPE_ARG : TypeArg < EventBus >
open fun addInterceptor ( interceptor : Handler < SendContext < Any > > ) : EventBus
open fun < T : Any > consumer ( address : String ) : MessageConsumer < T >
open fun < T : Any > consumer ( address : String , handler : Handler < Message < T > > ) : MessageConsumer < T >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : EventBus
open fun hashCode ( ) : Int
open fun isMetricsEnabled ( ) : Boolean
open fun < T : Any > localConsumer ( address : String ) : MessageConsumer < T >
open fun < T : Any > localConsumer ( address : String , handler : Handler < Message < T > > ) : MessageConsumer < T >
open static fun newInstance ( arg : EventBus ) : EventBus
open fun publish ( address : String , message : Any ) : EventBus
open fun publish ( address : String , message : Any , options : DeliveryOptions ) : EventBus
open fun < T : Any > publisher ( address : String ) : MessageProducer < T >
open fun < T : Any > publisher ( address : String , options : DeliveryOptions ) : MessageProducer < T >
open fun removeInterceptor ( interceptor : Handler < SendContext < Any > > ) : EventBus
open fun < T : Any > rxSend ( address : String , message : Any ) : Single < Message < T > >
open fun < T : Any > rxSend ( address : String , message : Any , options : DeliveryOptions ) : Single < Message < T > >
open fun send ( address : String , message : Any ) : EventBus
open fun < T : Any > send ( address : String , message : Any , replyHandler : Handler < AsyncResult < Message < T > > > ) : EventBus
open fun send ( address : String , message : Any , options : DeliveryOptions ) : EventBus
open fun < T : Any > send ( address : String , message : Any , options : DeliveryOptions , replyHandler : Handler < AsyncResult < Message < T > > > ) : EventBus
open fun < T : Any > sender ( address : String ) : MessageProducer < T >
open fun < T : Any > sender ( address : String , options : DeliveryOptions ) : MessageProducer < T >
open fun toString ( ) : String
interface EventBusCollector
open class EventBusCollector
open class EventBusCollector
interface EventBusMetrics < H : Any > : Metrics
Module Contents
abstract fun beginHandleMessage ( handler : H , local : Boolean ) : Unit
abstract fun endHandleMessage ( handler : H , failure : Throwable ) : Unit
abstract fun handlerRegistered ( address : String , repliedAddress : String ) : H
abstract fun handlerUnregistered ( handler : H ) : Unit
abstract fun messageRead ( address : String , numberOfBytes : Int ) : Unit
abstract fun messageReceived ( address : String , publish : Boolean , local : Boolean , handlers : Int ) : Unit
abstract fun messageSent ( address : String , publish : Boolean , local : Boolean , remote : Boolean ) : Unit
abstract fun messageWritten ( address : String , numberOfBytes : Int ) : Unit
abstract fun replyFailure ( address : String , failure : ReplyFailure ) : Unit
abstract fun scheduleMessage ( handler : H , local : Boolean ) : Unit
open class EventBusService
Module Contents
EventBusService ( delegate : EventBusService )
static val __TYPE_ARG : TypeArg < EventBusService >
open static fun createRecord ( name : String , address : String , itf : String , metadata : JsonObject ) : Record
open static fun createRecord ( name : String , address : String , classname : String ) : Record
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : EventBusService
open static fun < T : Any > getServiceProxy ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , clientClass : Class < T > , resultHandler : Handler < AsyncResult < T > > ) : T
open static fun < T : Any > getServiceProxyWithJsonFilter ( discovery : ServiceDiscovery , filter : JsonObject , clientClass : Class < T > , resultHandler : Handler < AsyncResult < T > > ) : T
open fun hashCode ( ) : Int
open static fun newInstance ( arg : EventBusService ) : EventBusService
open fun toString ( ) : String
open class EventBusService
Module Contents
EventBusService ( delegate : EventBusService )
static val __TYPE_ARG : TypeArg < EventBusService >
open static fun createRecord ( name : String , address : String , itf : String , metadata : JsonObject ) : Record
open static fun createRecord ( name : String , address : String , classname : String ) : Record
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : EventBusService
open static fun < T : Any > getServiceProxy ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , clientClass : Class < T > , resultHandler : Handler < AsyncResult < T > > ) : T
open static fun < T : Any > getServiceProxyWithJsonFilter ( discovery : ServiceDiscovery , filter : JsonObject , clientClass : Class < T > , resultHandler : Handler < AsyncResult < T > > ) : T
open fun hashCode ( ) : Int
open static fun newInstance ( arg : EventBusService ) : EventBusService
open fun toString ( ) : String
open class EventConverter
open class EventListConverter
open class EventListOptionsConverter
open class EventOptionsConverter
open class Examples
interface FacebookAuth
open class FacebookAuth
open class FacebookAuth
class FailoverOptions
interface Failure
open class Failure
open class Failure
interface FaviconHandler : Handler < RoutingContext >
open class FaviconHandler : Handler < RoutingContext >
open class FaviconHandler : Handler < RoutingContext >
interface FileProps
open class FileProps
open class FileProps
open class FileSet
interface FileSystem
Module Contents
abstract fun chmod ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun chmodBlocking ( path : String , perms : String ) : FileSystem
abstract fun chmodRecursive ( path : String , perms : String , dirPerms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun chmodRecursiveBlocking ( path : String , perms : String , dirPerms : String ) : FileSystem
abstract fun chown ( path : String , user : String , group : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun chownBlocking ( path : String , user : String , group : String ) : FileSystem
abstract fun copy ( from : String , to : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun copy ( from : String , to : String , options : CopyOptions , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun copyBlocking ( from : String , to : String ) : FileSystem
abstract fun copyRecursive ( from : String , to : String , recursive : Boolean , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun copyRecursiveBlocking ( from : String , to : String , recursive : Boolean ) : FileSystem
abstract fun createFile ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun createFile ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun createFileBlocking ( path : String ) : FileSystem
abstract fun createFileBlocking ( path : String , perms : String ) : FileSystem
abstract fun delete ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun deleteBlocking ( path : String ) : FileSystem
abstract fun deleteRecursive ( path : String , recursive : Boolean , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun deleteRecursiveBlocking ( path : String , recursive : Boolean ) : FileSystem
abstract fun exists ( path : String , handler : Handler < AsyncResult < Boolean > > ) : FileSystem
abstract fun existsBlocking ( path : String ) : Boolean
abstract fun fsProps ( path : String , handler : Handler < AsyncResult < FileSystemProps > > ) : FileSystem
abstract fun fsPropsBlocking ( path : String ) : FileSystemProps
abstract fun link ( link : String , existing : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun linkBlocking ( link : String , existing : String ) : FileSystem
abstract fun lprops ( path : String , handler : Handler < AsyncResult < FileProps > > ) : FileSystem
abstract fun lpropsBlocking ( path : String ) : FileProps
abstract fun mkdir ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun mkdir ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun mkdirBlocking ( path : String ) : FileSystem
abstract fun mkdirBlocking ( path : String , perms : String ) : FileSystem
abstract fun mkdirs ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun mkdirs ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun mkdirsBlocking ( path : String ) : FileSystem
abstract fun mkdirsBlocking ( path : String , perms : String ) : FileSystem
abstract fun move ( from : String , to : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun move ( from : String , to : String , options : CopyOptions , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun moveBlocking ( from : String , to : String ) : FileSystem
abstract fun open ( path : String , options : OpenOptions , handler : Handler < AsyncResult < AsyncFile > > ) : FileSystem
abstract fun openBlocking ( path : String , options : OpenOptions ) : AsyncFile
abstract fun props ( path : String , handler : Handler < AsyncResult < FileProps > > ) : FileSystem
abstract fun propsBlocking ( path : String ) : FileProps
abstract fun readDir ( path : String , handler : Handler < AsyncResult < MutableList < String > > > ) : FileSystem
abstract fun readDir ( path : String , filter : String , handler : Handler < AsyncResult < MutableList < String > > > ) : FileSystem
abstract fun readDirBlocking ( path : String ) : MutableList < String >
abstract fun readDirBlocking ( path : String , filter : String ) : MutableList < String >
abstract fun readFile ( path : String , handler : Handler < AsyncResult < Buffer > > ) : FileSystem
abstract fun readFileBlocking ( path : String ) : Buffer
abstract fun readSymlink ( link : String , handler : Handler < AsyncResult < String > > ) : FileSystem
abstract fun readSymlinkBlocking ( link : String ) : String
abstract fun symlink ( link : String , existing : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun symlinkBlocking ( link : String , existing : String ) : FileSystem
abstract fun truncate ( path : String , len : Long , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun truncateBlocking ( path : String , len : Long ) : FileSystem
abstract fun unlink ( link : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun unlinkBlocking ( link : String ) : FileSystem
abstract fun writeFile ( path : String , data : Buffer , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun writeFileBlocking ( path : String , data : Buffer ) : FileSystem
open class FileSystem
Module Contents
FileSystem ( delegate : FileSystem )
static val __TYPE_ARG : TypeArg < FileSystem >
open fun chmod ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun chmodBlocking ( path : String , perms : String ) : FileSystem
open fun chmodRecursive ( path : String , perms : String , dirPerms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun chmodRecursiveBlocking ( path : String , perms : String , dirPerms : String ) : FileSystem
open fun chown ( path : String , user : String , group : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun chownBlocking ( path : String , user : String , group : String ) : FileSystem
open fun copy ( from : String , to : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun copy ( from : String , to : String , options : CopyOptions , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun copyBlocking ( from : String , to : String ) : FileSystem
open fun copyRecursive ( from : String , to : String , recursive : Boolean , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun copyRecursiveBlocking ( from : String , to : String , recursive : Boolean ) : FileSystem
open fun createFile ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun createFile ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun createFileBlocking ( path : String ) : FileSystem
open fun createFileBlocking ( path : String , perms : String ) : FileSystem
open fun delete ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun deleteBlocking ( path : String ) : FileSystem
open fun deleteRecursive ( path : String , recursive : Boolean , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun deleteRecursiveBlocking ( path : String , recursive : Boolean ) : FileSystem
open fun equals ( other : Any ? ) : Boolean
open fun exists ( path : String , handler : Handler < AsyncResult < Boolean > > ) : FileSystem
open fun existsBlocking ( path : String ) : Boolean
open fun fsProps ( path : String , handler : Handler < AsyncResult < FileSystemProps > > ) : FileSystem
open fun fsPropsBlocking ( path : String ) : FileSystemProps
open fun getDelegate ( ) : FileSystem
open fun hashCode ( ) : Int
open fun link ( link : String , existing : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun linkBlocking ( link : String , existing : String ) : FileSystem
open fun lprops ( path : String , handler : Handler < AsyncResult < FileProps > > ) : FileSystem
open fun lpropsBlocking ( path : String ) : FileProps
open fun mkdir ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun mkdir ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun mkdirBlocking ( path : String ) : FileSystem
open fun mkdirBlocking ( path : String , perms : String ) : FileSystem
open fun mkdirs ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun mkdirs ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun mkdirsBlocking ( path : String ) : FileSystem
open fun mkdirsBlocking ( path : String , perms : String ) : FileSystem
open fun move ( from : String , to : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun move ( from : String , to : String , options : CopyOptions , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun moveBlocking ( from : String , to : String ) : FileSystem
open static fun newInstance ( arg : FileSystem ) : FileSystem
open fun open ( path : String , options : OpenOptions , handler : Handler < AsyncResult < AsyncFile > > ) : FileSystem
open fun openBlocking ( path : String , options : OpenOptions ) : AsyncFile
open fun props ( path : String , handler : Handler < AsyncResult < FileProps > > ) : FileSystem
open fun propsBlocking ( path : String ) : FileProps
open fun readDir ( path : String , handler : Handler < AsyncResult < MutableList < String > > > ) : FileSystem
open fun readDir ( path : String , filter : String , handler : Handler < AsyncResult < MutableList < String > > > ) : FileSystem
open fun readDirBlocking ( path : String ) : MutableList < String >
open fun readDirBlocking ( path : String , filter : String ) : MutableList < String >
open fun readFile ( path : String , handler : Handler < AsyncResult < Buffer > > ) : FileSystem
open fun readFileBlocking ( path : String ) : Buffer
open fun readSymlink ( link : String , handler : Handler < AsyncResult < String > > ) : FileSystem
open fun readSymlinkBlocking ( link : String ) : String
open fun rxChmod ( path : String , perms : String ) : Single < Void >
open fun rxChmodRecursive ( path : String , perms : String , dirPerms : String ) : Single < Void >
open fun rxChown ( path : String , user : String , group : String ) : Single < Void >
open fun rxCopy ( from : String , to : String ) : Single < Void >
open fun rxCopy ( from : String , to : String , options : CopyOptions ) : Single < Void >
open fun rxCopyRecursive ( from : String , to : String , recursive : Boolean ) : Single < Void >
open fun rxCreateFile ( path : String ) : Single < Void >
open fun rxCreateFile ( path : String , perms : String ) : Single < Void >
open fun rxDelete ( path : String ) : Single < Void >
open fun rxDeleteRecursive ( path : String , recursive : Boolean ) : Single < Void >
open fun rxExists ( path : String ) : Single < Boolean >
open fun rxFsProps ( path : String ) : Single < FileSystemProps >
open fun rxLink ( link : String , existing : String ) : Single < Void >
open fun rxLprops ( path : String ) : Single < FileProps >
open fun rxMkdir ( path : String ) : Single < Void >
open fun rxMkdir ( path : String , perms : String ) : Single < Void >
open fun rxMkdirs ( path : String ) : Single < Void >
open fun rxMkdirs ( path : String , perms : String ) : Single < Void >
open fun rxMove ( from : String , to : String ) : Single < Void >
open fun rxMove ( from : String , to : String , options : CopyOptions ) : Single < Void >
open fun rxOpen ( path : String , options : OpenOptions ) : Single < AsyncFile >
open fun rxProps ( path : String ) : Single < FileProps >
open fun rxReadDir ( path : String ) : Single < MutableList < String > >
open fun rxReadDir ( path : String , filter : String ) : Single < MutableList < String > >
open fun rxReadFile ( path : String ) : Single < Buffer >
open fun rxReadSymlink ( link : String ) : Single < String >
open fun rxSymlink ( link : String , existing : String ) : Single < Void >
open fun rxTruncate ( path : String , len : Long ) : Single < Void >
open fun rxUnlink ( link : String ) : Single < Void >
open fun rxWriteFile ( path : String , data : Buffer ) : Single < Void >
open fun symlink ( link : String , existing : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun symlinkBlocking ( link : String , existing : String ) : FileSystem
open fun toString ( ) : String
open fun truncate ( path : String , len : Long , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun truncateBlocking ( path : String , len : Long ) : FileSystem
open fun unlink ( link : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun unlinkBlocking ( link : String ) : FileSystem
open fun writeFile ( path : String , data : Buffer , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun writeFileBlocking ( path : String , data : Buffer ) : FileSystem
open class FileSystem
Module Contents
FileSystem ( delegate : FileSystem )
static val __TYPE_ARG : TypeArg < FileSystem >
open fun chmod ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun chmodBlocking ( path : String , perms : String ) : FileSystem
open fun chmodRecursive ( path : String , perms : String , dirPerms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun chmodRecursiveBlocking ( path : String , perms : String , dirPerms : String ) : FileSystem
open fun chown ( path : String , user : String , group : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun chownBlocking ( path : String , user : String , group : String ) : FileSystem
open fun copy ( from : String , to : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun copy ( from : String , to : String , options : CopyOptions , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun copyBlocking ( from : String , to : String ) : FileSystem
open fun copyRecursive ( from : String , to : String , recursive : Boolean , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun copyRecursiveBlocking ( from : String , to : String , recursive : Boolean ) : FileSystem
open fun createFile ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun createFile ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun createFileBlocking ( path : String ) : FileSystem
open fun createFileBlocking ( path : String , perms : String ) : FileSystem
open fun delete ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun deleteBlocking ( path : String ) : FileSystem
open fun deleteRecursive ( path : String , recursive : Boolean , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun deleteRecursiveBlocking ( path : String , recursive : Boolean ) : FileSystem
open fun equals ( other : Any ? ) : Boolean
open fun exists ( path : String , handler : Handler < AsyncResult < Boolean > > ) : FileSystem
open fun existsBlocking ( path : String ) : Boolean
open fun fsProps ( path : String , handler : Handler < AsyncResult < FileSystemProps > > ) : FileSystem
open fun fsPropsBlocking ( path : String ) : FileSystemProps
open fun getDelegate ( ) : FileSystem
open fun hashCode ( ) : Int
open fun link ( link : String , existing : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun linkBlocking ( link : String , existing : String ) : FileSystem
open fun lprops ( path : String , handler : Handler < AsyncResult < FileProps > > ) : FileSystem
open fun lpropsBlocking ( path : String ) : FileProps
open fun mkdir ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun mkdir ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun mkdirBlocking ( path : String ) : FileSystem
open fun mkdirBlocking ( path : String , perms : String ) : FileSystem
open fun mkdirs ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun mkdirs ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun mkdirsBlocking ( path : String ) : FileSystem
open fun mkdirsBlocking ( path : String , perms : String ) : FileSystem
open fun move ( from : String , to : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun move ( from : String , to : String , options : CopyOptions , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun moveBlocking ( from : String , to : String ) : FileSystem
open static fun newInstance ( arg : FileSystem ) : FileSystem
open fun open ( path : String , options : OpenOptions , handler : Handler < AsyncResult < AsyncFile > > ) : FileSystem
open fun openBlocking ( path : String , options : OpenOptions ) : AsyncFile
open fun props ( path : String , handler : Handler < AsyncResult < FileProps > > ) : FileSystem
open fun propsBlocking ( path : String ) : FileProps
open fun readDir ( path : String , handler : Handler < AsyncResult < MutableList < String > > > ) : FileSystem
open fun readDir ( path : String , filter : String , handler : Handler < AsyncResult < MutableList < String > > > ) : FileSystem
open fun readDirBlocking ( path : String ) : MutableList < String >
open fun readDirBlocking ( path : String , filter : String ) : MutableList < String >
open fun readFile ( path : String , handler : Handler < AsyncResult < Buffer > > ) : FileSystem
open fun readFileBlocking ( path : String ) : Buffer
open fun readSymlink ( link : String , handler : Handler < AsyncResult < String > > ) : FileSystem
open fun readSymlinkBlocking ( link : String ) : String
open fun rxChmod ( path : String , perms : String ) : Completable
open fun rxChmodRecursive ( path : String , perms : String , dirPerms : String ) : Completable
open fun rxChown ( path : String , user : String , group : String ) : Completable
open fun rxCopy ( from : String , to : String ) : Completable
open fun rxCopy ( from : String , to : String , options : CopyOptions ) : Completable
open fun rxCopyRecursive ( from : String , to : String , recursive : Boolean ) : Completable
open fun rxCreateFile ( path : String ) : Completable
open fun rxCreateFile ( path : String , perms : String ) : Completable
open fun rxDelete ( path : String ) : Completable
open fun rxDeleteRecursive ( path : String , recursive : Boolean ) : Completable
open fun rxExists ( path : String ) : Single < Boolean >
open fun rxFsProps ( path : String ) : Single < FileSystemProps >
open fun rxLink ( link : String , existing : String ) : Completable
open fun rxLprops ( path : String ) : Single < FileProps >
open fun rxMkdir ( path : String ) : Completable
open fun rxMkdir ( path : String , perms : String ) : Completable
open fun rxMkdirs ( path : String ) : Completable
open fun rxMkdirs ( path : String , perms : String ) : Completable
open fun rxMove ( from : String , to : String ) : Completable
open fun rxMove ( from : String , to : String , options : CopyOptions ) : Completable
open fun rxOpen ( path : String , options : OpenOptions ) : Single < AsyncFile >
open fun rxProps ( path : String ) : Single < FileProps >
open fun rxReadDir ( path : String ) : Single < MutableList < String > >
open fun rxReadDir ( path : String , filter : String ) : Single < MutableList < String > >
open fun rxReadFile ( path : String ) : Single < Buffer >
open fun rxReadSymlink ( link : String ) : Single < String >
open fun rxSymlink ( link : String , existing : String ) : Completable
open fun rxTruncate ( path : String , len : Long ) : Completable
open fun rxUnlink ( link : String ) : Completable
open fun rxWriteFile ( path : String , data : Buffer ) : Completable
open fun symlink ( link : String , existing : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun symlinkBlocking ( link : String , existing : String ) : FileSystem
open fun toString ( ) : String
open fun truncate ( path : String , len : Long , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun truncateBlocking ( path : String , len : Long ) : FileSystem
open fun unlink ( link : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun unlinkBlocking ( link : String ) : FileSystem
open fun writeFile ( path : String , data : Buffer , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun writeFileBlocking ( path : String , data : Buffer ) : FileSystem
open class FileSystemCd : AnnotatedCommand
open class FileSystemException : VertxException
open class FileSystemLs : AnnotatedCommand
open class FileSystemProps
open class FileSystemPwd : AnnotatedCommand
interface FileUpload
open class FileUpload
open class FileUpload
open class FindOptionsConverter
open class FlowableHelper
open class FlowableHelper
Module Contents
FlowableHelper ( )
open static fun < T : Any , U : Any > toFlowable ( stream : ReadStream < T > , mapping : Function < T , U > ) : Flowable < U >
open static fun < T : Any > toFlowable ( stream : ReadStream < T > ) : Flowable < T >
open static fun < T : Any > toFlowable ( stream : ReadStream < T > , maxBufferSize : Long ) : Flowable < T >
open static fun < T : Any > toReadStream ( observable : Flowable < T > ) : ReadStream < T >
open static fun < T : Any > unmarshaller ( mappedType : Class < T > ) : FlowableTransformer < Buffer , T >
open static fun < T : Any > unmarshaller ( mappedTypeRef : TypeReference < T > ) : FlowableTransformer < Buffer , T >
open static fun < T : Any > unmarshaller ( mappedType : Class < T > , mapper : ObjectMapper ) : FlowableTransformer < Buffer , T >
open static fun < T : Any > unmarshaller ( mappedTypeRef : TypeReference < T > , mapper : ObjectMapper ) : FlowableTransformer < Buffer , T >
open class FlowableUnmarshaller < T : Any , B : Any > : FlowableTransformer < B , T >
Module Contents
FlowableUnmarshaller ( unwrap : Function < B , Buffer > , mappedType : Class < T > )
FlowableUnmarshaller ( unwrap : Function < B , Buffer > , mappedTypeRef : TypeReference < T > )
FlowableUnmarshaller ( unwrap : Function < B , Buffer > , mappedType : Class < T > , mapper : ObjectMapper )
FlowableUnmarshaller ( unwrap : Function < B , Buffer > , mappedTypeRef : TypeReference < T > , mapper : ObjectMapper )
open fun apply ( @NonNull upstream : @NonNull Flowable < B > ) : Publisher < T >
interface FormLoginHandler : Handler < RoutingContext >
open class FormLoginHandler : Handler < RoutingContext >
open class FormLoginHandler : Handler < RoutingContext >
interface FoursquareAuth
open class FoursquareAuth
open class FoursquareAuth
open class FrameConverter
interface Frames
open class Frames
open class Frames
interface FreeMarkerTemplateEngine : TemplateEngine
open class FreeMarkerTemplateEngine : TemplateEngine
open class FreeMarkerTemplateEngine : TemplateEngine
class FromBasedConverter < T : Any > : Converter < T >
class FromStringBasedConverter < T : Any > : Converter < T >
open class Future < T : Any >
open class Future < T : Any >
interface FutureFactory
class GeoUnit
open class GitConfigStore : ConfigStore
open class GitConfigStoreFactory : ConfigStoreFactory
interface GithubAuth
open class GithubAuth
open class GithubAuth
interface GoogleAuth
open class GoogleAuth
open class GoogleAuth
open class GroovyDocGenerator : DocGenerator
open class GroovyVerticleFactory : VerticleFactory
interface GrpcBidiExchange < I : Any , O : Any > : GrpcReadStream < I > , GrpcWriteStream < O >
Module Contents
open static fun < I : Any , O : Any > create ( readStream : GrpcReadStream < I > , writeObserver : StreamObserver < O > ) : GrpcBidiExchange < I , O >
open static fun < I : Any , O : Any > create ( readObserver : StreamObserver < I > , writeObserver : StreamObserver < O > ) : GrpcBidiExchange < I , O >
abstract fun drainHandler ( handler : Handler < Void > ) : GrpcBidiExchange < I , O >
abstract fun endHandler ( handler : Handler < Void > ) : GrpcBidiExchange < I , O >
abstract fun exceptionHandler ( handler : Handler < Throwable > ) : GrpcBidiExchange < I , O >
abstract fun fail ( t : Throwable ) : GrpcBidiExchange < I , O >
abstract fun handler ( handler : Handler < I > ) : GrpcBidiExchange < I , O >
abstract fun pause ( ) : GrpcBidiExchange < I , O >
abstract fun readObserver ( ) : StreamObserver < I >
abstract fun resume ( ) : GrpcBidiExchange < I , O >
abstract fun setReadObserver ( observer : StreamObserver < I > ) : GrpcBidiExchange < I , O >
abstract fun setWriteQueueMaxSize ( maxSize : Int ) : GrpcBidiExchange < I , O >
abstract fun write ( data : O ) : GrpcBidiExchange < I , O >
abstract fun writeObserver ( ) : StreamObserver < O >
interface GrpcReadStream < T : Any > : ReadStream < T >
interface GrpcUniExchange < O : Any , I : Any > : GrpcWriteStream < O >
interface GrpcWriteStream < T : Any > : WriteStream < T >
interface HTTPOperationRequestValidationHandler : ValidationHandler
interface HTTPOperationRequestValidationHandler : ValidationHandler , Handler < RoutingContext >
interface HTTPOperationRequestValidationHandler : ValidationHandler , Handler < RoutingContext >
interface HTTPRequestValidationHandler : ValidationHandler
Module Contents
abstract fun addCustomValidatorFunction ( customValidator : CustomValidator ) : HTTPRequestValidationHandler
abstract fun addExpectedContentType ( contentType : String ) : HTTPRequestValidationHandler
abstract fun addFormParam ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addFormParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
abstract fun addFormParamWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addFormParamsArray ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addFormParamsArrayWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addHeaderParam ( headerName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addHeaderParamWithCustomTypeValidator ( headerName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
abstract fun addHeaderParamWithPattern ( headerName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addJsonBodySchema ( jsonSchema : String ) : HTTPRequestValidationHandler
abstract fun addMultipartRequiredFile ( filename : String , contentType : String ) : HTTPRequestValidationHandler
abstract fun addPathParam ( parameterName : String , type : ParameterType ) : HTTPRequestValidationHandler
abstract fun addPathParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
abstract fun addPathParamWithPattern ( parameterName : String , pattern : String ) : HTTPRequestValidationHandler
abstract fun addQueryParam ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addQueryParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
abstract fun addQueryParamWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addQueryParamsArray ( arrayName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addQueryParamsArrayWithPattern ( arrayName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addXMLBodySchema ( xmlSchema : String ) : HTTPRequestValidationHandler
open static fun create ( ) : HTTPRequestValidationHandler
open class HTTPRequestValidationHandler : ValidationHandler , Handler < RoutingContext >
Module Contents
HTTPRequestValidationHandler ( delegate : HTTPRequestValidationHandler )
static val __TYPE_ARG : TypeArg < HTTPRequestValidationHandler >
open fun addCustomValidatorFunction ( customValidator : CustomValidator ) : HTTPRequestValidationHandler
open fun addExpectedContentType ( contentType : String ) : HTTPRequestValidationHandler
open fun addFormParam ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addFormParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
open fun addFormParamWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addFormParamsArray ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addFormParamsArrayWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addHeaderParam ( headerName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addHeaderParamWithCustomTypeValidator ( headerName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
open fun addHeaderParamWithPattern ( headerName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addJsonBodySchema ( jsonSchema : String ) : HTTPRequestValidationHandler
open fun addMultipartRequiredFile ( filename : String , contentType : String ) : HTTPRequestValidationHandler
open fun addPathParam ( parameterName : String , type : ParameterType ) : HTTPRequestValidationHandler
open fun addPathParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
open fun addPathParamWithPattern ( parameterName : String , pattern : String ) : HTTPRequestValidationHandler
open fun addQueryParam ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addQueryParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
open fun addQueryParamWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addQueryParamsArray ( arrayName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addQueryParamsArrayWithPattern ( arrayName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addXMLBodySchema ( xmlSchema : String ) : HTTPRequestValidationHandler
open static fun create ( ) : HTTPRequestValidationHandler
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : HTTPRequestValidationHandler
open fun handle ( arg0 : RoutingContext ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : HTTPRequestValidationHandler ) : HTTPRequestValidationHandler
open fun toString ( ) : String
open class HTTPRequestValidationHandler : ValidationHandler , Handler < RoutingContext >
Module Contents
HTTPRequestValidationHandler ( delegate : HTTPRequestValidationHandler )
static val __TYPE_ARG : TypeArg < HTTPRequestValidationHandler >
open fun addCustomValidatorFunction ( customValidator : CustomValidator ) : HTTPRequestValidationHandler
open fun addExpectedContentType ( contentType : String ) : HTTPRequestValidationHandler
open fun addFormParam ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addFormParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
open fun addFormParamWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addFormParamsArray ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addFormParamsArrayWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addHeaderParam ( headerName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addHeaderParamWithCustomTypeValidator ( headerName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
open fun addHeaderParamWithPattern ( headerName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addJsonBodySchema ( jsonSchema : String ) : HTTPRequestValidationHandler
open fun addMultipartRequiredFile ( filename : String , contentType : String ) : HTTPRequestValidationHandler
open fun addPathParam ( parameterName : String , type : ParameterType ) : HTTPRequestValidationHandler
open fun addPathParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
open fun addPathParamWithPattern ( parameterName : String , pattern : String ) : HTTPRequestValidationHandler
open fun addQueryParam ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addQueryParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
open fun addQueryParamWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addQueryParamsArray ( arrayName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addQueryParamsArrayWithPattern ( arrayName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addXMLBodySchema ( xmlSchema : String ) : HTTPRequestValidationHandler
open static fun create ( ) : HTTPRequestValidationHandler
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : HTTPRequestValidationHandler
open fun handle ( arg0 : RoutingContext ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : HTTPRequestValidationHandler ) : HTTPRequestValidationHandler
open fun toString ( ) : String
interface HandlebarsTemplateEngine : TemplateEngine
open class HandlebarsTemplateEngine : TemplateEngine
open class HandlebarsTemplateEngine : TemplateEngine
open class HandlerAdapter < T : Any > : ObservableOnSubscribeAdapter < T > , Handler < AsyncResult < T > >
interface HandlerReceiverAdaptor < T : Any > : Handler < T > , Receiver < T >
interface HashStrategy
open class HashStrategy
open class HashStrategy
open class HazelcastClusterManager : ClusterManager , MembershipListener , LifecycleListener
Module Contents
HazelcastClusterManager ( )
HazelcastClusterManager ( conf : Config )
HazelcastClusterManager ( instance : HazelcastInstance )
open fun < K : Any , V : Any > getAsyncMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
open fun < K : Any , V : Any > getAsyncMultiMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMultiMap < K , V > > > ) : Unit
open fun getConfig ( ) : Config
open fun getCounter ( name : String , resultHandler : Handler < AsyncResult < Counter > > ) : Unit
open fun getHazelcastInstance ( ) : HazelcastInstance
open fun getLockWithTimeout ( name : String , timeout : Long , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
open fun getNodeID ( ) : String
open fun getNodes ( ) : MutableList < String >
open fun < K : Any , V : Any > getSyncMap ( name : String ) : MutableMap < K , V >
open fun isActive ( ) : Boolean
open fun join ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun leave ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun loadConfig ( ) : Config
open fun memberAdded ( membershipEvent : MembershipEvent ) : Unit
open fun memberAttributeChanged ( memberAttributeEvent : MemberAttributeEvent ) : Unit
open fun memberRemoved ( membershipEvent : MembershipEvent ) : Unit
open fun nodeListener ( listener : NodeListener ) : Unit
open fun setConfig ( config : Config ) : Unit
open fun setVertx ( vertx : Vertx ) : Unit
open fun stateChanged ( lifecycleEvent : LifecycleEvent ) : Unit
open class Headers : HashMap < String , String >
interface HealthCheckHandler : Handler < RoutingContext >
open class HealthCheckHandler : Handler < RoutingContext >
open class HealthCheckHandler : Handler < RoutingContext >
interface HealthChecks
open class HealthChecks
open class HealthChecks
open class Help : AnnotatedCommand
open class Helper
open class Helper
open class Helper
interface HerokuAuth
open class HerokuAuth
open class HerokuAuth
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Hidden
open class HoconProcessor : ConfigProcessor
interface HtdigestAuth : AuthProvider
open class HtdigestAuth : AuthProvider
open class HtdigestAuth : AuthProvider
open class HttpClient : Measured
Module Contents
HttpClient ( delegate : HttpClient )
static val __TYPE_ARG : TypeArg < HttpClient >
open fun close ( ) : Unit
open fun delete ( options : RequestOptions ) : HttpClientRequest
open fun delete ( port : Int , host : String , requestURI : String ) : HttpClientRequest
open fun delete ( host : String , requestURI : String ) : HttpClientRequest
open fun delete ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun delete ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun delete ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun delete ( requestURI : String ) : HttpClientRequest
open fun delete ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun deleteAbs ( absoluteURI : String ) : HttpClientRequest
open fun deleteAbs ( absoluteURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun equals ( other : Any ? ) : Boolean
open fun get ( options : RequestOptions ) : HttpClientRequest
open fun get ( port : Int , host : String , requestURI : String ) : HttpClientRequest
open fun get ( host : String , requestURI : String ) : HttpClientRequest
open fun get ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun get ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun get ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun get ( requestURI : String ) : HttpClientRequest
open fun get ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun getAbs ( absoluteURI : String ) : HttpClientRequest
open fun getAbs ( absoluteURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun getDelegate ( ) : HttpClient
open fun getNow ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun getNow ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun getNow ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun getNow ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun hashCode ( ) : Int
open fun head ( options : RequestOptions ) : HttpClientRequest
open fun head ( port : Int , host : String , requestURI : String ) : HttpClientRequest
open fun head ( host : String , requestURI : String ) : HttpClientRequest
open fun head ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun head ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun head ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun head ( requestURI : String ) : HttpClientRequest
open fun head ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun headAbs ( absoluteURI : String ) : HttpClientRequest
open fun headAbs ( absoluteURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun headNow ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun headNow ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun headNow ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun headNow ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun isMetricsEnabled ( ) : Boolean
open static fun newInstance ( arg : HttpClient ) : HttpClient
open fun options ( options : RequestOptions ) : HttpClientRequest
open fun options ( port : Int , host : String , requestURI : String ) : HttpClientRequest
open fun options ( host : String , requestURI : String ) : HttpClientRequest
open fun options ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun options ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun options ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun options ( requestURI : String ) : HttpClientRequest
open fun options ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun optionsAbs ( absoluteURI : String ) : HttpClientRequest
open fun optionsAbs ( absoluteURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun optionsNow ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun optionsNow ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun optionsNow ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun optionsNow ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun post ( options : RequestOptions ) : HttpClientRequest
open fun post ( port : Int , host : String , requestURI : String ) : HttpClientRequest
open fun post ( host : String , requestURI : String ) : HttpClientRequest
open fun post ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun post ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun post ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun post ( requestURI : String ) : HttpClientRequest
open fun post ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun postAbs ( absoluteURI : String ) : HttpClientRequest
open fun postAbs ( absoluteURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun put ( options : RequestOptions ) : HttpClientRequest
open fun put ( port : Int , host : String , requestURI : String ) : HttpClientRequest
open fun put ( host : String , requestURI : String ) : HttpClientRequest
open fun put ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun put ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun put ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun put ( requestURI : String ) : HttpClientRequest
open fun put ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun putAbs ( absoluteURI : String ) : HttpClientRequest
open fun putAbs ( absoluteURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun redirectHandler ( handler : Function < HttpClientResponse , Future < HttpClientRequest > > ) : HttpClient
open fun request ( method : HttpMethod , options : RequestOptions ) : HttpClientRequest
open fun request ( method : HttpMethod , port : Int , host : String , requestURI : String ) : HttpClientRequest
open fun request ( method : HttpMethod , host : String , requestURI : String ) : HttpClientRequest
open fun request ( method : HttpMethod , options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun request ( method : HttpMethod , port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun request ( method : HttpMethod , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun request ( method : HttpMethod , requestURI : String ) : HttpClientRequest
open fun request ( method : HttpMethod , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun requestAbs ( method : HttpMethod , absoluteURI : String ) : HttpClientRequest
open fun requestAbs ( method : HttpMethod , absoluteURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun toString ( ) : String
open fun websocket ( options : RequestOptions , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( port : Int , host : String , requestURI : String , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( options : RequestOptions , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( port : Int , host : String , requestURI : String , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( host : String , requestURI : String , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( host : String , requestURI : String , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( options : RequestOptions , headers : MultiMap , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( port : Int , host : String , requestURI : String , headers : MultiMap , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( options : RequestOptions , headers : MultiMap , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( port : Int , host : String , requestURI : String , headers : MultiMap , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( host : String , requestURI : String , headers : MultiMap , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( host : String , requestURI : String , headers : MultiMap , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( options : RequestOptions , headers : MultiMap , version : WebsocketVersion , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( port : Int , host : String , requestURI : String , headers : MultiMap , version : WebsocketVersion , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( options : RequestOptions , headers : MultiMap , version : WebsocketVersion , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( port : Int , host : String , requestURI : String , headers : MultiMap , version : WebsocketVersion , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( host : String , requestURI : String , headers : MultiMap , version : WebsocketVersion , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( host : String , requestURI : String , headers : MultiMap , version : WebsocketVersion , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( options : RequestOptions , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( port : Int , host : String , requestURI : String , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( options : RequestOptions , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( port : Int , host : String , requestURI : String , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( host : String , requestURI : String , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( host : String , requestURI : String , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( requestURI : String , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( requestURI : String , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( requestURI : String , headers : MultiMap , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( requestURI : String , headers : MultiMap , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( requestURI : String , headers : MultiMap , version : WebsocketVersion , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( requestURI : String , headers : MultiMap , version : WebsocketVersion , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( requestURI : String , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( requestURI : String , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocketAbs ( url : String , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocketStream ( options : RequestOptions ) : ReadStream < WebSocket >
open fun websocketStream ( port : Int , host : String , requestURI : String ) : ReadStream < WebSocket >
open fun websocketStream ( host : String , requestURI : String ) : ReadStream < WebSocket >
open fun websocketStream ( options : RequestOptions , : MultiMap ) : ReadStream < WebSocket >
open fun websocketStream ( port : Int , host : String , requestURI : String , : MultiMap ) : ReadStream < WebSocket >
open fun websocketStream ( host : String , requestURI : String , : MultiMap ) : ReadStream < WebSocket >
open fun websocketStream ( options : RequestOptions , : MultiMap , version : WebsocketVersion ) : ReadStream < WebSocket >
open fun websocketStream ( port : Int , host : String , requestURI : String , : MultiMap , version : WebsocketVersion ) : ReadStream < WebSocket >
open fun websocketStream ( host : String , requestURI : String , : MultiMap , version : WebsocketVersion ) : ReadStream < WebSocket >
open fun websocketStream ( options : RequestOptions , : MultiMap , version : WebsocketVersion , subProtocols : String ) : ReadStream < WebSocket >
open fun websocketStream ( port : Int , host : String , requestURI : String , : MultiMap , version : WebsocketVersion , subProtocols : String ) : ReadStream < WebSocket >
open fun websocketStream ( host : String , requestURI : String , : MultiMap , version : WebsocketVersion , subProtocols : String ) : ReadStream < WebSocket >
open fun websocketStream ( requestURI : String ) : ReadStream < WebSocket >
open fun websocketStream ( requestURI : String , : MultiMap ) : ReadStream < WebSocket >
open fun websocketStream ( requestURI : String , : MultiMap , version : WebsocketVersion ) : ReadStream < WebSocket >
open fun websocketStream ( requestURI : String , : MultiMap , version : WebsocketVersion , subProtocols : String ) : ReadStream < WebSocket >
open fun websocketStreamAbs ( url : String , : MultiMap , version : WebsocketVersion , subProtocols : String ) : ReadStream < WebSocket >
open class HttpClientRequest : WriteStream < Buffer > , ReadStream < HttpClientResponse >
interface HttpClientResponse : ReadStream < Buffer >
open class HttpClientResponse : ReadStream < Buffer >
interface HttpConnection
open class HttpConnection
open class HttpConnection
open class HttpEndpoint
Module Contents
HttpEndpoint ( delegate : HttpEndpoint )
static val __TYPE_ARG : TypeArg < HttpEndpoint >
open static fun createRecord ( name : String , host : String , port : Int , root : String , metadata : JsonObject ) : Record
open static fun createRecord ( name : String , ssl : Boolean , host : String , port : Int , root : String , metadata : JsonObject ) : Record
open static fun createRecord ( name : String , host : String , port : Int , root : String ) : Record
open static fun createRecord ( name : String , host : String ) : Record
open fun equals ( other : Any ? ) : Boolean
open static fun getClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < HttpClient > > ) : Unit
open static fun getClient ( discovery : ServiceDiscovery , filter : JsonObject , conf : JsonObject , resultHandler : Handler < AsyncResult < HttpClient > > ) : Unit
open static fun getClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < HttpClient > > ) : Unit
open static fun getClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , conf : JsonObject , resultHandler : Handler < AsyncResult < HttpClient > > ) : Unit
open fun getDelegate ( ) : HttpEndpoint
open static fun getWebClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < WebClient > > ) : Unit
open static fun getWebClient ( discovery : ServiceDiscovery , filter : JsonObject , conf : JsonObject , resultHandler : Handler < AsyncResult < WebClient > > ) : Unit
open static fun getWebClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < WebClient > > ) : Unit
open static fun getWebClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , conf : JsonObject , resultHandler : Handler < AsyncResult < WebClient > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : HttpEndpoint ) : HttpEndpoint
open static fun rxGetClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < HttpClient >
open static fun rxGetClient ( discovery : ServiceDiscovery , filter : JsonObject , conf : JsonObject ) : Single < HttpClient >
open static fun rxGetClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < HttpClient >
open static fun rxGetClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , conf : JsonObject ) : Single < HttpClient >
open static fun rxGetWebClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < WebClient >
open static fun rxGetWebClient ( discovery : ServiceDiscovery , filter : JsonObject , conf : JsonObject ) : Single < WebClient >
open static fun rxGetWebClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < WebClient >
open static fun rxGetWebClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , conf : JsonObject ) : Single < WebClient >
open fun toString ( ) : String
open class HttpEndpoint
Module Contents
HttpEndpoint ( delegate : HttpEndpoint )
static val __TYPE_ARG : TypeArg < HttpEndpoint >
open static fun createRecord ( name : String , host : String , port : Int , root : String , metadata : JsonObject ) : Record
open static fun createRecord ( name : String , ssl : Boolean , host : String , port : Int , root : String , metadata : JsonObject ) : Record
open static fun createRecord ( name : String , host : String , port : Int , root : String ) : Record
open static fun createRecord ( name : String , host : String ) : Record
open fun equals ( other : Any ? ) : Boolean
open static fun getClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < HttpClient > > ) : Unit
open static fun getClient ( discovery : ServiceDiscovery , filter : JsonObject , conf : JsonObject , resultHandler : Handler < AsyncResult < HttpClient > > ) : Unit
open static fun getClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < HttpClient > > ) : Unit
open static fun getClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , conf : JsonObject , resultHandler : Handler < AsyncResult < HttpClient > > ) : Unit
open fun getDelegate ( ) : HttpEndpoint
open static fun getWebClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < WebClient > > ) : Unit
open static fun getWebClient ( discovery : ServiceDiscovery , filter : JsonObject , conf : JsonObject , resultHandler : Handler < AsyncResult < WebClient > > ) : Unit
open static fun getWebClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < WebClient > > ) : Unit
open static fun getWebClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , conf : JsonObject , resultHandler : Handler < AsyncResult < WebClient > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : HttpEndpoint ) : HttpEndpoint
open static fun rxGetClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < HttpClient >
open static fun rxGetClient ( discovery : ServiceDiscovery , filter : JsonObject , conf : JsonObject ) : Single < HttpClient >
open static fun rxGetClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < HttpClient >
open static fun rxGetClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , conf : JsonObject ) : Single < HttpClient >
open static fun rxGetWebClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < WebClient >
open static fun rxGetWebClient ( discovery : ServiceDiscovery , filter : JsonObject , conf : JsonObject ) : Single < WebClient >
open static fun rxGetWebClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < WebClient >
open static fun rxGetWebClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , conf : JsonObject ) : Single < WebClient >
open fun toString ( ) : String
open class HttpFrame
class HttpHeaders
open class HttpLocationConverter
interface HttpRequest < T : Any >
open class HttpResponse < T : Any >
open class HttpResponse < T : Any >
open class HttpSecureServiceFactory : HttpServiceFactory
open class HttpServer : Measured
interface HttpServerFileUpload : ReadStream < Buffer >
open class HttpServerFileUpload : ReadStream < Buffer >
open class HttpServerFileUpload : ReadStream < Buffer >
open class HttpServerRequest : ReadStream < Buffer >
interface HttpServerResponse : WriteStream < Buffer >
Module Contents
abstract fun bodyEndHandler ( handler : Handler < Void > ) : HttpServerResponse
abstract fun bytesWritten ( ) : Long
abstract fun close ( ) : Unit
abstract fun closeHandler ( handler : Handler < Void > ) : HttpServerResponse
abstract fun closed ( ) : Boolean
abstract fun drainHandler ( handler : Handler < Void > ) : HttpServerResponse
abstract fun end ( chunk : String ) : Unit
abstract fun end ( chunk : String , enc : String ) : Unit
abstract fun end ( chunk : Buffer ) : Unit
abstract fun end ( ) : Unit
abstract fun endHandler ( handler : Handler < Void > ) : HttpServerResponse
abstract fun ended ( ) : Boolean
abstract fun exceptionHandler ( handler : Handler < Throwable > ) : HttpServerResponse
abstract fun getStatusCode ( ) : Int
abstract fun getStatusMessage ( ) : String
abstract fun headWritten ( ) : Boolean
abstract fun headers ( ) : MultiMap
abstract fun headersEndHandler ( handler : Handler < Void > ) : HttpServerResponse
abstract fun isChunked ( ) : Boolean
abstract fun push ( method : HttpMethod , host : String , path : String , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
abstract fun push ( method : HttpMethod , path : String , headers : MultiMap , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
abstract fun push ( method : HttpMethod , path : String , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
abstract fun push ( method : HttpMethod , host : String , path : String , headers : MultiMap , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
abstract fun putHeader ( : String , : String ) : HttpServerResponse
abstract fun putHeader ( : CharSequence , : CharSequence ) : HttpServerResponse
abstract fun putHeader ( : String , : MutableIterable < String > ) : HttpServerResponse
abstract fun putHeader ( : CharSequence , : MutableIterable < CharSequence > ) : HttpServerResponse
abstract fun putTrailer ( name : String , value : String ) : HttpServerResponse
abstract fun putTrailer ( name : CharSequence , value : CharSequence ) : HttpServerResponse
abstract fun putTrailer ( name : String , values : MutableIterable < String > ) : HttpServerResponse
abstract fun putTrailer ( name : CharSequence , value : MutableIterable < CharSequence > ) : HttpServerResponse
open fun reset ( ) : Unit
abstract fun reset ( code : Long ) : Unit
open fun sendFile ( filename : String ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long ) : HttpServerResponse
abstract fun sendFile ( filename : String , offset : Long , length : Long ) : HttpServerResponse
open fun sendFile ( filename : String , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
abstract fun sendFile ( filename : String , offset : Long , length : Long , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
abstract fun setChunked ( chunked : Boolean ) : HttpServerResponse
abstract fun setStatusCode ( statusCode : Int ) : HttpServerResponse
abstract fun setStatusMessage ( statusMessage : String ) : HttpServerResponse
abstract fun setWriteQueueMaxSize ( maxSize : Int ) : HttpServerResponse
abstract fun streamId ( ) : Int
abstract fun trailers ( ) : MultiMap
abstract fun write ( data : Buffer ) : HttpServerResponse
abstract fun write ( chunk : String , enc : String ) : HttpServerResponse
abstract fun write ( chunk : String ) : HttpServerResponse
abstract fun writeContinue ( ) : HttpServerResponse
abstract fun writeCustomFrame ( type : Int , flags : Int , payload : Buffer ) : HttpServerResponse
open fun writeCustomFrame ( frame : HttpFrame ) : HttpServerResponse
open class HttpServerResponse : WriteStream < Buffer >
Module Contents
HttpServerResponse ( delegate : HttpServerResponse )
static val __TYPE_ARG : TypeArg < HttpServerResponse >
open fun bodyEndHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun bytesWritten ( ) : Long
open fun close ( ) : Unit
open fun closeHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun closed ( ) : Boolean
open fun drainHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun end ( chunk : String ) : Unit
open fun end ( chunk : String , enc : String ) : Unit
open fun end ( chunk : Buffer ) : Unit
open fun end ( ) : Unit
open fun endHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun ended ( ) : Boolean
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : HttpServerResponse
open fun getDelegate ( ) : HttpServerResponse
open fun getStatusCode ( ) : Int
open fun getStatusMessage ( ) : String
open fun hashCode ( ) : Int
open fun headWritten ( ) : Boolean
open fun headers ( ) : MultiMap
open fun headersEndHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun isChunked ( ) : Boolean
open static fun newInstance ( arg : HttpServerResponse ) : HttpServerResponse
open fun push ( method : HttpMethod , host : String , path : String , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
open fun push ( method : HttpMethod , path : String , headers : MultiMap , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
open fun push ( method : HttpMethod , path : String , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
open fun push ( method : HttpMethod , host : String , path : String , headers : MultiMap , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
open fun putHeader ( : String , : String ) : HttpServerResponse
open fun putTrailer ( name : String , value : String ) : HttpServerResponse
open fun reset ( ) : Unit
open fun reset ( code : Long ) : Unit
open fun rxPush ( method : HttpMethod , path : String ) : Single < HttpServerResponse >
open fun rxPush ( method : HttpMethod , host : String , path : String , : MultiMap ) : Single < HttpServerResponse >
open fun rxSendFile ( filename : String ) : Single < Void >
open fun rxSendFile ( filename : String , offset : Long ) : Single < Void >
open fun rxSendFile ( filename : String , offset : Long , length : Long ) : Single < Void >
open fun sendFile ( filename : String ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long , length : Long ) : HttpServerResponse
open fun sendFile ( filename : String , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long , length : Long , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
open fun setChunked ( chunked : Boolean ) : HttpServerResponse
open fun setStatusCode ( statusCode : Int ) : HttpServerResponse
open fun setStatusMessage ( statusMessage : String ) : HttpServerResponse
open fun setWriteQueueMaxSize ( maxSize : Int ) : HttpServerResponse
open fun streamId ( ) : Int
open fun toString ( ) : String
open fun trailers ( ) : MultiMap
open fun write ( data : Buffer ) : HttpServerResponse
open fun write ( chunk : String , enc : String ) : HttpServerResponse
open fun write ( chunk : String ) : HttpServerResponse
open fun writeContinue ( ) : HttpServerResponse
open fun writeCustomFrame ( type : Int , flags : Int , payload : Buffer ) : HttpServerResponse
open fun writeCustomFrame ( frame : HttpFrame ) : HttpServerResponse
open fun writeQueueFull ( ) : Boolean
open class HttpServerResponse : WriteStream < Buffer >
Module Contents
HttpServerResponse ( delegate : HttpServerResponse )
static val __TYPE_ARG : TypeArg < HttpServerResponse >
open fun bodyEndHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun bytesWritten ( ) : Long
open fun close ( ) : Unit
open fun closeHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun closed ( ) : Boolean
open fun drainHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun end ( chunk : String ) : Unit
open fun end ( chunk : String , enc : String ) : Unit
open fun end ( chunk : Buffer ) : Unit
open fun end ( ) : Unit
open fun endHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun ended ( ) : Boolean
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : HttpServerResponse
open fun getDelegate ( ) : HttpServerResponse
open fun getStatusCode ( ) : Int
open fun getStatusMessage ( ) : String
open fun hashCode ( ) : Int
open fun headWritten ( ) : Boolean
open fun headers ( ) : MultiMap
open fun headersEndHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun isChunked ( ) : Boolean
open static fun newInstance ( arg : HttpServerResponse ) : HttpServerResponse
open fun push ( method : HttpMethod , host : String , path : String , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
open fun push ( method : HttpMethod , path : String , headers : MultiMap , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
open fun push ( method : HttpMethod , path : String , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
open fun push ( method : HttpMethod , host : String , path : String , headers : MultiMap , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
open fun putHeader ( : String , : String ) : HttpServerResponse
open fun putTrailer ( name : String , value : String ) : HttpServerResponse
open fun reset ( ) : Unit
open fun reset ( code : Long ) : Unit
open fun rxPush ( method : HttpMethod , path : String ) : Single < HttpServerResponse >
open fun rxPush ( method : HttpMethod , host : String , path : String , : MultiMap ) : Single < HttpServerResponse >
open fun rxSendFile ( filename : String ) : Completable
open fun rxSendFile ( filename : String , offset : Long ) : Completable
open fun rxSendFile ( filename : String , offset : Long , length : Long ) : Completable
open fun sendFile ( filename : String ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long , length : Long ) : HttpServerResponse
open fun sendFile ( filename : String , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long , length : Long , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
open fun setChunked ( chunked : Boolean ) : HttpServerResponse
open fun setStatusCode ( statusCode : Int ) : HttpServerResponse
open fun setStatusMessage ( statusMessage : String ) : HttpServerResponse
open fun setWriteQueueMaxSize ( maxSize : Int ) : HttpServerResponse
open fun streamId ( ) : Int
open fun toString ( ) : String
open fun trailers ( ) : MultiMap
open fun write ( data : Buffer ) : HttpServerResponse
open fun write ( chunk : String , enc : String ) : HttpServerResponse
open fun write ( chunk : String ) : HttpServerResponse
open fun writeContinue ( ) : HttpServerResponse
open fun writeCustomFrame ( type : Int , flags : Int , payload : Buffer ) : HttpServerResponse
open fun writeCustomFrame ( frame : HttpFrame ) : HttpServerResponse
open fun writeQueueFull ( ) : Boolean
open class HttpServiceFactory : ServiceVerticleFactory
open class HttpTermOptionsConverter
open class HystrixMetricHandler : Handler < RoutingContext >
open class HystrixMetricHandler : Handler < RoutingContext >
open class IgniteClusterManager : ClusterManager
Module Contents
IgniteClusterManager ( )
IgniteClusterManager ( cfg : IgniteConfiguration )
IgniteClusterManager ( configFile : URL )
IgniteClusterManager ( ignite : Ignite )
static val VERTX_CACHE_TEMPLATE_NAME : String
open fun < K : Any , V : Any > getAsyncMap ( name : String , handler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
open fun < K : Any , V : Any > getAsyncMultiMap ( name : String , handler : Handler < AsyncResult < AsyncMultiMap < K , V > > > ) : Unit
open fun getCounter ( name : String , handler : Handler < AsyncResult < Counter > > ) : Unit
open fun getIgniteInstance ( ) : Ignite
open fun getLockWithTimeout ( name : String , timeout : Long , handler : Handler < AsyncResult < Lock > > ) : Unit
open fun getNodeID ( ) : String
open fun getNodes ( ) : MutableList < String >
open fun < K : Any , V : Any > getSyncMap ( name : String ) : MutableMap < K , V >
open fun isActive ( ) : Boolean
open fun join ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun leave ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun nodeListener ( nodeListener : NodeListener ) : Unit
open fun setVertx ( vertx : Vertx ) : Unit
open class InboundMapping : CamelMapping
interface InfinispanAsyncMap < K : Any , V : Any >
open class InfinispanAsyncMap < K : Any , V : Any >
Module Contents
InfinispanAsyncMap ( delegate : InfinispanAsyncMap < Any , Any > )
InfinispanAsyncMap ( delegate : InfinispanAsyncMap < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < InfinispanAsyncMap < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : InfinispanAsyncMap < Any , Any >
open fun hashCode ( ) : Int
open fun keyStream ( ) : ReadStream < K >
open static fun < K : Any , V : Any > newInstance ( arg : InfinispanAsyncMap < Any , Any > ) : InfinispanAsyncMap < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : InfinispanAsyncMap < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : InfinispanAsyncMap < K , V >
open fun toString ( ) : String
open static fun < K : Any , V : Any > unwrap ( asyncMap : AsyncMap < Any , Any > ) : InfinispanAsyncMap < K , V >
open fun valueStream ( ) : ReadStream < V >
open class InfinispanAsyncMap < K : Any , V : Any >
Module Contents
InfinispanAsyncMap ( delegate : InfinispanAsyncMap < Any , Any > )
InfinispanAsyncMap ( delegate : InfinispanAsyncMap < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < InfinispanAsyncMap < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : InfinispanAsyncMap < Any , Any >
open fun hashCode ( ) : Int
open fun keyStream ( ) : ReadStream < K >
open static fun < K : Any , V : Any > newInstance ( arg : InfinispanAsyncMap < Any , Any > ) : InfinispanAsyncMap < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : InfinispanAsyncMap < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : InfinispanAsyncMap < K , V >
open fun toString ( ) : String
open static fun < K : Any , V : Any > unwrap ( asyncMap : AsyncMap < Any , Any > ) : InfinispanAsyncMap < K , V >
open fun valueStream ( ) : ReadStream < V >
open class InfinispanClusterManager : ClusterManager
Module Contents
InfinispanClusterManager ( )
InfinispanClusterManager ( cacheManager : DefaultCacheManager )
open fun < K : Any , V : Any > getAsyncMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
open fun < K : Any , V : Any > getAsyncMultiMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMultiMap < K , V > > > ) : Unit
open fun getCacheContainer ( ) : BasicCacheContainer
open fun getCounter ( name : String , resultHandler : Handler < AsyncResult < Counter > > ) : Unit
open fun getLockWithTimeout ( name : String , timeout : Long , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
open fun getNodeID ( ) : String
open fun getNodes ( ) : MutableList < String >
open fun < K : Any , V : Any > getSyncMap ( name : String ) : MutableMap < K , V >
open fun isActive ( ) : Boolean
open fun join ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun leave ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun nodeListener ( nodeListener : NodeListener ) : Unit
open fun setVertx ( vertx : Vertx ) : Unit
class InfluxDbBackendRegistry : BackendRegistry
class InsertOptions
interface InstagramAuth
open class InstagramAuth
open class InstagramAuth
open class InvalidValueException : CLIException
interface JDBCAuth : AuthProvider
open class JDBCAuth : AuthProvider
open class JDBCAuth : AuthProvider
open class JDBCAuthOptionsConverter
open class JDBCDataSource
Module Contents
JDBCDataSource ( delegate : JDBCDataSource )
static val __TYPE_ARG : TypeArg < JDBCDataSource >
open static fun createRecord ( name : String , location : JsonObject , metadata : JsonObject ) : Record
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : JDBCDataSource
open static fun getJDBCClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < JDBCClient > > ) : Unit
open static fun getJDBCClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < JDBCClient > > ) : Unit
open static fun getJDBCClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < JDBCClient > > ) : Unit
open static fun getJDBCClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < JDBCClient > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : JDBCDataSource ) : JDBCDataSource
open static fun rxGetJDBCClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < JDBCClient >
open static fun rxGetJDBCClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < JDBCClient >
open static fun rxGetJDBCClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject ) : Single < JDBCClient >
open static fun rxGetJDBCClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , consumerConfiguration : JsonObject ) : Single < JDBCClient >
open fun toString ( ) : String
open class JDBCDataSource
Module Contents
JDBCDataSource ( delegate : JDBCDataSource )
static val __TYPE_ARG : TypeArg < JDBCDataSource >
open static fun createRecord ( name : String , location : JsonObject , metadata : JsonObject ) : Record
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : JDBCDataSource
open static fun getJDBCClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < JDBCClient > > ) : Unit
open static fun getJDBCClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < JDBCClient > > ) : Unit
open static fun getJDBCClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < JDBCClient > > ) : Unit
open static fun getJDBCClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < JDBCClient > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : JDBCDataSource ) : JDBCDataSource
open static fun rxGetJDBCClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < JDBCClient >
open static fun rxGetJDBCClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < JDBCClient >
open static fun rxGetJDBCClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject ) : Single < JDBCClient >
open static fun rxGetJDBCClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , consumerConfiguration : JsonObject ) : Single < JDBCClient >
open fun toString ( ) : String
interface JDBCHashStrategy
open class JDBCHashStrategy
open class JDBCHashStrategy
open class JRubyDocGenerator : DocGenerator
open class JRubyVerticle : Verticle
open class JRubyVerticleFactory : VerticleFactory
open class JULLogDelegate : LogDelegate
Module Contents
open fun debug ( message : Any ) : Unit
open fun debug ( message : Any , vararg params : Any ) : Unit
open fun debug ( message : Any , t : Throwable ) : Unit
open fun debug ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun error ( message : Any ) : Unit
open fun error ( message : Any , vararg params : Any ) : Unit
open fun error ( message : Any , t : Throwable ) : Unit
open fun error ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun fatal ( message : Any ) : Unit
open fun fatal ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any ) : Unit
open fun info ( message : Any , vararg params : Any ) : Unit
open fun info ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun isDebugEnabled ( ) : Boolean
open fun isInfoEnabled ( ) : Boolean
open fun isTraceEnabled ( ) : Boolean
open fun trace ( message : Any ) : Unit
open fun trace ( message : Any , vararg params : Any ) : Unit
open fun trace ( message : Any , t : Throwable ) : Unit
open fun trace ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun unwrap ( ) : Any
open fun warn ( message : Any ) : Unit
open fun warn ( message : Any , vararg params : Any ) : Unit
open fun warn ( message : Any , t : Throwable ) : Unit
open fun warn ( message : Any , t : Throwable , vararg params : Any ) : Unit
open class JULLogDelegateFactory : LogDelegateFactory
class JWK : Crypto
class JWT
interface JWTAuth : AuthProvider
open class JWTAuth : AuthProvider
open class JWTAuth : AuthProvider
interface JWTAuthHandler : AuthHandler
open class JWTAuthHandler : AuthHandler , Handler < RoutingContext >
open class JWTAuthHandler : AuthHandler , Handler < RoutingContext >
open class JWTAuthOptionsConverter
open class JWTKeyStoreOptionsConverter
open class JWTOptionsConverter
interface JadeTemplateEngine : TemplateEngine
open class JadeTemplateEngine : TemplateEngine
open class JadeTemplateEngine : TemplateEngine
open class JksOptionsConverter
class JmxBackendRegistry : BackendRegistry
open class JmxReporter : Closeable
object Json
open class JsonArrayDeserializer : Deserializer < JsonArray >
open class JsonArraySerializer : Serializer < JsonArray >
interface JsonEvent
open class JsonEvent
open class JsonEvent
open class JsonObjectDeserializer : Deserializer < JsonObject >
open class JsonObjectHelper
open class JsonObjectSerializer : Serializer < JsonObject >
interface JsonParser : Handler < Buffer > , ReadStream < JsonEvent >
open class JsonParser : ReadStream < JsonEvent > , Handler < Buffer >
open class JsonParser : ReadStream < JsonEvent > , Handler < Buffer >
open class JsonUtils
interface KafkaConsumer < K : Any , V : Any > : ReadStream < KafkaConsumerRecord < K , V > >
Module Contents
abstract fun asStream ( ) : KafkaReadStream < K , V >
abstract fun assign ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
abstract fun assign ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
abstract fun assign ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun assign ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun assignment ( handler : Handler < AsyncResult < MutableSet < TopicPartition > > > ) : KafkaConsumer < K , V >
abstract fun batchHandler ( handler : Handler < KafkaConsumerRecords < K , V > > ) : KafkaConsumer < K , V >
abstract fun beginningOffsets ( topicPartitions : MutableSet < TopicPartition > , handler : Handler < AsyncResult < MutableMap < TopicPartition , Long > > > ) : Unit
abstract fun beginningOffsets ( topicPartition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
open fun close ( ) : Unit
abstract fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun commit ( ) : Unit
abstract fun commit ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun commit ( offsets : MutableMap < TopicPartition , OffsetAndMetadata > ) : Unit
abstract fun commit ( offsets : MutableMap < TopicPartition , OffsetAndMetadata > , completionHandler : Handler < AsyncResult < MutableMap < TopicPartition , OffsetAndMetadata > > > ) : Unit
abstract fun committed ( topicPartition : TopicPartition , handler : Handler < AsyncResult < OffsetAndMetadata > > ) : Unit
open static fun < K : Any , V : Any > create ( vertx : Vertx , consumer : Consumer < K , V > ) : KafkaConsumer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > ) : KafkaConsumer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaConsumer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : Properties ) : KafkaConsumer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : Properties , keyType : Class < K > , valueType : Class < V > ) : KafkaConsumer < K , V >
abstract fun endHandler ( endHandler : Handler < Void > ) : KafkaConsumer < K , V >
abstract fun endOffsets ( topicPartitions : MutableSet < TopicPartition > , handler : Handler < AsyncResult < MutableMap < TopicPartition , Long > > > ) : Unit
abstract fun endOffsets ( topicPartition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
abstract fun exceptionHandler ( handler : Handler < Throwable > ) : KafkaConsumer < K , V >
abstract fun handler ( handler : Handler < KafkaConsumerRecord < K , V > > ) : KafkaConsumer < K , V >
abstract fun listTopics ( handler : Handler < AsyncResult < MutableMap < String , MutableList < PartitionInfo > > > > ) : KafkaConsumer < K , V >
abstract fun offsetsForTimes ( topicPartitionTimestamps : MutableMap < TopicPartition , Long > , handler : Handler < AsyncResult < MutableMap < TopicPartition , OffsetAndTimestamp > > > ) : Unit
abstract fun offsetsForTimes ( topicPartition : TopicPartition , timestamp : Long , handler : Handler < AsyncResult < OffsetAndTimestamp > > ) : Unit
abstract fun partitionsAssignedHandler ( handler : Handler < MutableSet < TopicPartition > > ) : KafkaConsumer < K , V >
abstract fun partitionsFor ( topic : String , handler : Handler < AsyncResult < MutableList < PartitionInfo > > > ) : KafkaConsumer < K , V >
abstract fun partitionsRevokedHandler ( handler : Handler < MutableSet < TopicPartition > > ) : KafkaConsumer < K , V >
abstract fun pause ( ) : KafkaConsumer < K , V >
abstract fun pause ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
abstract fun pause ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
abstract fun pause ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun pause ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun paused ( handler : Handler < AsyncResult < MutableSet < TopicPartition > > > ) : Unit
abstract fun pollTimeout ( timeout : Long ) : KafkaConsumer < K , V >
abstract fun position ( partition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
abstract fun resume ( ) : KafkaConsumer < K , V >
abstract fun resume ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
abstract fun resume ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
abstract fun resume ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun resume ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun seek ( topicPartition : TopicPartition , offset : Long ) : KafkaConsumer < K , V >
abstract fun seek ( topicPartition : TopicPartition , offset : Long , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun seekToBeginning ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
abstract fun seekToBeginning ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
abstract fun seekToBeginning ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun seekToBeginning ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun seekToEnd ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
abstract fun seekToEnd ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
abstract fun seekToEnd ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun seekToEnd ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun subscribe ( topic : String ) : KafkaConsumer < K , V >
abstract fun subscribe ( topics : MutableSet < String > ) : KafkaConsumer < K , V >
abstract fun subscribe ( topic : String , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun subscribe ( topics : MutableSet < String > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun subscription ( handler : Handler < AsyncResult < MutableSet < String > > > ) : KafkaConsumer < K , V >
abstract fun unsubscribe ( ) : KafkaConsumer < K , V >
abstract fun unsubscribe ( completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun unwrap ( ) : Consumer < K , V >
open class KafkaConsumer < K : Any , V : Any > : ReadStream < KafkaConsumerRecord < K , V > >
Module Contents
KafkaConsumer ( delegate : KafkaConsumer < Any , Any > )
KafkaConsumer ( delegate : KafkaConsumer < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < KafkaConsumer < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun assign ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun assign ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun assign ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun assign ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun assignment ( handler : Handler < AsyncResult < MutableSet < TopicPartition > > > ) : KafkaConsumer < K , V >
open fun batchHandler ( handler : Handler < KafkaConsumerRecords < K , V > > ) : KafkaConsumer < K , V >
open fun beginningOffsets ( topicPartition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
open fun close ( ) : Unit
open fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun commit ( ) : Unit
open fun commit ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun committed ( topicPartition : TopicPartition , handler : Handler < AsyncResult < OffsetAndMetadata > > ) : Unit
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > ) : KafkaConsumer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaConsumer < K , V >
open fun endHandler ( endHandler : Handler < Void > ) : KafkaConsumer < K , V >
open fun endOffsets ( topicPartition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : KafkaConsumer < K , V >
open fun getDelegate ( ) : KafkaConsumer < Any , Any >
open fun handler ( handler : Handler < KafkaConsumerRecord < K , V > > ) : KafkaConsumer < K , V >
open fun hashCode ( ) : Int
open static fun < K : Any , V : Any > newInstance ( arg : KafkaConsumer < Any , Any > ) : KafkaConsumer < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : KafkaConsumer < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : KafkaConsumer < K , V >
open fun offsetsForTimes ( topicPartition : TopicPartition , timestamp : Long , handler : Handler < AsyncResult < OffsetAndTimestamp > > ) : Unit
open fun partitionsAssignedHandler ( handler : Handler < MutableSet < TopicPartition > > ) : KafkaConsumer < K , V >
open fun partitionsFor ( topic : String , handler : Handler < AsyncResult < MutableList < PartitionInfo > > > ) : KafkaConsumer < K , V >
open fun partitionsRevokedHandler ( handler : Handler < MutableSet < TopicPartition > > ) : KafkaConsumer < K , V >
open fun pause ( ) : KafkaConsumer < K , V >
open fun pause ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun pause ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun pause ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun pause ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun paused ( handler : Handler < AsyncResult < MutableSet < TopicPartition > > > ) : Unit
open fun pollTimeout ( timeout : Long ) : KafkaConsumer < K , V >
open fun position ( partition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
open fun resume ( ) : KafkaConsumer < K , V >
open fun resume ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun resume ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun resume ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun resume ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun rxAssign ( topicPartition : TopicPartition ) : Single < Void >
open fun rxAssign ( topicPartitions : MutableSet < TopicPartition > ) : Single < Void >
open fun rxAssignment ( ) : Single < MutableSet < TopicPartition > >
open fun rxBeginningOffsets ( topicPartition : TopicPartition ) : Single < Long >
open fun rxClose ( ) : Single < Void >
open fun rxCommit ( ) : Single < Void >
open fun rxCommitted ( topicPartition : TopicPartition ) : Single < OffsetAndMetadata >
open fun rxEndOffsets ( topicPartition : TopicPartition ) : Single < Long >
open fun rxOffsetsForTimes ( topicPartition : TopicPartition , timestamp : Long ) : Single < OffsetAndTimestamp >
open fun rxPartitionsFor ( topic : String ) : Single < MutableList < PartitionInfo > >
open fun rxPause ( topicPartition : TopicPartition ) : Single < Void >
open fun rxPause ( topicPartitions : MutableSet < TopicPartition > ) : Single < Void >
open fun rxPaused ( ) : Single < MutableSet < TopicPartition > >
open fun rxPosition ( partition : TopicPartition ) : Single < Long >
open fun rxResume ( topicPartition : TopicPartition ) : Single < Void >
open fun rxResume ( topicPartitions : MutableSet < TopicPartition > ) : Single < Void >
open fun rxSeek ( topicPartition : TopicPartition , offset : Long ) : Single < Void >
open fun rxSeekToBeginning ( topicPartition : TopicPartition ) : Single < Void >
open fun rxSeekToBeginning ( topicPartitions : MutableSet < TopicPartition > ) : Single < Void >
open fun rxSeekToEnd ( topicPartition : TopicPartition ) : Single < Void >
open fun rxSeekToEnd ( topicPartitions : MutableSet < TopicPartition > ) : Single < Void >
open fun rxSubscribe ( topic : String ) : Single < Void >
open fun rxSubscribe ( topics : MutableSet < String > ) : Single < Void >
open fun rxSubscription ( ) : Single < MutableSet < String > >
open fun rxUnsubscribe ( ) : Single < Void >
open fun seek ( topicPartition : TopicPartition , offset : Long ) : KafkaConsumer < K , V >
open fun seek ( topicPartition : TopicPartition , offset : Long , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun seekToBeginning ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun seekToBeginning ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun seekToBeginning ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun seekToBeginning ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun seekToEnd ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun seekToEnd ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun seekToEnd ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun seekToEnd ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun subscribe ( topic : String ) : KafkaConsumer < K , V >
open fun subscribe ( topics : MutableSet < String > ) : KafkaConsumer < K , V >
open fun subscribe ( topic : String , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun subscribe ( topics : MutableSet < String > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun subscription ( handler : Handler < AsyncResult < MutableSet < String > > > ) : KafkaConsumer < K , V >
open fun toObservable ( ) : Observable < KafkaConsumerRecord < K , V > >
open fun toString ( ) : String
open fun unsubscribe ( ) : KafkaConsumer < K , V >
open fun unsubscribe ( completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open class KafkaConsumer < K : Any , V : Any > : ReadStream < KafkaConsumerRecord < K , V > >
Module Contents
KafkaConsumer ( delegate : KafkaConsumer < Any , Any > )
KafkaConsumer ( delegate : KafkaConsumer < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < KafkaConsumer < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun assign ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun assign ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun assign ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun assign ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun assignment ( handler : Handler < AsyncResult < MutableSet < TopicPartition > > > ) : KafkaConsumer < K , V >
open fun batchHandler ( handler : Handler < KafkaConsumerRecords < K , V > > ) : KafkaConsumer < K , V >
open fun beginningOffsets ( topicPartition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
open fun close ( ) : Unit
open fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun commit ( ) : Unit
open fun commit ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun committed ( topicPartition : TopicPartition , handler : Handler < AsyncResult < OffsetAndMetadata > > ) : Unit
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > ) : KafkaConsumer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaConsumer < K , V >
open fun endHandler ( endHandler : Handler < Void > ) : KafkaConsumer < K , V >
open fun endOffsets ( topicPartition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : KafkaConsumer < K , V >
open fun getDelegate ( ) : KafkaConsumer < Any , Any >
open fun handler ( handler : Handler < KafkaConsumerRecord < K , V > > ) : KafkaConsumer < K , V >
open fun hashCode ( ) : Int
open static fun < K : Any , V : Any > newInstance ( arg : KafkaConsumer < Any , Any > ) : KafkaConsumer < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : KafkaConsumer < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : KafkaConsumer < K , V >
open fun offsetsForTimes ( topicPartition : TopicPartition , timestamp : Long , handler : Handler < AsyncResult < OffsetAndTimestamp > > ) : Unit
open fun partitionsAssignedHandler ( handler : Handler < MutableSet < TopicPartition > > ) : KafkaConsumer < K , V >
open fun partitionsFor ( topic : String , handler : Handler < AsyncResult < MutableList < PartitionInfo > > > ) : KafkaConsumer < K , V >
open fun partitionsRevokedHandler ( handler : Handler < MutableSet < TopicPartition > > ) : KafkaConsumer < K , V >
open fun pause ( ) : KafkaConsumer < K , V >
open fun pause ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun pause ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun pause ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun pause ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun paused ( handler : Handler < AsyncResult < MutableSet < TopicPartition > > > ) : Unit
open fun pollTimeout ( timeout : Long ) : KafkaConsumer < K , V >
open fun position ( partition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
open fun resume ( ) : KafkaConsumer < K , V >
open fun resume ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun resume ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun resume ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun resume ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun rxAssign ( topicPartition : TopicPartition ) : Completable
open fun rxAssign ( topicPartitions : MutableSet < TopicPartition > ) : Completable
open fun rxAssignment ( ) : Single < MutableSet < TopicPartition > >
open fun rxBeginningOffsets ( topicPartition : TopicPartition ) : Single < Long >
open fun rxClose ( ) : Completable
open fun rxCommit ( ) : Completable
open fun rxCommitted ( topicPartition : TopicPartition ) : Single < OffsetAndMetadata >
open fun rxEndOffsets ( topicPartition : TopicPartition ) : Single < Long >
open fun rxOffsetsForTimes ( topicPartition : TopicPartition , timestamp : Long ) : Single < OffsetAndTimestamp >
open fun rxPartitionsFor ( topic : String ) : Single < MutableList < PartitionInfo > >
open fun rxPause ( topicPartition : TopicPartition ) : Completable
open fun rxPause ( topicPartitions : MutableSet < TopicPartition > ) : Completable
open fun rxPaused ( ) : Single < MutableSet < TopicPartition > >
open fun rxPosition ( partition : TopicPartition ) : Single < Long >
open fun rxResume ( topicPartition : TopicPartition ) : Completable
open fun rxResume ( topicPartitions : MutableSet < TopicPartition > ) : Completable
open fun rxSeek ( topicPartition : TopicPartition , offset : Long ) : Completable
open fun rxSeekToBeginning ( topicPartition : TopicPartition ) : Completable
open fun rxSeekToBeginning ( topicPartitions : MutableSet < TopicPartition > ) : Completable
open fun rxSeekToEnd ( topicPartition : TopicPartition ) : Completable
open fun rxSeekToEnd ( topicPartitions : MutableSet < TopicPartition > ) : Completable
open fun rxSubscribe ( topic : String ) : Completable
open fun rxSubscribe ( topics : MutableSet < String > ) : Completable
open fun rxSubscription ( ) : Single < MutableSet < String > >
open fun rxUnsubscribe ( ) : Completable
open fun seek ( topicPartition : TopicPartition , offset : Long ) : KafkaConsumer < K , V >
open fun seek ( topicPartition : TopicPartition , offset : Long , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun seekToBeginning ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun seekToBeginning ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun seekToBeginning ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun seekToBeginning ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun seekToEnd ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun seekToEnd ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun seekToEnd ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun seekToEnd ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun subscribe ( topic : String ) : KafkaConsumer < K , V >
open fun subscribe ( topics : MutableSet < String > ) : KafkaConsumer < K , V >
open fun subscribe ( topic : String , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun subscribe ( topics : MutableSet < String > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun subscription ( handler : Handler < AsyncResult < MutableSet < String > > > ) : KafkaConsumer < K , V >
open fun toFlowable ( ) : Flowable < KafkaConsumerRecord < K , V > >
open fun toObservable ( ) : Observable < KafkaConsumerRecord < K , V > >
open fun toString ( ) : String
open fun unsubscribe ( ) : KafkaConsumer < K , V >
open fun unsubscribe ( completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
interface KafkaConsumerRecords < K : Any , V : Any >
open class KafkaConsumerRecords < K : Any , V : Any >
Module Contents
KafkaConsumerRecords ( delegate : KafkaConsumerRecords < Any , Any > )
KafkaConsumerRecords ( delegate : KafkaConsumerRecords < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < KafkaConsumerRecords < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : KafkaConsumerRecords < Any , Any >
open fun hashCode ( ) : Int
open fun isEmpty ( ) : Boolean
open static fun < K : Any , V : Any > newInstance ( arg : KafkaConsumerRecords < Any , Any > ) : KafkaConsumerRecords < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : KafkaConsumerRecords < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : KafkaConsumerRecords < K , V >
open fun recordAt ( index : Int ) : KafkaConsumerRecord < K , V >
open fun size ( ) : Int
open fun toString ( ) : String
open class KafkaConsumerRecords < K : Any , V : Any >
Module Contents
KafkaConsumerRecords ( delegate : KafkaConsumerRecords < Any , Any > )
KafkaConsumerRecords ( delegate : KafkaConsumerRecords < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < KafkaConsumerRecords < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : KafkaConsumerRecords < Any , Any >
open fun hashCode ( ) : Int
open fun isEmpty ( ) : Boolean
open static fun < K : Any , V : Any > newInstance ( arg : KafkaConsumerRecords < Any , Any > ) : KafkaConsumerRecords < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : KafkaConsumerRecords < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : KafkaConsumerRecords < K , V >
open fun recordAt ( index : Int ) : KafkaConsumerRecord < K , V >
open fun size ( ) : Int
open fun toString ( ) : String
interface KafkaProducer < K : Any , V : Any > : WriteStream < KafkaProducerRecord < K , V > >
Module Contents
abstract fun asStream ( ) : KafkaWriteStream < K , V >
abstract fun close ( ) : Unit
abstract fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun close ( timeout : Long , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun < K : Any , V : Any > create ( vertx : Vertx , producer : Producer < K , V > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : Properties ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : Properties , keyType : Class < K > , valueType : Class < V > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > createShared ( vertx : Vertx , name : String , config : Properties ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > createShared ( vertx : Vertx , name : String , config : MutableMap < String , String > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > createShared ( vertx : Vertx , name : String , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > createShared ( vertx : Vertx , name : String , config : Properties , keyType : Class < K > , valueType : Class < V > ) : KafkaProducer < K , V >
abstract fun drainHandler ( handler : Handler < Void > ) : KafkaProducer < K , V >
abstract fun end ( ) : Unit
abstract fun end ( kafkaProducerRecord : KafkaProducerRecord < K , V > ) : Unit
abstract fun exceptionHandler ( handler : Handler < Throwable > ) : KafkaProducer < K , V >
abstract fun flush ( completionHandler : Handler < Void > ) : KafkaProducer < K , V >
abstract fun partitionsFor ( topic : String , handler : Handler < AsyncResult < MutableList < PartitionInfo > > > ) : KafkaProducer < K , V >
abstract fun setWriteQueueMaxSize ( i : Int ) : KafkaProducer < K , V >
abstract fun unwrap ( ) : Producer < K , V >
abstract fun write ( kafkaProducerRecord : KafkaProducerRecord < K , V > ) : KafkaProducer < K , V >
abstract fun write ( record : KafkaProducerRecord < K , V > , handler : Handler < AsyncResult < RecordMetadata > > ) : KafkaProducer < K , V >
abstract fun writeQueueFull ( ) : Boolean
open class KafkaProducer < K : Any , V : Any > : WriteStream < KafkaProducerRecord < K , V > >
Module Contents
KafkaProducer ( delegate : KafkaProducer < Any , Any > )
KafkaProducer ( delegate : KafkaProducer < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < KafkaProducer < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun close ( ) : Unit
open fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun close ( timeout : Long , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > createShared ( vertx : Vertx , name : String , config : MutableMap < String , String > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > createShared ( vertx : Vertx , name : String , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaProducer < K , V >
open fun drainHandler ( handler : Handler < Void > ) : KafkaProducer < K , V >
open fun end ( ) : Unit
open fun end ( kafkaProducerRecord : KafkaProducerRecord < K , V > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : KafkaProducer < K , V >
open fun flush ( completionHandler : Handler < Void > ) : KafkaProducer < K , V >
open fun getDelegate ( ) : KafkaProducer < Any , Any >
open fun hashCode ( ) : Int
open static fun < K : Any , V : Any > newInstance ( arg : KafkaProducer < Any , Any > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : KafkaProducer < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : KafkaProducer < K , V >
open fun partitionsFor ( topic : String , handler : Handler < AsyncResult < MutableList < PartitionInfo > > > ) : KafkaProducer < K , V >
open fun rxClose ( ) : Single < Void >
open fun rxClose ( timeout : Long ) : Single < Void >
open fun rxPartitionsFor ( topic : String ) : Single < MutableList < PartitionInfo > >
open fun rxWrite ( record : KafkaProducerRecord < K , V > ) : Single < RecordMetadata >
open fun setWriteQueueMaxSize ( i : Int ) : KafkaProducer < K , V >
open fun toString ( ) : String
open fun write ( kafkaProducerRecord : KafkaProducerRecord < K , V > ) : KafkaProducer < K , V >
open fun write ( record : KafkaProducerRecord < K , V > , handler : Handler < AsyncResult < RecordMetadata > > ) : KafkaProducer < K , V >
open fun writeQueueFull ( ) : Boolean
open class KafkaProducer < K : Any , V : Any > : WriteStream < KafkaProducerRecord < K , V > >
Module Contents
KafkaProducer ( delegate : KafkaProducer < Any , Any > )
KafkaProducer ( delegate : KafkaProducer < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < KafkaProducer < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun close ( ) : Unit
open fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun close ( timeout : Long , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > createShared ( vertx : Vertx , name : String , config : MutableMap < String , String > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > createShared ( vertx : Vertx , name : String , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaProducer < K , V >
open fun drainHandler ( handler : Handler < Void > ) : KafkaProducer < K , V >
open fun end ( ) : Unit
open fun end ( kafkaProducerRecord : KafkaProducerRecord < K , V > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : KafkaProducer < K , V >
open fun flush ( completionHandler : Handler < Void > ) : KafkaProducer < K , V >
open fun getDelegate ( ) : KafkaProducer < Any , Any >
open fun hashCode ( ) : Int
open static fun < K : Any , V : Any > newInstance ( arg : KafkaProducer < Any , Any > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : KafkaProducer < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : KafkaProducer < K , V >
open fun partitionsFor ( topic : String , handler : Handler < AsyncResult < MutableList < PartitionInfo > > > ) : KafkaProducer < K , V >
open fun rxClose ( ) : Completable
open fun rxClose ( timeout : Long ) : Completable
open fun rxPartitionsFor ( topic : String ) : Single < MutableList < PartitionInfo > >
open fun rxWrite ( record : KafkaProducerRecord < K , V > ) : Single < RecordMetadata >
open fun setWriteQueueMaxSize ( i : Int ) : KafkaProducer < K , V >
open fun toString ( ) : String
open fun write ( kafkaProducerRecord : KafkaProducerRecord < K , V > ) : KafkaProducer < K , V >
open fun write ( record : KafkaProducerRecord < K , V > , handler : Handler < AsyncResult < RecordMetadata > > ) : KafkaProducer < K , V >
open fun writeQueueFull ( ) : Boolean
interface KafkaReadStream < K : Any , V : Any > : ReadStream < ConsumerRecord < K , V > >
Module Contents
abstract fun assign ( partitions : MutableSet < TopicPartition > ) : KafkaReadStream < K , V >
abstract fun assign ( partitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaReadStream < K , V >
abstract fun assignment ( handler : Handler < AsyncResult < MutableSet < TopicPartition > > > ) : KafkaReadStream < K , V >
abstract fun batchHandler ( handler : Handler < ConsumerRecords < K , V > > ) : KafkaReadStream < K , V >
abstract fun beginningOffsets ( topicPartitions : MutableSet < TopicPartition > , handler : Handler < AsyncResult < MutableMap < TopicPartition , Long > > > ) : Unit
abstract fun beginningOffsets ( topicPartition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
open fun close ( ) : Unit
abstract fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun commit ( ) : Unit
abstract fun commit ( completionHandler : Handler < AsyncResult < MutableMap < TopicPartition , OffsetAndMetadata > > > ) : Unit
abstract fun commit ( offsets : MutableMap < TopicPartition , OffsetAndMetadata > ) : Unit
abstract fun commit ( offsets : MutableMap < TopicPartition , OffsetAndMetadata > , completionHandler : Handler < AsyncResult < MutableMap < TopicPartition , OffsetAndMetadata > > > ) : Unit
abstract fun committed ( topicPartition : TopicPartition , handler : Handler < AsyncResult < OffsetAndMetadata > > ) : Unit
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : Properties ) : KafkaReadStream < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : Properties , keyType : Class < K > , valueType : Class < V > ) : KafkaReadStream < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , Any > ) : KafkaReadStream < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , Any > , keyType : Class < K > , valueType : Class < V > ) : KafkaReadStream < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , consumer : Consumer < K , V > ) : KafkaReadStream < K , V >
abstract fun endOffsets ( topicPartitions : MutableSet < TopicPartition > , handler : Handler < AsyncResult < MutableMap < TopicPartition , Long > > > ) : Unit
abstract fun endOffsets ( topicPartition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
abstract fun listTopics ( handler : Handler < AsyncResult < MutableMap < String , MutableList < PartitionInfo > > > > ) : KafkaReadStream < K , V >
abstract fun offsetsForTimes ( topicPartitionTimestamps : MutableMap < TopicPartition , Long > , handler : Handler < AsyncResult < MutableMap < TopicPartition , OffsetAndTimestamp > > > ) : Unit
abstract fun offsetsForTimes ( topicPartition : TopicPartition , timestamp : Long , handler : Handler < AsyncResult < OffsetAndTimestamp > > ) : Unit
abstract fun partitionsAssignedHandler ( handler : Handler < MutableSet < TopicPartition > > ) : KafkaReadStream < K , V >
abstract fun partitionsFor ( topic : String , handler : Handler < AsyncResult < MutableList < PartitionInfo > > > ) : KafkaReadStream < K , V >
abstract fun partitionsRevokedHandler ( handler : Handler < MutableSet < TopicPartition > > ) : KafkaReadStream < K , V >
abstract fun pause ( topicPartitions : MutableSet < TopicPartition > ) : KafkaReadStream < K , V >
abstract fun pause ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaReadStream < K , V >
abstract fun paused ( handler : Handler < AsyncResult < MutableSet < TopicPartition > > > ) : Unit
abstract fun pollTimeout ( timeout : Long ) : KafkaReadStream < K , V >
abstract fun position ( partition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
abstract fun resume ( topicPartitions : MutableSet < TopicPartition > ) : KafkaReadStream < K , V >
abstract fun resume ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaReadStream < K , V >
abstract fun seek ( topicPartition : TopicPartition , offset : Long ) : KafkaReadStream < K , V >
abstract fun seek ( topicPartition : TopicPartition , offset : Long , completionHandler : Handler < AsyncResult < Void > > ) : KafkaReadStream < K , V >
abstract fun seekToBeginning ( topicPartitions : MutableSet < TopicPartition > ) : KafkaReadStream < K , V >
abstract fun seekToBeginning ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaReadStream < K , V >
abstract fun seekToEnd ( topicPartitions : MutableSet < TopicPartition > ) : KafkaReadStream < K , V >
abstract fun seekToEnd ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaReadStream < K , V >
abstract fun subscribe ( topics : MutableSet < String > ) : KafkaReadStream < K , V >
abstract fun subscribe ( topics : MutableSet < String > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaReadStream < K , V >
abstract fun subscription ( handler : Handler < AsyncResult < MutableSet < String > > > ) : KafkaReadStream < K , V >
abstract fun unsubscribe ( ) : KafkaReadStream < K , V >
abstract fun unsubscribe ( completionHandler : Handler < AsyncResult < Void > > ) : KafkaReadStream < K , V >
abstract fun unwrap ( ) : Consumer < K , V >
open class KeyStoreOptionsConverter
open class KeyValueConverter
open class KeyValueListConverter
interface KeycloakAuth
open class KeycloakAuth
open class KeycloakAuth
interface KeycloakHelper
open class KeycloakHelper
open class KeycloakHelper
object KotlinCompilerHelper
class KotlinScriptVerticleFactory : KotlinVerticleFactory
open class KotlinScriptVerticleTemplate
open class KotlinVerticleFactory : VerticleFactory
open class KubernetesServiceImporter : ServiceImporter
open class KubernetesUtils
interface LDAPProviderConstants
open class Launcher : VertxCommandLauncher , VertxLifecycleHooks
interface LinkedInAuth
open class LinkedInAuth
open class LinkedInAuth
interface LiveAuth
open class LiveAuth
open class LiveAuth
open class LocalMap < K : Any , V : Any >
Module Contents
LocalMap ( delegate : LocalMap < Any , Any > )
LocalMap ( delegate : LocalMap < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < LocalMap < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun clear ( ) : Unit
open fun close ( ) : Unit
open fun containsKey ( key : Any ) : Boolean
open fun containsValue ( value : Any ) : Boolean
open fun equals ( other : Any ? ) : Boolean
open fun get ( key : Any ) : V
open fun getDelegate ( ) : LocalMap < Any , Any >
open fun getOrDefault ( key : Any , defaultValue : V ) : V
open fun hashCode ( ) : Int
open fun isEmpty ( ) : Boolean
open static fun < K : Any , V : Any > newInstance ( arg : LocalMap < Any , Any > ) : LocalMap < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : LocalMap < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : LocalMap < K , V >
open fun put ( key : K , value : V ) : V
open fun putIfAbsent ( key : K , value : V ) : V
open fun remove ( key : Any ) : V
open fun removeIfPresent ( key : K , value : V ) : Boolean
open fun replace ( key : K , value : V ) : V
open fun replaceIfPresent ( key : K , oldValue : V , newValue : V ) : Boolean
open fun size ( ) : Int
open fun toString ( ) : String
open class LocalMapGet : AnnotatedCommand
open class LocalMapPut : AnnotatedCommand
open class LocalMapRm : AnnotatedCommand
interface LocalSessionStore : SessionStore
open class LocalSessionStore : SessionStore
open class LocalSessionStore : SessionStore
open class Locale
open class Locale
open class Lock
open class Log4j2LogDelegate : LogDelegate
Module Contents
open fun debug ( message : Any ) : Unit
open fun debug ( message : Any , vararg params : Any ) : Unit
open fun debug ( message : Any , t : Throwable ) : Unit
open fun debug ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun error ( message : Any ) : Unit
open fun error ( message : Any , vararg params : Any ) : Unit
open fun error ( message : Any , t : Throwable ) : Unit
open fun error ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun fatal ( message : Any ) : Unit
open fun fatal ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any ) : Unit
open fun info ( message : Any , vararg params : Any ) : Unit
open fun info ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun isDebugEnabled ( ) : Boolean
open fun isInfoEnabled ( ) : Boolean
open fun isTraceEnabled ( ) : Boolean
open fun trace ( message : Any ) : Unit
open fun trace ( message : Any , vararg params : Any ) : Unit
open fun trace ( message : Any , t : Throwable ) : Unit
open fun trace ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun unwrap ( ) : Any
open fun warn ( message : Any ) : Unit
open fun warn ( message : Any , vararg params : Any ) : Unit
open fun warn ( message : Any , t : Throwable ) : Unit
open fun warn ( message : Any , t : Throwable , vararg params : Any ) : Unit
open class Log4j2LogDelegateFactory : LogDelegateFactory
open class Log4jLogDelegate : LogDelegate
Module Contents
open fun debug ( message : Any ) : Unit
open fun debug ( message : Any , vararg params : Any ) : Unit
open fun debug ( message : Any , t : Throwable ) : Unit
open fun debug ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun error ( message : Any ) : Unit
open fun error ( message : Any , vararg params : Any ) : Unit
open fun error ( message : Any , t : Throwable ) : Unit
open fun error ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun fatal ( message : Any ) : Unit
open fun fatal ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any ) : Unit
open fun info ( message : Any , vararg params : Any ) : Unit
open fun info ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun isDebugEnabled ( ) : Boolean
open fun isInfoEnabled ( ) : Boolean
open fun isTraceEnabled ( ) : Boolean
open fun trace ( message : Any ) : Unit
open fun trace ( message : Any , vararg params : Any ) : Unit
open fun trace ( message : Any , t : Throwable ) : Unit
open fun trace ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun unwrap ( ) : Any
open fun warn ( message : Any ) : Unit
open fun warn ( message : Any , vararg params : Any ) : Unit
open fun warn ( message : Any , t : Throwable ) : Unit
open fun warn ( message : Any , t : Throwable , vararg params : Any ) : Unit
open class Log4jLogDelegateFactory : LogDelegateFactory
interface LogDelegate
Module Contents
abstract fun debug ( message : Any ) : Unit
abstract fun debug ( message : Any , vararg params : Any ) : Unit
abstract fun debug ( message : Any , t : Throwable ) : Unit
abstract fun debug ( message : Any , t : Throwable , vararg params : Any ) : Unit
abstract fun error ( message : Any ) : Unit
abstract fun error ( message : Any , vararg params : Any ) : Unit
abstract fun error ( message : Any , t : Throwable ) : Unit
abstract fun error ( message : Any , t : Throwable , vararg params : Any ) : Unit
abstract fun fatal ( message : Any ) : Unit
abstract fun fatal ( message : Any , t : Throwable ) : Unit
abstract fun info ( message : Any ) : Unit
abstract fun info ( message : Any , vararg params : Any ) : Unit
abstract fun info ( message : Any , t : Throwable ) : Unit
abstract fun info ( message : Any , t : Throwable , vararg params : Any ) : Unit
abstract fun isDebugEnabled ( ) : Boolean
abstract fun isInfoEnabled ( ) : Boolean
abstract fun isTraceEnabled ( ) : Boolean
abstract fun trace ( message : Any ) : Unit
abstract fun trace ( message : Any , vararg params : Any ) : Unit
abstract fun trace ( message : Any , t : Throwable ) : Unit
abstract fun trace ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun unwrap ( ) : Any
abstract fun warn ( message : Any ) : Unit
abstract fun warn ( message : Any , vararg params : Any ) : Unit
abstract fun warn ( message : Any , t : Throwable ) : Unit
abstract fun warn ( message : Any , t : Throwable , vararg params : Any ) : Unit
interface LogDelegateFactory
open class Logger
Module Contents
Logger ( delegate : LogDelegate )
open fun debug ( message : Any ) : Unit
open fun debug ( message : Any , t : Throwable ) : Unit
open fun debug ( message : Any , vararg objects : Any ) : Unit
open fun debug ( message : Any , t : Throwable , vararg objects : Any ) : Unit
open fun error ( message : Any ) : Unit
open fun error ( message : Any , t : Throwable ) : Unit
open fun error ( message : Any , vararg objects : Any ) : Unit
open fun error ( message : Any , t : Throwable , vararg objects : Any ) : Unit
open fun fatal ( message : Any ) : Unit
open fun fatal ( message : Any , t : Throwable ) : Unit
open fun getDelegate ( ) : LogDelegate
open fun info ( message : Any ) : Unit
open fun info ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any , vararg objects : Any ) : Unit
open fun info ( message : Any , t : Throwable , vararg objects : Any ) : Unit
open fun isDebugEnabled ( ) : Boolean
open fun isInfoEnabled ( ) : Boolean
open fun isTraceEnabled ( ) : Boolean
open fun trace ( message : Any ) : Unit
open fun trace ( message : Any , t : Throwable ) : Unit
open fun trace ( message : Any , vararg objects : Any ) : Unit
open fun trace ( message : Any , t : Throwable , vararg objects : Any ) : Unit
open fun warn ( message : Any ) : Unit
open fun warn ( message : Any , t : Throwable ) : Unit
open fun warn ( message : Any , vararg objects : Any ) : Unit
open fun warn ( message : Any , t : Throwable , vararg objects : Any ) : Unit
open class LoggerFactory
class LoggerFormat
interface LoggerHandler : Handler < RoutingContext >
open class LoggerHandler : Handler < RoutingContext >
open class LoggerHandler : Handler < RoutingContext >
open class Lookup
interface MVELTemplateEngine : TemplateEngine
open class MVELTemplateEngine : TemplateEngine
open class MVELTemplateEngine : TemplateEngine
open class MailEncoder
interface MailService : MailClient
open class MailService : MailClient
open class MailService : MailClient
open class MailServiceVerticle : AbstractVerticle
open class MailServiceVertxEBProxy : MailService
open class MailServiceVertxProxyHandler : ProxyHandler
interface MailchimpAuth
open class MailchimpAuth
open class MailchimpAuth
open class Match
class MatchType
open class MavenCoords
open class MavenVerticleFactory : ServiceVerticleFactory
open class MaybeHelper
open class MaybeHelper
open class MaybeUnmarshaller < T : Any , B : Any > : MaybeTransformer < B , T >
Module Contents
MaybeUnmarshaller ( unwrap : Function < B , Buffer > , mappedType : Class < T > )
MaybeUnmarshaller ( unwrap : Function < B , Buffer > , mappedTypeRef : TypeReference < T > )
MaybeUnmarshaller ( unwrap : Function < B , Buffer > , mappedType : Class < T > , mapper : ObjectMapper )
MaybeUnmarshaller ( unwrap : Function < B , Buffer > , mappedTypeRef : TypeReference < T > , mapper : ObjectMapper )
open fun apply ( @NonNull upstream : @NonNull Maybe < B > ) : MaybeSource < T >
interface Measured
interface Measured
interface Message < T : Any >
open class Message < T : Any >
open class Message < T : Any >
open class MessageConsumer < T : Any > : ReadStream < Message < T > >
open class MessageProducer < T : Any > : WriteStream < T >
open class MessageSource
Module Contents
MessageSource ( delegate : MessageSource )
static val __TYPE_ARG : TypeArg < MessageSource >
open static fun createRecord ( name : String , address : String , type : String , metadata : JsonObject ) : Record
open static fun createRecord ( name : String , address : String , type : String ) : Record
open static fun createRecord ( name : String , address : String ) : Record
open fun equals ( other : Any ? ) : Boolean
open static fun < T : Any > getConsumer ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < MessageConsumer < T > > > ) : Unit
open static fun < T : Any > getConsumer ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < MessageConsumer < T > > > ) : Unit
open fun getDelegate ( ) : MessageSource
open fun hashCode ( ) : Int
open static fun newInstance ( arg : MessageSource ) : MessageSource
open static fun < T : Any > rxGetConsumer ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < MessageConsumer < T > >
open static fun < T : Any > rxGetConsumer ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < MessageConsumer < T > >
open fun toString ( ) : String
open class MessageSource
Module Contents
MessageSource ( delegate : MessageSource )
static val __TYPE_ARG : TypeArg < MessageSource >
open static fun createRecord ( name : String , address : String , type : String , metadata : JsonObject ) : Record
open static fun createRecord ( name : String , address : String , type : String ) : Record
open static fun createRecord ( name : String , address : String ) : Record
open fun equals ( other : Any ? ) : Boolean
open static fun < T : Any > getConsumer ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < MessageConsumer < T > > > ) : Unit
open static fun < T : Any > getConsumer ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < MessageConsumer < T > > > ) : Unit
open fun getDelegate ( ) : MessageSource
open fun hashCode ( ) : Int
open static fun newInstance ( arg : MessageSource ) : MessageSource
open static fun < T : Any > rxGetConsumer ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < MessageConsumer < T > >
open static fun < T : Any > rxGetConsumer ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < MessageConsumer < T > >
open fun toString ( ) : String
interface MethodWithGenericFunctionArg < T : Any >
interface MethodWithReadStreamArg < T : Any >
open class MetricTagsMatchConverter
class MetricsDomain
interface MetricsProvider : Measured
interface MetricsService
interface MetricsService
open class MetricsService
open class MetricsService
open class MetricsService
open class MetricsService
open class MicrometerMetricsOptions : MetricsOptions
open class MicrometerMetricsOptionsConverter
open class MissingOptionException : CLIException
open class MissingValueException : CLIException
interface MongoAuth : AuthProvider
open class MongoAuth : AuthProvider
open class MongoAuth : AuthProvider
open class MongoAuthOptionsConverter
open class MongoDataSource
Module Contents
MongoDataSource ( delegate : MongoDataSource )
static val __TYPE_ARG : TypeArg < MongoDataSource >
open static fun createRecord ( name : String , location : JsonObject , metadata : JsonObject ) : Record
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : MongoDataSource
open static fun getMongoClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < MongoClient > > ) : Unit
open static fun getMongoClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < MongoClient > > ) : Unit
open static fun getMongoClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < MongoClient > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : MongoDataSource ) : MongoDataSource
open static fun rxGetMongoClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < MongoClient >
open static fun rxGetMongoClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < MongoClient >
open static fun rxGetMongoClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject ) : Single < MongoClient >
open fun toString ( ) : String
open class MongoDataSource
Module Contents
MongoDataSource ( delegate : MongoDataSource )
static val __TYPE_ARG : TypeArg < MongoDataSource >
open static fun createRecord ( name : String , location : JsonObject , metadata : JsonObject ) : Record
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : MongoDataSource
open static fun getMongoClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < MongoClient > > ) : Unit
open static fun getMongoClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < MongoClient > > ) : Unit
open static fun getMongoClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < MongoClient > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : MongoDataSource ) : MongoDataSource
open static fun rxGetMongoClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < MongoClient >
open static fun rxGetMongoClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < MongoClient >
open static fun rxGetMongoClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject ) : Single < MongoClient >
open fun toString ( ) : String
open class MqttClient
Module Contents
MqttClient ( delegate : MqttClient )
static val __TYPE_ARG : TypeArg < MqttClient >
open fun clientId ( ) : String
open fun closeHandler ( closeHandler : Handler < Void > ) : MqttClient
open fun connect ( port : Int , host : String , connectHandler : Handler < AsyncResult < MqttConnAckMessage > > ) : MqttClient
open fun connect ( port : Int , host : String , serverName : String , connectHandler : Handler < AsyncResult < MqttConnAckMessage > > ) : MqttClient
open static fun create ( vertx : Vertx , options : MqttClientOptions ) : MqttClient
open static fun create ( vertx : Vertx ) : MqttClient
open fun disconnect ( ) : MqttClient
open fun disconnect ( disconnectHandler : Handler < AsyncResult < Void > > ) : MqttClient
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : MqttClient
open fun getDelegate ( ) : MqttClient
open fun hashCode ( ) : Int
open fun isConnected ( ) : Boolean
open static fun newInstance ( arg : MqttClient ) : MqttClient
open fun ping ( ) : MqttClient
open fun pingResponseHandler ( pingResponseHandler : Handler < Void > ) : MqttClient
open fun publish ( topic : String , payload : Buffer , qosLevel : MqttQoS , isDup : Boolean , isRetain : Boolean ) : MqttClient
open fun publish ( topic : String , payload : Buffer , qosLevel : MqttQoS , isDup : Boolean , isRetain : Boolean , publishSentHandler : Handler < AsyncResult < Int > > ) : MqttClient
open fun publishCompletionHandler ( publishCompletionHandler : Handler < Int > ) : MqttClient
open fun publishHandler ( publishHandler : Handler < MqttPublishMessage > ) : MqttClient
open fun rxConnect ( port : Int , host : String ) : Single < MqttConnAckMessage >
open fun rxConnect ( port : Int , host : String , serverName : String ) : Single < MqttConnAckMessage >
open fun rxDisconnect ( ) : Single < Void >
open fun rxPublish ( topic : String , payload : Buffer , qosLevel : MqttQoS , isDup : Boolean , isRetain : Boolean ) : Single < Int >
open fun rxSubscribe ( topic : String , qos : Int ) : Single < Int >
open fun rxSubscribe ( topics : MutableMap < String , Int > ) : Single < Int >
open fun rxUnsubscribe ( topic : String ) : Single < Int >
open fun subscribe ( topic : String , qos : Int ) : MqttClient
open fun subscribe ( topic : String , qos : Int , subscribeSentHandler : Handler < AsyncResult < Int > > ) : MqttClient
open fun subscribe ( topics : MutableMap < String , Int > ) : MqttClient
open fun subscribe ( topics : MutableMap < String , Int > , subscribeSentHandler : Handler < AsyncResult < Int > > ) : MqttClient
open fun subscribeCompletionHandler ( subscribeCompletionHandler : Handler < MqttSubAckMessage > ) : MqttClient
open fun toString ( ) : String
open fun unsubscribe ( topic : String ) : MqttClient
open fun unsubscribe ( topic : String , unsubscribeSentHandler : Handler < AsyncResult < Int > > ) : MqttClient
open fun unsubscribeCompletionHandler ( unsubscribeCompletionHandler : Handler < Int > ) : MqttClient
open class MqttClient
Module Contents
MqttClient ( delegate : MqttClient )
static val __TYPE_ARG : TypeArg < MqttClient >
open fun clientId ( ) : String
open fun closeHandler ( closeHandler : Handler < Void > ) : MqttClient
open fun connect ( port : Int , host : String , connectHandler : Handler < AsyncResult < MqttConnAckMessage > > ) : MqttClient
open fun connect ( port : Int , host : String , serverName : String , connectHandler : Handler < AsyncResult < MqttConnAckMessage > > ) : MqttClient
open static fun create ( vertx : Vertx , options : MqttClientOptions ) : MqttClient
open static fun create ( vertx : Vertx ) : MqttClient
open fun disconnect ( ) : MqttClient
open fun disconnect ( disconnectHandler : Handler < AsyncResult < Void > > ) : MqttClient
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : MqttClient
open fun getDelegate ( ) : MqttClient
open fun hashCode ( ) : Int
open fun isConnected ( ) : Boolean
open static fun newInstance ( arg : MqttClient ) : MqttClient
open fun ping ( ) : MqttClient
open fun pingResponseHandler ( pingResponseHandler : Handler < Void > ) : MqttClient
open fun publish ( topic : String , payload : Buffer , qosLevel : MqttQoS , isDup : Boolean , isRetain : Boolean ) : MqttClient
open fun publish ( topic : String , payload : Buffer , qosLevel : MqttQoS , isDup : Boolean , isRetain : Boolean , publishSentHandler : Handler < AsyncResult < Int > > ) : MqttClient
open fun publishCompletionHandler ( publishCompletionHandler : Handler < Int > ) : MqttClient
open fun publishHandler ( publishHandler : Handler < MqttPublishMessage > ) : MqttClient
open fun rxConnect ( port : Int , host : String ) : Single < MqttConnAckMessage >
open fun rxConnect ( port : Int , host : String , serverName : String ) : Single < MqttConnAckMessage >
open fun rxDisconnect ( ) : Completable
open fun rxPublish ( topic : String , payload : Buffer , qosLevel : MqttQoS , isDup : Boolean , isRetain : Boolean ) : Single < Int >
open fun rxSubscribe ( topic : String , qos : Int ) : Single < Int >
open fun rxSubscribe ( topics : MutableMap < String , Int > ) : Single < Int >
open fun rxUnsubscribe ( topic : String ) : Single < Int >
open fun subscribe ( topic : String , qos : Int ) : MqttClient
open fun subscribe ( topic : String , qos : Int , subscribeSentHandler : Handler < AsyncResult < Int > > ) : MqttClient
open fun subscribe ( topics : MutableMap < String , Int > ) : MqttClient
open fun subscribe ( topics : MutableMap < String , Int > , subscribeSentHandler : Handler < AsyncResult < Int > > ) : MqttClient
open fun subscribeCompletionHandler ( subscribeCompletionHandler : Handler < MqttSubAckMessage > ) : MqttClient
open fun toString ( ) : String
open fun unsubscribe ( topic : String ) : MqttClient
open fun unsubscribe ( topic : String , unsubscribeSentHandler : Handler < AsyncResult < Int > > ) : MqttClient
open fun unsubscribeCompletionHandler ( unsubscribeCompletionHandler : Handler < Int > ) : MqttClient
open class MqttClientOptionsConverter
open class MqttConnAckMessage
open class MqttConnAckMessage
open class MqttConnectionException : Throwable
open class MqttEndpoint
open class MqttEndpoint
open class MqttException : Throwable
interface MqttMessage
interface MqttMessage
open class MqttPublishMessage : MqttMessage
open class MqttPublishMessage : MqttMessage
open class MqttServer
open class MqttServer
open class MqttSubAckMessage : MqttMessage
open class MqttSubAckMessage : MqttMessage
open class MqttSubscribeMessage : MqttMessage
open class MqttSubscribeMessage : MqttMessage
open class MqttUnsubscribeMessage : MqttMessage
open class MqttUnsubscribeMessage : MqttMessage
open class MultiMap
interface MxRecord
open class MxRecord
open class MxRecord
interface MySQLClient : AsyncSQLClient
open class MySQLClient : AsyncSQLClient
open class MySQLClient : AsyncSQLClient
@Target ( [AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Name
interface NetClient : Measured
open class NetClient : Measured
Module Contents
NetClient ( delegate : NetClient )
static val __TYPE_ARG : TypeArg < NetClient >
open fun close ( ) : Unit
open fun connect ( port : Int , host : String , connectHandler : Handler < AsyncResult < NetSocket > > ) : NetClient
open fun connect ( port : Int , host : String , serverName : String , connectHandler : Handler < AsyncResult < NetSocket > > ) : NetClient
open fun connect ( remoteAddress : SocketAddress , connectHandler : Handler < AsyncResult < NetSocket > > ) : NetClient
open fun connect ( remoteAddress : SocketAddress , serverName : String , connectHandler : Handler < AsyncResult < NetSocket > > ) : NetClient
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : NetClient
open fun hashCode ( ) : Int
open fun isMetricsEnabled ( ) : Boolean
open static fun newInstance ( arg : NetClient ) : NetClient
open fun rxConnect ( port : Int , host : String ) : Single < NetSocket >
open fun rxConnect ( port : Int , host : String , serverName : String ) : Single < NetSocket >
open fun rxConnect ( remoteAddress : SocketAddress ) : Single < NetSocket >
open fun rxConnect ( remoteAddress : SocketAddress , serverName : String ) : Single < NetSocket >
open fun toString ( ) : String
open class NetClient : Measured
Module Contents
NetClient ( delegate : NetClient )
static val __TYPE_ARG : TypeArg < NetClient >
open fun close ( ) : Unit
open fun connect ( port : Int , host : String , connectHandler : Handler < AsyncResult < NetSocket > > ) : NetClient
open fun connect ( port : Int , host : String , serverName : String , connectHandler : Handler < AsyncResult < NetSocket > > ) : NetClient
open fun connect ( remoteAddress : SocketAddress , connectHandler : Handler < AsyncResult < NetSocket > > ) : NetClient
open fun connect ( remoteAddress : SocketAddress , serverName : String , connectHandler : Handler < AsyncResult < NetSocket > > ) : NetClient
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : NetClient
open fun hashCode ( ) : Int
open fun isMetricsEnabled ( ) : Boolean
open static fun newInstance ( arg : NetClient ) : NetClient
open fun rxConnect ( port : Int , host : String ) : Single < NetSocket >
open fun rxConnect ( port : Int , host : String , serverName : String ) : Single < NetSocket >
open fun rxConnect ( remoteAddress : SocketAddress ) : Single < NetSocket >
open fun rxConnect ( remoteAddress : SocketAddress , serverName : String ) : Single < NetSocket >
open fun toString ( ) : String
open class NetCommandLs : AnnotatedCommand
interface NetServer : Measured
open class NetServer : Measured
open class NetServer : Measured
open class NetSocket : ReadStream < Buffer > , WriteStream < Buffer >
Module Contents
NetSocket ( delegate : NetSocket )
static val __TYPE_ARG : TypeArg < NetSocket >
open fun close ( ) : Unit
open fun closeHandler ( handler : Handler < Void > ) : NetSocket
open fun drainHandler ( handler : Handler < Void > ) : NetSocket
open fun end ( t : Buffer ) : Unit
open fun end ( ) : Unit
open fun endHandler ( endHandler : Handler < Void > ) : NetSocket
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : NetSocket
open fun getDelegate ( ) : NetSocket
open fun handler ( handler : Handler < Buffer > ) : NetSocket
open fun hashCode ( ) : Int
open fun indicatedServerName ( ) : String
open fun isSsl ( ) : Boolean
open fun localAddress ( ) : SocketAddress
open static fun newInstance ( arg : NetSocket ) : NetSocket
open fun pause ( ) : NetSocket
open fun remoteAddress ( ) : SocketAddress
open fun resume ( ) : NetSocket
open fun rxSendFile ( filename : String ) : Completable
open fun rxSendFile ( filename : String , offset : Long ) : Completable
open fun rxSendFile ( filename : String , offset : Long , length : Long ) : Completable
open fun sendFile ( filename : String ) : NetSocket
open fun sendFile ( filename : String , offset : Long ) : NetSocket
open fun sendFile ( filename : String , offset : Long , length : Long ) : NetSocket
open fun sendFile ( filename : String , resultHandler : Handler < AsyncResult < Void > > ) : NetSocket
open fun sendFile ( filename : String , offset : Long , resultHandler : Handler < AsyncResult < Void > > ) : NetSocket
open fun sendFile ( filename : String , offset : Long , length : Long , resultHandler : Handler < AsyncResult < Void > > ) : NetSocket
open fun setWriteQueueMaxSize ( maxSize : Int ) : NetSocket
open fun toFlowable ( ) : Flowable < Buffer >
open fun toObservable ( ) : Observable < Buffer >
open fun toString ( ) : String
open fun upgradeToSsl ( handler : Handler < Void > ) : NetSocket
open fun upgradeToSsl ( serverName : String , handler : Handler < Void > ) : NetSocket
open fun write ( data : Buffer ) : NetSocket
open fun write ( str : String ) : NetSocket
open fun write ( str : String , enc : String ) : NetSocket
open fun writeHandlerID ( ) : String
open fun writeQueueFull ( ) : Boolean
open class NodeConverter
open class NodeListConverter
interface NodeListener
open class NodeQueryOptionsConverter
interface NonConcreteWithToString
class NoopBackendRegistry : BackendRegistry
interface OAuth2Auth : AuthProviderInternal
open class OAuth2Auth
Module Contents
OAuth2Auth ( delegate : OAuth2Auth )
static val __TYPE_ARG : TypeArg < OAuth2Auth >
open fun authorizeURL ( params : JsonObject ) : String
open static fun create ( vertx : Vertx , flow : OAuth2FlowType , config : OAuth2ClientOptions ) : OAuth2Auth
open static fun create ( vertx : Vertx , flow : OAuth2FlowType ) : OAuth2Auth
open static fun createKeycloak ( vertx : Vertx , flow : OAuth2FlowType , config : JsonObject ) : OAuth2Auth
open fun decodeToken ( token : String , handler : Handler < AsyncResult < AccessToken > > ) : OAuth2Auth
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : OAuth2Auth
open fun getFlowType ( ) : OAuth2FlowType
open fun getScopeSeparator ( ) : String
open fun getToken ( params : JsonObject , handler : Handler < AsyncResult < AccessToken > > ) : Unit
open fun hasJWTToken ( ) : Boolean
open fun hashCode ( ) : Int
open fun introspectToken ( token : String , handler : Handler < AsyncResult < AccessToken > > ) : OAuth2Auth
open fun introspectToken ( token : String , tokenType : String , handler : Handler < AsyncResult < AccessToken > > ) : OAuth2Auth
open fun loadJWK ( handler : Handler < AsyncResult < Void > > ) : OAuth2Auth
open static fun newInstance ( arg : OAuth2Auth ) : OAuth2Auth
open fun rxDecodeToken ( token : String ) : Single < AccessToken >
open fun rxGetToken ( params : JsonObject ) : Single < AccessToken >
open fun rxIntrospectToken ( token : String ) : Single < AccessToken >
open fun rxIntrospectToken ( token : String , tokenType : String ) : Single < AccessToken >
open fun rxLoadJWK ( ) : Single < Void >
open fun toString ( ) : String
open fun verifyIsUsingPassword ( ) : Unit
open class OAuth2Auth
Module Contents
OAuth2Auth ( delegate : OAuth2Auth )
static val __TYPE_ARG : TypeArg < OAuth2Auth >
open fun authorizeURL ( params : JsonObject ) : String
open static fun create ( vertx : Vertx , flow : OAuth2FlowType , config : OAuth2ClientOptions ) : OAuth2Auth
open static fun create ( vertx : Vertx , flow : OAuth2FlowType ) : OAuth2Auth
open static fun createKeycloak ( vertx : Vertx , flow : OAuth2FlowType , config : JsonObject ) : OAuth2Auth
open fun decodeToken ( token : String , handler : Handler < AsyncResult < AccessToken > > ) : OAuth2Auth
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : OAuth2Auth
open fun getFlowType ( ) : OAuth2FlowType
open fun getScopeSeparator ( ) : String
open fun getToken ( params : JsonObject , handler : Handler < AsyncResult < AccessToken > > ) : Unit
open fun hasJWTToken ( ) : Boolean
open fun hashCode ( ) : Int
open fun introspectToken ( token : String , handler : Handler < AsyncResult < AccessToken > > ) : OAuth2Auth
open fun introspectToken ( token : String , tokenType : String , handler : Handler < AsyncResult < AccessToken > > ) : OAuth2Auth
open fun loadJWK ( handler : Handler < AsyncResult < Void > > ) : OAuth2Auth
open static fun newInstance ( arg : OAuth2Auth ) : OAuth2Auth
open fun rxDecodeToken ( token : String ) : Single < AccessToken >
open fun rxGetToken ( params : JsonObject ) : Single < AccessToken >
open fun rxIntrospectToken ( token : String ) : Single < AccessToken >
open fun rxIntrospectToken ( token : String , tokenType : String ) : Single < AccessToken >
open fun rxLoadJWK ( ) : Completable
open fun toString ( ) : String
open fun verifyIsUsingPassword ( ) : Unit
interface OAuth2AuthHandler : AuthHandler
open class OAuth2AuthHandler : AuthHandler , Handler < RoutingContext >
open class OAuth2AuthHandler : AuthHandler , Handler < RoutingContext >
open class OAuth2ClientOptionsConverter
interface OAuth2Response
open class OAuth2Response
open class OAuth2Response
class ObjectCmd
open class ObservableHelper
open class ObservableHelper
open class ObservableUnmarshaller < T : Any , B : Any > : ObservableTransformer < B , T >
Module Contents
ObservableUnmarshaller ( unwrap : Function < B , Buffer > , mappedType : Class < T > )
ObservableUnmarshaller ( unwrap : Function < B , Buffer > , mappedTypeRef : TypeReference < T > )
ObservableUnmarshaller ( unwrap : Function < B , Buffer > , mappedType : Class < T > , mapper : ObjectMapper )
ObservableUnmarshaller ( unwrap : Function < B , Buffer > , mappedTypeRef : TypeReference < T > , mapper : ObjectMapper )
open fun apply ( @NonNull upstream : @NonNull Observable < B > ) : ObservableSource < T >
interface OpenAPI3RequestValidationHandler : HTTPOperationRequestValidationHandler
open class OpenAPI3RequestValidationHandler : HTTPOperationRequestValidationHandler , Handler < RoutingContext >
open class OpenAPI3RequestValidationHandler : HTTPOperationRequestValidationHandler , Handler < RoutingContext >
interface OpenAPI3RouterFactory : RouterFactory < OpenAPI >
open class OpenAPI3RouterFactory : RouterFactory < OpenAPI >
Module Contents
OpenAPI3RouterFactory ( delegate : OpenAPI3RouterFactory )
static val __TYPE_ARG : TypeArg < OpenAPI3RouterFactory >
open fun addFailureHandler ( method : HttpMethod , path : String , failureHandler : Handler < RoutingContext > ) : RouterFactory < Any >
open fun addFailureHandlerByOperationId ( operationId : String , failureHandler : Handler < RoutingContext > ) : OpenAPI3RouterFactory
open fun addHandler ( method : HttpMethod , path : String , handler : Handler < RoutingContext > ) : RouterFactory < Any >
open fun addHandlerByOperationId ( operationId : String , handler : Handler < RoutingContext > ) : OpenAPI3RouterFactory
open fun addSecurityHandler ( securitySchemaName : String , handler : Handler < RoutingContext > ) : RouterFactory < Any >
open fun addSecuritySchemaScopeValidator ( securitySchemaName : String , scopeName : String , handler : Handler < RoutingContext > ) : OpenAPI3RouterFactory
open static fun create ( vertx : Vertx , url : String , handler : Handler < AsyncResult < OpenAPI3RouterFactory > > ) : Unit
open static fun createRouterFactoryFromFile ( vertx : Vertx , url : String , handler : Handler < AsyncResult < OpenAPI3RouterFactory > > ) : Unit
open static fun createRouterFactoryFromURL ( vertx : Vertx , url : String , handler : Handler < AsyncResult < OpenAPI3RouterFactory > > ) : Unit
open fun enableValidationFailureHandler ( enable : Boolean ) : RouterFactory < Any >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : OpenAPI3RouterFactory
open fun getOptions ( ) : RouterFactoryOptions
open fun getRouter ( ) : Router
open fun hashCode ( ) : Int
open fun mountOperationsWithoutHandlers ( enable : Boolean ) : RouterFactory < Any >
open static fun newInstance ( arg : OpenAPI3RouterFactory ) : OpenAPI3RouterFactory
open static fun rxCreate ( vertx : Vertx , url : String ) : Single < OpenAPI3RouterFactory >
open static fun rxCreateRouterFactoryFromFile ( vertx : Vertx , url : String ) : Single < OpenAPI3RouterFactory >
open static fun rxCreateRouterFactoryFromURL ( vertx : Vertx , url : String ) : Single < OpenAPI3RouterFactory >
open fun setOptions ( options : RouterFactoryOptions ) : RouterFactory < Any >
open fun setValidationFailureHandler ( handler : Handler < RoutingContext > ) : RouterFactory < Any >
open fun toString ( ) : String
open class OpenAPI3RouterFactory : RouterFactory < OpenAPI >
Module Contents
OpenAPI3RouterFactory ( delegate : OpenAPI3RouterFactory )
static val __TYPE_ARG : TypeArg < OpenAPI3RouterFactory >
open fun addFailureHandler ( method : HttpMethod , path : String , failureHandler : Handler < RoutingContext > ) : RouterFactory < Any >
open fun addFailureHandlerByOperationId ( operationId : String , failureHandler : Handler < RoutingContext > ) : OpenAPI3RouterFactory
open fun addHandler ( method : HttpMethod , path : String , handler : Handler < RoutingContext > ) : RouterFactory < Any >
open fun addHandlerByOperationId ( operationId : String , handler : Handler < RoutingContext > ) : OpenAPI3RouterFactory
open fun addSecurityHandler ( securitySchemaName : String , handler : Handler < RoutingContext > ) : RouterFactory < Any >
open fun addSecuritySchemaScopeValidator ( securitySchemaName : String , scopeName : String , handler : Handler < RoutingContext > ) : OpenAPI3RouterFactory
open static fun create ( vertx : Vertx , url : String , handler : Handler < AsyncResult < OpenAPI3RouterFactory > > ) : Unit
open static fun createRouterFactoryFromFile ( vertx : Vertx , url : String , handler : Handler < AsyncResult < OpenAPI3RouterFactory > > ) : Unit
open static fun createRouterFactoryFromURL ( vertx : Vertx , url : String , handler : Handler < AsyncResult < OpenAPI3RouterFactory > > ) : Unit
open fun enableValidationFailureHandler ( enable : Boolean ) : RouterFactory < Any >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : OpenAPI3RouterFactory
open fun getOptions ( ) : RouterFactoryOptions
open fun getRouter ( ) : Router
open fun hashCode ( ) : Int
open fun mountOperationsWithoutHandlers ( enable : Boolean ) : RouterFactory < Any >
open static fun newInstance ( arg : OpenAPI3RouterFactory ) : OpenAPI3RouterFactory
open static fun rxCreate ( vertx : Vertx , url : String ) : Single < OpenAPI3RouterFactory >
open static fun rxCreateRouterFactoryFromFile ( vertx : Vertx , url : String ) : Single < OpenAPI3RouterFactory >
open static fun rxCreateRouterFactoryFromURL ( vertx : Vertx , url : String ) : Single < OpenAPI3RouterFactory >
open fun setOptions ( options : RouterFactoryOptions ) : RouterFactory < Any >
open fun setValidationFailureHandler ( handler : Handler < RoutingContext > ) : RouterFactory < Any >
open fun toString ( ) : String
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class Option
open class OutboundMapping : CamelMapping
open class PGPHelper
open class PRNG : VertxContextPRNG
class ParameterLocation
class ParameterType
@FunctionalInterface interface ParameterTypeValidator
Module Contents
open static fun createArrayTypeValidator ( arrayMembersValidator : ParameterTypeValidator ) : ParameterTypeValidator
open static fun createArrayTypeValidator ( arrayMembersValidator : ParameterTypeValidator , collectionFormat : String , maxItems : Int , minItems : Int ) : ParameterTypeValidator
open static fun createBooleanTypeValidator ( defaultValue : Any ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( defaultValue : Double ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Double ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createEnumTypeValidatorWithInnerValidator ( allowedValues : MutableList < String > , innerValidator : ParameterTypeValidator ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( defaultValue : Float ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Float ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( defaultValue : Int ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Int ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createLongTypeValidator ( defaultValue : Long ) : ParameterTypeValidator
open static fun createLongTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Long ) : ParameterTypeValidator
open static fun createLongTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createStringEnumTypeValidator ( allowedValues : MutableList < String > ) : ParameterTypeValidator
open static fun createStringTypeValidator ( defaultValue : Any ) : ParameterTypeValidator
open static fun createStringTypeValidator ( pattern : String , defaultValue : Any ) : ParameterTypeValidator
open static fun createStringTypeValidator ( pattern : String , minLength : Int , maxLength : Int , defaultValue : Any ) : ParameterTypeValidator
open fun getDefault ( ) : Any
open fun hasDefault ( ) : Boolean
abstract fun isValid ( value : String ) : RequestParameter
open fun isValidCollection ( value : MutableList < String > ) : RequestParameter
open class ParameterTypeValidator
Module Contents
ParameterTypeValidator ( delegate : ParameterTypeValidator )
static val __TYPE_ARG : TypeArg < ParameterTypeValidator >
open static fun createArrayTypeValidator ( arrayMembersValidator : ParameterTypeValidator ) : ParameterTypeValidator
open static fun createArrayTypeValidator ( arrayMembersValidator : ParameterTypeValidator , collectionFormat : String , maxItems : Int , minItems : Int ) : ParameterTypeValidator
open static fun createBooleanTypeValidator ( defaultValue : Any ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( defaultValue : Double ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Double ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createEnumTypeValidatorWithInnerValidator ( allowedValues : MutableList < String > , innerValidator : ParameterTypeValidator ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( defaultValue : Float ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Float ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( defaultValue : Int ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Int ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createLongTypeValidator ( defaultValue : Long ) : ParameterTypeValidator
open static fun createLongTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Long ) : ParameterTypeValidator
open static fun createLongTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createStringEnumTypeValidator ( allowedValues : MutableList < String > ) : ParameterTypeValidator
open static fun createStringTypeValidator ( defaultValue : Any ) : ParameterTypeValidator
open static fun createStringTypeValidator ( pattern : String , defaultValue : Any ) : ParameterTypeValidator
open static fun createStringTypeValidator ( pattern : String , minLength : Int , maxLength : Int , defaultValue : Any ) : ParameterTypeValidator
open fun equals ( other : Any ? ) : Boolean
open fun getDefault ( ) : Any
open fun getDelegate ( ) : ParameterTypeValidator
open fun hasDefault ( ) : Boolean
open fun hashCode ( ) : Int
open fun isValid ( value : String ) : RequestParameter
open fun isValidCollection ( value : MutableList < String > ) : RequestParameter
open static fun newInstance ( arg : ParameterTypeValidator ) : ParameterTypeValidator
open fun toString ( ) : String
open class ParameterTypeValidator
Module Contents
ParameterTypeValidator ( delegate : ParameterTypeValidator )
static val __TYPE_ARG : TypeArg < ParameterTypeValidator >
open static fun createArrayTypeValidator ( arrayMembersValidator : ParameterTypeValidator ) : ParameterTypeValidator
open static fun createArrayTypeValidator ( arrayMembersValidator : ParameterTypeValidator , collectionFormat : String , maxItems : Int , minItems : Int ) : ParameterTypeValidator
open static fun createBooleanTypeValidator ( defaultValue : Any ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( defaultValue : Double ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Double ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createEnumTypeValidatorWithInnerValidator ( allowedValues : MutableList < String > , innerValidator : ParameterTypeValidator ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( defaultValue : Float ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Float ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( defaultValue : Int ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Int ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createLongTypeValidator ( defaultValue : Long ) : ParameterTypeValidator
open static fun createLongTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Long ) : ParameterTypeValidator
open static fun createLongTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createStringEnumTypeValidator ( allowedValues : MutableList < String > ) : ParameterTypeValidator
open static fun createStringTypeValidator ( defaultValue : Any ) : ParameterTypeValidator
open static fun createStringTypeValidator ( pattern : String , defaultValue : Any ) : ParameterTypeValidator
open static fun createStringTypeValidator ( pattern : String , minLength : Int , maxLength : Int , defaultValue : Any ) : ParameterTypeValidator
open fun equals ( other : Any ? ) : Boolean
open fun getDefault ( ) : Any
open fun getDelegate ( ) : ParameterTypeValidator
open fun hasDefault ( ) : Boolean
open fun hashCode ( ) : Int
open fun isValid ( value : String ) : RequestParameter
open fun isValidCollection ( value : MutableList < String > ) : RequestParameter
open static fun newInstance ( arg : ParameterTypeValidator ) : ParameterTypeValidator
open fun toString ( ) : String
interface ParameterValidationRule
open class ParameterValidationRule
open class ParameterValidationRule
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class ParsedAsList
interface ParsedHeaderValue
interface ParsedHeaderValue
interface ParsedHeaderValue
interface ParsedHeaderValues
open class ParsedHeaderValues
open class ParsedHeaderValues
open class PartitionInfoConverter
interface PebbleTemplateEngine : TemplateEngine
open class PebbleTemplateEngine : TemplateEngine
open class PebbleTemplateEngine : TemplateEngine
open class PermittedOptionsConverter
interface PostgreSQLClient : AsyncSQLClient
open class PostgreSQLClient : AsyncSQLClient
open class PostgreSQLClient : AsyncSQLClient
open class PreparedQueryExecuteOptionsConverter
open class PreparedQueryExecuteResponseConverter
interface Process
open class Process
open class Process
open class Processors
class PrometheusBackendRegistry : BackendRegistry
interface PropertiesProviderConstants
class ProxyType
interface Pty
open class Pty
open class Pty
open class PubSecKeyOptionsConverter
interface Pump
open class Pump
open class Pump
interface RabbitMQClient
Module Contents
abstract fun basicAck ( deliveryTag : Long , multiple : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun basicConsume ( queue : String , address : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun basicConsume ( queue : String , address : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun basicConsume ( queue : String , address : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < Void > > , errorHandler : Handler < Throwable > ) : Unit
abstract fun basicGet ( queue : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun basicNack ( deliveryTag : Long , multiple : Boolean , requeue : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun basicPublish ( exchange : String , routingKey : String , message : JsonObject , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun basicQos ( prefetchCount : Int , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun confirmSelect ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun create ( vertx : Vertx , config : RabbitMQOptions ) : RabbitMQClient
open static fun create ( vertx : Vertx , config : JsonObject ) : RabbitMQClient
abstract fun exchangeBind ( destination : String , source : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun exchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun exchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean , config : JsonObject , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun exchangeDelete ( exchange : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun exchangeUnbind ( destination : String , source : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun isConnected ( ) : Boolean
abstract fun isOpenChannel ( ) : Boolean
abstract fun messageCount ( queue : String , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun queueBind ( queue : String , exchange : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun queueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun queueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean , config : JsonObject , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun queueDeclareAuto ( resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun queueDelete ( queue : String , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun queueDeleteIf ( queue : String , ifUnused : Boolean , ifEmpty : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun start ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun stop ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun waitForConfirms ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun waitForConfirms ( timeout : Long , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open class RabbitMQClient
Module Contents
RabbitMQClient ( delegate : RabbitMQClient )
static val __TYPE_ARG : TypeArg < RabbitMQClient >
open fun basicAck ( deliveryTag : Long , multiple : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun basicConsume ( queue : String , address : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun basicConsume ( queue : String , address : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun basicConsume ( queue : String , address : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < Void > > , errorHandler : Handler < Throwable > ) : Unit
open fun basicGet ( queue : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun basicNack ( deliveryTag : Long , multiple : Boolean , requeue : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun basicPublish ( exchange : String , routingKey : String , message : JsonObject , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun basicQos ( prefetchCount : Int , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun confirmSelect ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun create ( vertx : Vertx , config : RabbitMQOptions ) : RabbitMQClient
open fun equals ( other : Any ? ) : Boolean
open fun exchangeBind ( destination : String , source : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun exchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun exchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean , config : JsonObject , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun exchangeDelete ( exchange : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun exchangeUnbind ( destination : String , source : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun getDelegate ( ) : RabbitMQClient
open fun hashCode ( ) : Int
open fun isConnected ( ) : Boolean
open fun isOpenChannel ( ) : Boolean
open fun messageCount ( queue : String , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open static fun newInstance ( arg : RabbitMQClient ) : RabbitMQClient
open fun queueBind ( queue : String , exchange : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun queueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun queueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean , config : JsonObject , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun queueDeclareAuto ( resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun queueDelete ( queue : String , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun queueDeleteIf ( queue : String , ifUnused : Boolean , ifEmpty : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun rxBasicAck ( deliveryTag : Long , multiple : Boolean ) : Single < JsonObject >
open fun rxBasicConsume ( queue : String , address : String ) : Single < Void >
open fun rxBasicConsume ( queue : String , address : String , autoAck : Boolean ) : Single < Void >
open fun rxBasicGet ( queue : String , autoAck : Boolean ) : Single < JsonObject >
open fun rxBasicNack ( deliveryTag : Long , multiple : Boolean , requeue : Boolean ) : Single < JsonObject >
open fun rxBasicPublish ( exchange : String , routingKey : String , message : JsonObject ) : Single < Void >
open fun rxBasicQos ( prefetchCount : Int ) : Single < Void >
open fun rxConfirmSelect ( ) : Single < Void >
open fun rxExchangeBind ( destination : String , source : String , routingKey : String ) : Single < Void >
open fun rxExchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean ) : Single < Void >
open fun rxExchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean , config : JsonObject ) : Single < Void >
open fun rxExchangeDelete ( exchange : String ) : Single < Void >
open fun rxExchangeUnbind ( destination : String , source : String , routingKey : String ) : Single < Void >
open fun rxMessageCount ( queue : String ) : Single < JsonObject >
open fun rxQueueBind ( queue : String , exchange : String , routingKey : String ) : Single < Void >
open fun rxQueueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean ) : Single < JsonObject >
open fun rxQueueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean , config : JsonObject ) : Single < JsonObject >
open fun rxQueueDeclareAuto ( ) : Single < JsonObject >
open fun rxQueueDelete ( queue : String ) : Single < JsonObject >
open fun rxQueueDeleteIf ( queue : String , ifUnused : Boolean , ifEmpty : Boolean ) : Single < JsonObject >
open fun rxStart ( ) : Single < Void >
open fun rxStop ( ) : Single < Void >
open fun rxWaitForConfirms ( ) : Single < Void >
open fun rxWaitForConfirms ( timeout : Long ) : Single < Void >
open fun start ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun stop ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun toString ( ) : String
open fun waitForConfirms ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun waitForConfirms ( timeout : Long , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open class RabbitMQClient
Module Contents
RabbitMQClient ( delegate : RabbitMQClient )
static val __TYPE_ARG : TypeArg < RabbitMQClient >
open fun basicAck ( deliveryTag : Long , multiple : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun basicConsume ( queue : String , address : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun basicConsume ( queue : String , address : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun basicConsume ( queue : String , address : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < Void > > , errorHandler : Handler < Throwable > ) : Unit
open fun basicGet ( queue : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun basicNack ( deliveryTag : Long , multiple : Boolean , requeue : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun basicPublish ( exchange : String , routingKey : String , message : JsonObject , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun basicQos ( prefetchCount : Int , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun confirmSelect ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun create ( vertx : Vertx , config : RabbitMQOptions ) : RabbitMQClient
open fun equals ( other : Any ? ) : Boolean
open fun exchangeBind ( destination : String , source : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun exchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun exchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean , config : JsonObject , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun exchangeDelete ( exchange : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun exchangeUnbind ( destination : String , source : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun getDelegate ( ) : RabbitMQClient
open fun hashCode ( ) : Int
open fun isConnected ( ) : Boolean
open fun isOpenChannel ( ) : Boolean
open fun messageCount ( queue : String , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open static fun newInstance ( arg : RabbitMQClient ) : RabbitMQClient
open fun queueBind ( queue : String , exchange : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun queueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun queueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean , config : JsonObject , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun queueDeclareAuto ( resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun queueDelete ( queue : String , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun queueDeleteIf ( queue : String , ifUnused : Boolean , ifEmpty : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun rxBasicAck ( deliveryTag : Long , multiple : Boolean ) : Single < JsonObject >
open fun rxBasicConsume ( queue : String , address : String ) : Completable
open fun rxBasicConsume ( queue : String , address : String , autoAck : Boolean ) : Completable
open fun rxBasicGet ( queue : String , autoAck : Boolean ) : Single < JsonObject >
open fun rxBasicNack ( deliveryTag : Long , multiple : Boolean , requeue : Boolean ) : Single < JsonObject >
open fun rxBasicPublish ( exchange : String , routingKey : String , message : JsonObject ) : Completable
open fun rxBasicQos ( prefetchCount : Int ) : Completable
open fun rxConfirmSelect ( ) : Completable
open fun rxExchangeBind ( destination : String , source : String , routingKey : String ) : Completable
open fun rxExchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean ) : Completable
open fun rxExchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean , config : JsonObject ) : Completable
open fun rxExchangeDelete ( exchange : String ) : Completable
open fun rxExchangeUnbind ( destination : String , source : String , routingKey : String ) : Completable
open fun rxMessageCount ( queue : String ) : Single < JsonObject >
open fun rxQueueBind ( queue : String , exchange : String , routingKey : String ) : Completable
open fun rxQueueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean ) : Single < JsonObject >
open fun rxQueueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean , config : JsonObject ) : Single < JsonObject >
open fun rxQueueDeclareAuto ( ) : Single < JsonObject >
open fun rxQueueDelete ( queue : String ) : Single < JsonObject >
open fun rxQueueDeleteIf ( queue : String , ifUnused : Boolean , ifEmpty : Boolean ) : Single < JsonObject >
open fun rxStart ( ) : Completable
open fun rxStop ( ) : Completable
open fun rxWaitForConfirms ( ) : Completable
open fun rxWaitForConfirms ( timeout : Long ) : Completable
open fun start ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun stop ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun toString ( ) : String
open fun waitForConfirms ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun waitForConfirms ( timeout : Long , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open class RabbitMQOptionsConverter
class RangeOptions
interface ReactiveReadStream < T : Any > : ReadStream < T > , Subscriber < T >
interface ReactiveWriteStream < T : Any > : WriteStream < T > , Publisher < T >
interface ReadStream < T : Any > : StreamBase
interface ReadStreamExt < I : Any , U : Any > : ReadStream < U >
open class ReadStreamSubscriber < R : Any , J : Any > : Subscriber < R > , ReadStream < J >
class ReceiveChannelHandler < T > : ReceiveChannel < T > , Handler < T >
interface Receiver < T : Any >
open class RecordConverter
interface RecordParser : Handler < Buffer > , ReadStream < Buffer >
open class RecordParser : ReadStream < Buffer > , Handler < Buffer >
open class RecordParser : ReadStream < Buffer > , Handler < Buffer >
Module Contents
RecordParser ( delegate : RecordParser )
static val __TYPE_ARG : TypeArg < RecordParser >
open fun delimitedMode ( delim : String ) : Unit
open fun delimitedMode ( delim : Buffer ) : Unit
open fun endHandler ( endHandler : Handler < Void > ) : RecordParser
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : RecordParser
open fun fixedSizeMode ( size : Int ) : Unit
open fun getDelegate ( ) : RecordParser
open fun handle ( buffer : Buffer ) : Unit
open fun handler ( handler : Handler < Buffer > ) : RecordParser
open fun hashCode ( ) : Int
open static fun newDelimited ( delim : String , output : Handler < Buffer > ) : RecordParser
open static fun newDelimited ( delim : String , stream : ReadStream < Buffer > ) : RecordParser
open static fun newDelimited ( delim : String , stream : Flowable < Buffer > ) : RecordParser
open static fun newDelimited ( delim : String , stream : Observable < Buffer > ) : RecordParser
open static fun newDelimited ( delim : String ) : RecordParser
open static fun newDelimited ( delim : Buffer ) : RecordParser
open static fun newDelimited ( delim : Buffer , output : Handler < Buffer > ) : RecordParser
open static fun newDelimited ( delim : Buffer , stream : ReadStream < Buffer > ) : RecordParser
open static fun newDelimited ( delim : Buffer , stream : Flowable < Buffer > ) : RecordParser
open static fun newDelimited ( delim : Buffer , stream : Observable < Buffer > ) : RecordParser
open static fun newFixed ( size : Int ) : RecordParser
open static fun newFixed ( size : Int , output : Handler < Buffer > ) : RecordParser
open static fun newFixed ( size : Int , stream : ReadStream < Buffer > ) : RecordParser
open static fun newFixed ( size : Int , stream : Flowable < Buffer > ) : RecordParser
open static fun newFixed ( size : Int , stream : Observable < Buffer > ) : RecordParser
open static fun newInstance ( arg : RecordParser ) : RecordParser
open fun pause ( ) : RecordParser
open fun resume ( ) : RecordParser
open fun setOutput ( output : Handler < Buffer > ) : Unit
open fun toFlowable ( ) : Flowable < Buffer >
open fun toObservable ( ) : Observable < Buffer >
open fun toString ( ) : String
interface RedirectAuthHandler : AuthHandler
open class RedirectAuthHandler : AuthHandler , Handler < RoutingContext >
open class RedirectAuthHandler : AuthHandler , Handler < RoutingContext >
open class RedisBackendService : ServiceDiscoveryBackend
open class RedisClient
Module Contents
RedisClient ( delegate : RedisClient )
static val __TYPE_ARG : TypeArg < RedisClient >
open fun append ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun auth ( password : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun bgrewriteaof ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun bgsave ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun bitcount ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitcountRange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitfield ( key : String , bitFieldOptions : BitFieldOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun bitfieldWithOverflow ( key : String , commands : BitFieldOptions , overflow : BitFieldOverflowOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun bitop ( operation : BitOperation , destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitpos ( key : String , bit : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitposFrom ( key : String , bit : Int , start : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitposRange ( key : String , bit : Int , start : Int , stop : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun blpop ( key : String , seconds : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun blpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun brpop ( key : String , seconds : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun brpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun brpoplpush ( key : String , destkey : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientGetname ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientKill ( filter : KillFilter , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun clientList ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientPause ( millis : Long , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientReply ( options : ClientReplyOptions , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientSetname ( name : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun clusterAddslots ( slots : MutableList < Long > , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterCountFailureReports ( nodeId : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun clusterCountkeysinslot ( slot : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun clusterDelslots ( slot : Long , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterDelslotsMany ( slots : MutableList < Long > , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterFailOverWithOptions ( options : FailoverOptions , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterFailover ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterForget ( nodeId : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterGetkeysinslot ( slot : Long , count : Long , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun clusterInfo ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun clusterKeyslot ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun clusterMeet ( ip : String , port : Long , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterNodes ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun clusterReplicate ( nodeId : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterReset ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterResetWithOptions ( options : ResetOptions , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSaveconfig ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSetConfigEpoch ( epoch : Long , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSetslot ( slot : Long , subcommand : SlotCmd , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSlaves ( nodeId : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun clusterSlots ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun command ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun commandCount ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun commandGetkeys ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun commandInfo ( commands : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun configGet ( parameter : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun configResetstat ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun configRewrite ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun configSet ( parameter : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open static fun create ( vertx : Vertx ) : RedisClient
open static fun create ( vertx : Vertx , config : RedisOptions ) : RedisClient
open fun dbsize ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun debugObject ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun debugSegfault ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun decr ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun decrby ( key : String , decrement : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun del ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun delMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun dump ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun echo ( message : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun equals ( other : Any ? ) : Boolean
open fun eval ( script : String , keys : MutableList < String > , args : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun evalScript ( script : Script , keys : MutableList < String > , args : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun evalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun exists ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun existsMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun expire ( key : String , seconds : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun expireat ( key : String , seconds : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun flushall ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun flushdb ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun geoadd ( key : String , longitude : Double , latitude : Double , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun geoaddMany ( key : String , members : MutableList < GeoMember > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun geodist ( key : String , member1 : String , member2 : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun geodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun geohash ( key : String , member : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun geohashMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun geopos ( key : String , member : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun geoposMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun georadius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun georadiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun georadiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun georadiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun get ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun getBinary ( key : String , handler : Handler < AsyncResult < Buffer > > ) : RedisClient
open fun getDelegate ( ) : RedisClient
open fun getbit ( key : String , offset : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun getrange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun getset ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun hashCode ( ) : Int
open fun hdel ( key : String , field : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hdelMany ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hexists ( key : String , field : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hget ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun hgetall ( key : String , handler : Handler < AsyncResult < JsonObject > > ) : RedisClient
open fun hincrby ( key : String , field : String , increment : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hincrbyfloat ( key : String , field : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun hkeys ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun hlen ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hmget ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun hmset ( key : String , values : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun hscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun hset ( key : String , field : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hsetnx ( key : String , field : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hstrlen ( key : String , field : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hvals ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun incr ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun incrby ( key : String , increment : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun incrbyfloat ( key : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun info ( handler : Handler < AsyncResult < JsonObject > > ) : RedisClient
open fun infoSection ( section : String , handler : Handler < AsyncResult < JsonObject > > ) : RedisClient
open fun keys ( pattern : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun lastsave ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lindex ( key : String , index : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun linsert ( key : String , option : InsertOptions , pivot : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun llen ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun lpush ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lpushx ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lrange ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun lrem ( key : String , count : Long , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lset ( key : String , index : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun ltrim ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun mget ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun mgetMany ( keys : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun migrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun monitor ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun move ( key : String , destdb : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun mset ( keyvals : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun msetnx ( keyvals : JsonObject , handler : Handler < AsyncResult < Long > > ) : RedisClient
open static fun newInstance ( arg : RedisClient ) : RedisClient
open fun object ( key : String , cmd : ObjectCmd , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun persist ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pexpire ( key : String , millis : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pexpireat ( key : String , millis : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfadd ( key : String , element : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfaddMany ( key : String , elements : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfcount ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfcountMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfmerge ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun ping ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun psetex ( key : String , millis : Long , value : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun psubscribe ( pattern : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun psubscribeMany ( patterns : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun pttl ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun publish ( channel : String , message : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pubsubChannels ( pattern : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun pubsubNumpat ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pubsubNumsub ( channels : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun punsubscribe ( patterns : MutableList < String > , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun randomkey ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun rename ( key : String , newkey : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun renamenx ( key : String , newkey : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun restore ( key : String , millis : Long , serialized : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun role ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun rpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun rpoplpush ( key : String , destkey : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun rpush ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun rpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun rpushx ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun rxAppend ( key : String , value : String ) : Single < Long >
open fun rxAuth ( password : String ) : Single < String >
open fun rxBgrewriteaof ( ) : Single < String >
open fun rxBgsave ( ) : Single < String >
open fun rxBitcount ( key : String ) : Single < Long >
open fun rxBitcountRange ( key : String , start : Long , end : Long ) : Single < Long >
open fun rxBitfield ( key : String , bitFieldOptions : BitFieldOptions ) : Single < JsonArray >
open fun rxBitfieldWithOverflow ( key : String , commands : BitFieldOptions , overflow : BitFieldOverflowOptions ) : Single < JsonArray >
open fun rxBitop ( operation : BitOperation , destkey : String , keys : MutableList < String > ) : Single < Long >
open fun rxBitpos ( key : String , bit : Int ) : Single < Long >
open fun rxBitposFrom ( key : String , bit : Int , start : Int ) : Single < Long >
open fun rxBitposRange ( key : String , bit : Int , start : Int , stop : Int ) : Single < Long >
open fun rxBlpop ( key : String , seconds : Int ) : Single < JsonArray >
open fun rxBlpopMany ( keys : MutableList < String > , seconds : Int ) : Single < JsonArray >
open fun rxBrpop ( key : String , seconds : Int ) : Single < JsonArray >
open fun rxBrpopMany ( keys : MutableList < String > , seconds : Int ) : Single < JsonArray >
open fun rxBrpoplpush ( key : String , destkey : String , seconds : Int ) : Single < String >
open fun rxClientGetname ( ) : Single < String >
open fun rxClientKill ( filter : KillFilter ) : Single < Long >
open fun rxClientList ( ) : Single < String >
open fun rxClientPause ( millis : Long ) : Single < String >
open fun rxClientReply ( options : ClientReplyOptions ) : Single < String >
open fun rxClientSetname ( name : String ) : Single < String >
open fun rxClose ( ) : Single < Void >
open fun rxClusterAddslots ( slots : MutableList < Long > ) : Single < Void >
open fun rxClusterCountFailureReports ( nodeId : String ) : Single < Long >
open fun rxClusterCountkeysinslot ( slot : Long ) : Single < Long >
open fun rxClusterDelslots ( slot : Long ) : Single < Void >
open fun rxClusterDelslotsMany ( slots : MutableList < Long > ) : Single < Void >
open fun rxClusterFailOverWithOptions ( options : FailoverOptions ) : Single < Void >
open fun rxClusterFailover ( ) : Single < Void >
open fun rxClusterForget ( nodeId : String ) : Single < Void >
open fun rxClusterGetkeysinslot ( slot : Long , count : Long ) : Single < JsonArray >
open fun rxClusterInfo ( ) : Single < JsonArray >
open fun rxClusterKeyslot ( key : String ) : Single < Long >
open fun rxClusterMeet ( ip : String , port : Long ) : Single < Void >
open fun rxClusterNodes ( ) : Single < JsonArray >
open fun rxClusterReplicate ( nodeId : String ) : Single < Void >
open fun rxClusterReset ( ) : Single < Void >
open fun rxClusterResetWithOptions ( options : ResetOptions ) : Single < Void >
open fun rxClusterSaveconfig ( ) : Single < Void >
open fun rxClusterSetConfigEpoch ( epoch : Long ) : Single < Void >
open fun rxClusterSetslot ( slot : Long , subcommand : SlotCmd ) : Single < Void >
open fun rxClusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String ) : Single < Void >
open fun rxClusterSlaves ( nodeId : String ) : Single < JsonArray >
open fun rxClusterSlots ( ) : Single < JsonArray >
open fun rxCommand ( ) : Single < JsonArray >
open fun rxCommandCount ( ) : Single < Long >
open fun rxCommandGetkeys ( ) : Single < JsonArray >
open fun rxCommandInfo ( commands : MutableList < String > ) : Single < JsonArray >
open fun rxConfigGet ( parameter : String ) : Single < JsonArray >
open fun rxConfigResetstat ( ) : Single < String >
open fun rxConfigRewrite ( ) : Single < String >
open fun rxConfigSet ( parameter : String , value : String ) : Single < String >
open fun rxDbsize ( ) : Single < Long >
open fun rxDebugObject ( key : String ) : Single < String >
open fun rxDebugSegfault ( ) : Single < String >
open fun rxDecr ( key : String ) : Single < Long >
open fun rxDecrby ( key : String , decrement : Long ) : Single < Long >
open fun rxDel ( key : String ) : Single < Long >
open fun rxDelMany ( keys : MutableList < String > ) : Single < Long >
open fun rxDump ( key : String ) : Single < String >
open fun rxEcho ( message : String ) : Single < String >
open fun rxEval ( script : String , keys : MutableList < String > , args : MutableList < String > ) : Single < JsonArray >
open fun rxEvalScript ( script : Script , keys : MutableList < String > , args : MutableList < String > ) : Single < JsonArray >
open fun rxEvalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > ) : Single < JsonArray >
open fun rxExists ( key : String ) : Single < Long >
open fun rxExistsMany ( keys : MutableList < String > ) : Single < Long >
open fun rxExpire ( key : String , seconds : Long ) : Single < Long >
open fun rxExpireat ( key : String , seconds : Long ) : Single < Long >
open fun rxFlushall ( ) : Single < String >
open fun rxFlushdb ( ) : Single < String >
open fun rxGeoadd ( key : String , longitude : Double , latitude : Double , member : String ) : Single < Long >
open fun rxGeoaddMany ( key : String , members : MutableList < GeoMember > ) : Single < Long >
open fun rxGeodist ( key : String , member1 : String , member2 : String ) : Single < String >
open fun rxGeodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit ) : Single < String >
open fun rxGeohash ( key : String , member : String ) : Single < JsonArray >
open fun rxGeohashMany ( key : String , members : MutableList < String > ) : Single < JsonArray >
open fun rxGeopos ( key : String , member : String ) : Single < JsonArray >
open fun rxGeoposMany ( key : String , members : MutableList < String > ) : Single < JsonArray >
open fun rxGeoradius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit ) : Single < JsonArray >
open fun rxGeoradiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions ) : Single < JsonArray >
open fun rxGeoradiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit ) : Single < JsonArray >
open fun rxGeoradiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions ) : Single < JsonArray >
open fun rxGet ( key : String ) : Single < String >
open fun rxGetBinary ( key : String ) : Single < Buffer >
open fun rxGetbit ( key : String , offset : Long ) : Single < Long >
open fun rxGetrange ( key : String , start : Long , end : Long ) : Single < String >
open fun rxGetset ( key : String , value : String ) : Single < String >
open fun rxHdel ( key : String , field : String ) : Single < Long >
open fun rxHdelMany ( key : String , fields : MutableList < String > ) : Single < Long >
open fun rxHexists ( key : String , field : String ) : Single < Long >
open fun rxHget ( key : String , field : String ) : Single < String >
open fun rxHgetall ( key : String ) : Single < JsonObject >
open fun rxHincrby ( key : String , field : String , increment : Long ) : Single < Long >
open fun rxHincrbyfloat ( key : String , field : String , increment : Double ) : Single < String >
open fun rxHkeys ( key : String ) : Single < JsonArray >
open fun rxHlen ( key : String ) : Single < Long >
open fun rxHmget ( key : String , fields : MutableList < String > ) : Single < JsonArray >
open fun rxHmset ( key : String , values : JsonObject ) : Single < String >
open fun rxHscan ( key : String , cursor : String , options : ScanOptions ) : Single < JsonArray >
open fun rxHset ( key : String , field : String , value : String ) : Single < Long >
open fun rxHsetnx ( key : String , field : String , value : String ) : Single < Long >
open fun rxHstrlen ( key : String , field : String ) : Single < Long >
open fun rxHvals ( key : String ) : Single < JsonArray >
open fun rxIncr ( key : String ) : Single < Long >
open fun rxIncrby ( key : String , increment : Long ) : Single < Long >
open fun rxIncrbyfloat ( key : String , increment : Double ) : Single < String >
open fun rxInfo ( ) : Single < JsonObject >
open fun rxInfoSection ( section : String ) : Single < JsonObject >
open fun rxKeys ( pattern : String ) : Single < JsonArray >
open fun rxLastsave ( ) : Single < Long >
open fun rxLindex ( key : String , index : Int ) : Single < String >
open fun rxLinsert ( key : String , option : InsertOptions , pivot : String , value : String ) : Single < Long >
open fun rxLlen ( key : String ) : Single < Long >
open fun rxLpop ( key : String ) : Single < String >
open fun rxLpush ( key : String , value : String ) : Single < Long >
open fun rxLpushMany ( key : String , values : MutableList < String > ) : Single < Long >
open fun rxLpushx ( key : String , value : String ) : Single < Long >
open fun rxLrange ( key : String , from : Long , to : Long ) : Single < JsonArray >
open fun rxLrem ( key : String , count : Long , value : String ) : Single < Long >
open fun rxLset ( key : String , index : Long , value : String ) : Single < String >
open fun rxLtrim ( key : String , from : Long , to : Long ) : Single < String >
open fun rxMget ( key : String ) : Single < JsonArray >
open fun rxMgetMany ( keys : MutableList < String > ) : Single < JsonArray >
open fun rxMigrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions ) : Single < String >
open fun rxMonitor ( ) : Single < Void >
open fun rxMove ( key : String , destdb : Int ) : Single < Long >
open fun rxMset ( keyvals : JsonObject ) : Single < String >
open fun rxMsetnx ( keyvals : JsonObject ) : Single < Long >
open fun rxObject ( key : String , cmd : ObjectCmd ) : Single < Void >
open fun rxPersist ( key : String ) : Single < Long >
open fun rxPexpire ( key : String , millis : Long ) : Single < Long >
open fun rxPexpireat ( key : String , millis : Long ) : Single < Long >
open fun rxPfadd ( key : String , element : String ) : Single < Long >
open fun rxPfaddMany ( key : String , elements : MutableList < String > ) : Single < Long >
open fun rxPfcount ( key : String ) : Single < Long >
open fun rxPfcountMany ( keys : MutableList < String > ) : Single < Long >
open fun rxPfmerge ( destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxPing ( ) : Single < String >
open fun rxPsetex ( key : String , millis : Long , value : String ) : Single < Void >
open fun rxPsubscribe ( pattern : String ) : Single < JsonArray >
open fun rxPsubscribeMany ( patterns : MutableList < String > ) : Single < JsonArray >
open fun rxPttl ( key : String ) : Single < Long >
open fun rxPublish ( channel : String , message : String ) : Single < Long >
open fun rxPubsubChannels ( pattern : String ) : Single < JsonArray >
open fun rxPubsubNumpat ( ) : Single < Long >
open fun rxPubsubNumsub ( channels : MutableList < String > ) : Single < JsonArray >
open fun rxPunsubscribe ( patterns : MutableList < String > ) : Single < Void >
open fun rxRandomkey ( ) : Single < String >
open fun rxRename ( key : String , newkey : String ) : Single < String >
open fun rxRenamenx ( key : String , newkey : String ) : Single < Long >
open fun rxRestore ( key : String , millis : Long , serialized : String ) : Single < String >
open fun rxRole ( ) : Single < JsonArray >
open fun rxRpop ( key : String ) : Single < String >
open fun rxRpoplpush ( key : String , destkey : String ) : Single < String >
open fun rxRpush ( key : String , value : String ) : Single < Long >
open fun rxRpushMany ( key : String , values : MutableList < String > ) : Single < Long >
open fun rxRpushx ( key : String , value : String ) : Single < Long >
open fun rxSadd ( key : String , member : String ) : Single < Long >
open fun rxSaddMany ( key : String , members : MutableList < String > ) : Single < Long >
open fun rxSave ( ) : Single < String >
open fun rxScan ( cursor : String , options : ScanOptions ) : Single < JsonArray >
open fun rxScard ( key : String ) : Single < Long >
open fun rxScriptDebug ( scriptDebugOptions : ScriptDebugOptions ) : Single < String >
open fun rxScriptExists ( script : String ) : Single < JsonArray >
open fun rxScriptExistsMany ( scripts : MutableList < String > ) : Single < JsonArray >
open fun rxScriptFlush ( ) : Single < String >
open fun rxScriptKill ( ) : Single < String >
open fun rxScriptLoad ( script : String ) : Single < String >
open fun rxSdiff ( key : String , cmpkeys : MutableList < String > ) : Single < JsonArray >
open fun rxSdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > ) : Single < Long >
open fun rxSelect ( dbindex : Int ) : Single < String >
open fun rxSet ( key : String , value : String ) : Single < Void >
open fun rxSetBinary ( key : String , value : Buffer ) : Single < Void >
open fun rxSetBinaryWithOptions ( key : String , value : Buffer , options : SetOptions ) : Single < Void >
open fun rxSetWithOptions ( key : String , value : String , options : SetOptions ) : Single < String >
open fun rxSetbit ( key : String , offset : Long , bit : Int ) : Single < Long >
open fun rxSetex ( key : String , seconds : Long , value : String ) : Single < String >
open fun rxSetnx ( key : String , value : String ) : Single < Long >
open fun rxSetrange ( key : String , offset : Int , value : String ) : Single < Long >
open fun rxSinter ( keys : MutableList < String > ) : Single < JsonArray >
open fun rxSinterstore ( destkey : String , keys : MutableList < String > ) : Single < Long >
open fun rxSismember ( key : String , member : String ) : Single < Long >
open fun rxSlaveof ( host : String , port : Int ) : Single < String >
open fun rxSlaveofNoone ( ) : Single < String >
open fun rxSlowlogGet ( limit : Int ) : Single < JsonArray >
open fun rxSlowlogLen ( ) : Single < Long >
open fun rxSlowlogReset ( ) : Single < Void >
open fun rxSmembers ( key : String ) : Single < JsonArray >
open fun rxSmove ( key : String , destkey : String , member : String ) : Single < Long >
open fun rxSort ( key : String , options : SortOptions ) : Single < JsonArray >
open fun rxSpop ( key : String ) : Single < String >
open fun rxSpopMany ( key : String , count : Int ) : Single < JsonArray >
open fun rxSrandmember ( key : String ) : Single < String >
open fun rxSrandmemberCount ( key : String , count : Int ) : Single < JsonArray >
open fun rxSrem ( key : String , member : String ) : Single < Long >
open fun rxSremMany ( key : String , members : MutableList < String > ) : Single < Long >
open fun rxSscan ( key : String , cursor : String , options : ScanOptions ) : Single < JsonArray >
open fun rxStrlen ( key : String ) : Single < Long >
open fun rxSubscribe ( channel : String ) : Single < JsonArray >
open fun rxSubscribeMany ( channels : MutableList < String > ) : Single < JsonArray >
open fun rxSunion ( keys : MutableList < String > ) : Single < JsonArray >
open fun rxSunionstore ( destkey : String , keys : MutableList < String > ) : Single < Long >
open fun rxSwapdb ( index1 : Int , index2 : Int ) : Single < String >
open fun rxSync ( ) : Single < Void >
open fun rxTime ( ) : Single < JsonArray >
open fun rxTouch ( key : String ) : Single < Long >
open fun rxTouchMany ( keys : MutableList < String > ) : Single < Long >
open fun rxTtl ( key : String ) : Single < Long >
open fun rxType ( key : String ) : Single < String >
open fun rxUnlink ( key : String ) : Single < Long >
open fun rxUnlinkMany ( keys : MutableList < String > ) : Single < Long >
open fun rxUnsubscribe ( channels : MutableList < String > ) : Single < Void >
open fun rxWait ( numSlaves : Long , timeout : Long ) : Single < String >
open fun rxZadd ( key : String , score : Double , member : String ) : Single < Long >
open fun rxZaddMany ( key : String , members : MutableMap < String , Double > ) : Single < Long >
open fun rxZcard ( key : String ) : Single < Long >
open fun rxZcount ( key : String , min : Double , max : Double ) : Single < Long >
open fun rxZincrby ( key : String , increment : Double , member : String ) : Single < String >
open fun rxZinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions ) : Single < Long >
open fun rxZinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions ) : Single < Long >
open fun rxZlexcount ( key : String , min : String , max : String ) : Single < Long >
open fun rxZrange ( key : String , start : Long , stop : Long ) : Single < JsonArray >
open fun rxZrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions ) : Single < JsonArray >
open fun rxZrangebylex ( key : String , min : String , max : String , options : LimitOptions ) : Single < JsonArray >
open fun rxZrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions ) : Single < JsonArray >
open fun rxZrank ( key : String , member : String ) : Single < Long >
open fun rxZrem ( key : String , member : String ) : Single < Long >
open fun rxZremMany ( key : String , members : MutableList < String > ) : Single < Long >
open fun rxZremrangebylex ( key : String , min : String , max : String ) : Single < Long >
open fun rxZremrangebyrank ( key : String , start : Long , stop : Long ) : Single < Long >
open fun rxZremrangebyscore ( key : String , min : String , max : String ) : Single < Long >
open fun rxZrevrange ( key : String , start : Long , stop : Long , options : RangeOptions ) : Single < JsonArray >
open fun rxZrevrangebylex ( key : String , max : String , min : String , options : LimitOptions ) : Single < JsonArray >
open fun rxZrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions ) : Single < JsonArray >
open fun rxZrevrank ( key : String , member : String ) : Single < Long >
open fun rxZscan ( key : String , cursor : String , options : ScanOptions ) : Single < JsonArray >
open fun rxZscore ( key : String , member : String ) : Single < String >
open fun rxZunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions ) : Single < Long >
open fun rxZunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions ) : Single < Long >
open fun sadd ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun saddMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun save ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun scan ( cursor : String , options : ScanOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun scard ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun scriptDebug ( scriptDebugOptions : ScriptDebugOptions , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun scriptExists ( script : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun scriptExistsMany ( scripts : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun scriptFlush ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun scriptKill ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun scriptLoad ( script : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun sdiff ( key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun sdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun select ( dbindex : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun set ( key : String , value : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun setBinary ( key : String , value : Buffer , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun setBinaryWithOptions ( key : String , value : Buffer , options : SetOptions , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun setWithOptions ( key : String , value : String , options : SetOptions , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun setbit ( key : String , offset : Long , bit : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun setex ( key : String , seconds : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun setnx ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun setrange ( key : String , offset : Int , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sinter ( keys : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun sinterstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sismember ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun slaveof ( host : String , port : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun slaveofNoone ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun slowlogGet ( limit : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun slowlogLen ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun slowlogReset ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun smembers ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun smove ( key : String , destkey : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sort ( key : String , options : SortOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun spop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun spopMany ( key : String , count : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun srandmember ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun srandmemberCount ( key : String , count : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun srem ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun strlen ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun subscribe ( channel : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun subscribeMany ( channels : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun sunion ( keys : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun sunionstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun swapdb ( index1 : Int , index2 : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun sync ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun time ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun toString ( ) : String
open fun touch ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun touchMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun transaction ( ) : RedisTransaction
open fun ttl ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun type ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun unlink ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun unlinkMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun unsubscribe ( channels : MutableList < String > , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun wait ( numSlaves : Long , timeout : Long , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun zadd ( key : String , score : Double , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zaddMany ( key : String , members : MutableMap < String , Double > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zcard ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zcount ( key : String , min : Double , max : Double , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zincrby ( key : String , increment : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun zinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zlexcount ( key : String , min : String , max : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zrange ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrangebylex ( key : String , min : String , max : String , options : LimitOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrank ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zrem ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zremrangebylex ( key : String , min : String , max : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zremrangebyrank ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zremrangebyscore ( key : String , min : String , max : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zrevrange ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrevrangebylex ( key : String , max : String , min : String , options : LimitOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrevrank ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zscore ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun zunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < Long > > ) : RedisClient
open class RedisClient
Module Contents
RedisClient ( delegate : RedisClient )
static val __TYPE_ARG : TypeArg < RedisClient >
open fun append ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun auth ( password : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun bgrewriteaof ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun bgsave ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun bitcount ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitcountRange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitfield ( key : String , bitFieldOptions : BitFieldOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun bitfieldWithOverflow ( key : String , commands : BitFieldOptions , overflow : BitFieldOverflowOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun bitop ( operation : BitOperation , destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitpos ( key : String , bit : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitposFrom ( key : String , bit : Int , start : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitposRange ( key : String , bit : Int , start : Int , stop : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun blpop ( key : String , seconds : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun blpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun brpop ( key : String , seconds : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun brpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun brpoplpush ( key : String , destkey : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientGetname ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientKill ( filter : KillFilter , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun clientList ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientPause ( millis : Long , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientReply ( options : ClientReplyOptions , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientSetname ( name : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun clusterAddslots ( slots : MutableList < Long > , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterCountFailureReports ( nodeId : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun clusterCountkeysinslot ( slot : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun clusterDelslots ( slot : Long , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterDelslotsMany ( slots : MutableList < Long > , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterFailOverWithOptions ( options : FailoverOptions , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterFailover ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterForget ( nodeId : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterGetkeysinslot ( slot : Long , count : Long , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun clusterInfo ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun clusterKeyslot ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun clusterMeet ( ip : String , port : Long , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterNodes ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun clusterReplicate ( nodeId : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterReset ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterResetWithOptions ( options : ResetOptions , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSaveconfig ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSetConfigEpoch ( epoch : Long , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSetslot ( slot : Long , subcommand : SlotCmd , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSlaves ( nodeId : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun clusterSlots ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun command ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun commandCount ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun commandGetkeys ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun commandInfo ( commands : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun configGet ( parameter : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun configResetstat ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun configRewrite ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun configSet ( parameter : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open static fun create ( vertx : Vertx ) : RedisClient
open static fun create ( vertx : Vertx , config : RedisOptions ) : RedisClient
open fun dbsize ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun debugObject ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun debugSegfault ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun decr ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun decrby ( key : String , decrement : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun del ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun delMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun dump ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun echo ( message : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun equals ( other : Any ? ) : Boolean
open fun eval ( script : String , keys : MutableList < String > , args : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun evalScript ( script : Script , keys : MutableList < String > , args : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun evalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun exists ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun existsMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun expire ( key : String , seconds : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun expireat ( key : String , seconds : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun flushall ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun flushdb ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun geoadd ( key : String , longitude : Double , latitude : Double , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun geoaddMany ( key : String , members : MutableList < GeoMember > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun geodist ( key : String , member1 : String , member2 : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun geodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun geohash ( key : String , member : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun geohashMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun geopos ( key : String , member : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun geoposMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun georadius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun georadiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun georadiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun georadiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun get ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun getBinary ( key : String , handler : Handler < AsyncResult < Buffer > > ) : RedisClient
open fun getDelegate ( ) : RedisClient
open fun getbit ( key : String , offset : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun getrange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun getset ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun hashCode ( ) : Int
open fun hdel ( key : String , field : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hdelMany ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hexists ( key : String , field : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hget ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun hgetall ( key : String , handler : Handler < AsyncResult < JsonObject > > ) : RedisClient
open fun hincrby ( key : String , field : String , increment : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hincrbyfloat ( key : String , field : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun hkeys ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun hlen ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hmget ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun hmset ( key : String , values : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun hscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun hset ( key : String , field : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hsetnx ( key : String , field : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hstrlen ( key : String , field : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hvals ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun incr ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun incrby ( key : String , increment : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun incrbyfloat ( key : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun info ( handler : Handler < AsyncResult < JsonObject > > ) : RedisClient
open fun infoSection ( section : String , handler : Handler < AsyncResult < JsonObject > > ) : RedisClient
open fun keys ( pattern : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun lastsave ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lindex ( key : String , index : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun linsert ( key : String , option : InsertOptions , pivot : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun llen ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun lpush ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lpushx ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lrange ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun lrem ( key : String , count : Long , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lset ( key : String , index : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun ltrim ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun mget ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun mgetMany ( keys : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun migrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun monitor ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun move ( key : String , destdb : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun mset ( keyvals : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun msetnx ( keyvals : JsonObject , handler : Handler < AsyncResult < Long > > ) : RedisClient
open static fun newInstance ( arg : RedisClient ) : RedisClient
open fun object ( key : String , cmd : ObjectCmd , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun persist ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pexpire ( key : String , millis : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pexpireat ( key : String , millis : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfadd ( key : String , element : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfaddMany ( key : String , elements : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfcount ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfcountMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfmerge ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun ping ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun psetex ( key : String , millis : Long , value : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun psubscribe ( pattern : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun psubscribeMany ( patterns : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun pttl ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun publish ( channel : String , message : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pubsubChannels ( pattern : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun pubsubNumpat ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pubsubNumsub ( channels : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun punsubscribe ( patterns : MutableList < String > , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun randomkey ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun rename ( key : String , newkey : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun renamenx ( key : String , newkey : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun restore ( key : String , millis : Long , serialized : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun role ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun rpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun rpoplpush ( key : String , destkey : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun rpush ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun rpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun rpushx ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun rxAppend ( key : String , value : String ) : Single < Long >
open fun rxAuth ( password : String ) : Single < String >
open fun rxBgrewriteaof ( ) : Single < String >
open fun rxBgsave ( ) : Single < String >
open fun rxBitcount ( key : String ) : Single < Long >
open fun rxBitcountRange ( key : String , start : Long , end : Long ) : Single < Long >
open fun rxBitfield ( key : String , bitFieldOptions : BitFieldOptions ) : Single < JsonArray >
open fun rxBitfieldWithOverflow ( key : String , commands : BitFieldOptions , overflow : BitFieldOverflowOptions ) : Single < JsonArray >
open fun rxBitop ( operation : BitOperation , destkey : String , keys : MutableList < String > ) : Single < Long >
open fun rxBitpos ( key : String , bit : Int ) : Single < Long >
open fun rxBitposFrom ( key : String , bit : Int , start : Int ) : Single < Long >
open fun rxBitposRange ( key : String , bit : Int , start : Int , stop : Int ) : Single < Long >
open fun rxBlpop ( key : String , seconds : Int ) : Single < JsonArray >
open fun rxBlpopMany ( keys : MutableList < String > , seconds : Int ) : Single < JsonArray >
open fun rxBrpop ( key : String , seconds : Int ) : Single < JsonArray >
open fun rxBrpopMany ( keys : MutableList < String > , seconds : Int ) : Single < JsonArray >
open fun rxBrpoplpush ( key : String , destkey : String , seconds : Int ) : Single < String >
open fun rxClientGetname ( ) : Single < String >
open fun rxClientKill ( filter : KillFilter ) : Single < Long >
open fun rxClientList ( ) : Single < String >
open fun rxClientPause ( millis : Long ) : Single < String >
open fun rxClientReply ( options : ClientReplyOptions ) : Single < String >
open fun rxClientSetname ( name : String ) : Single < String >
open fun rxClose ( ) : Completable
open fun rxClusterAddslots ( slots : MutableList < Long > ) : Completable
open fun rxClusterCountFailureReports ( nodeId : String ) : Single < Long >
open fun rxClusterCountkeysinslot ( slot : Long ) : Single < Long >
open fun rxClusterDelslots ( slot : Long ) : Completable
open fun rxClusterDelslotsMany ( slots : MutableList < Long > ) : Completable
open fun rxClusterFailOverWithOptions ( options : FailoverOptions ) : Completable
open fun rxClusterFailover ( ) : Completable
open fun rxClusterForget ( nodeId : String ) : Completable
open fun rxClusterGetkeysinslot ( slot : Long , count : Long ) : Single < JsonArray >
open fun rxClusterInfo ( ) : Single < JsonArray >
open fun rxClusterKeyslot ( key : String ) : Single < Long >
open fun rxClusterMeet ( ip : String , port : Long ) : Completable
open fun rxClusterNodes ( ) : Single < JsonArray >
open fun rxClusterReplicate ( nodeId : String ) : Completable
open fun rxClusterReset ( ) : Completable
open fun rxClusterResetWithOptions ( options : ResetOptions ) : Completable
open fun rxClusterSaveconfig ( ) : Completable
open fun rxClusterSetConfigEpoch ( epoch : Long ) : Completable
open fun rxClusterSetslot ( slot : Long , subcommand : SlotCmd ) : Completable
open fun rxClusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String ) : Completable
open fun rxClusterSlaves ( nodeId : String ) : Single < JsonArray >
open fun rxClusterSlots ( ) : Single < JsonArray >
open fun rxCommand ( ) : Single < JsonArray >
open fun rxCommandCount ( ) : Single < Long >
open fun rxCommandGetkeys ( ) : Single < JsonArray >
open fun rxCommandInfo ( commands : MutableList < String > ) : Single < JsonArray >
open fun rxConfigGet ( parameter : String ) : Single < JsonArray >
open fun rxConfigResetstat ( ) : Single < String >
open fun rxConfigRewrite ( ) : Single < String >
open fun rxConfigSet ( parameter : String , value : String ) : Single < String >
open fun rxDbsize ( ) : Single < Long >
open fun rxDebugObject ( key : String ) : Single < String >
open fun rxDebugSegfault ( ) : Single < String >
open fun rxDecr ( key : String ) : Single < Long >
open fun rxDecrby ( key : String , decrement : Long ) : Single < Long >
open fun rxDel ( key : String ) : Single < Long >
open fun rxDelMany ( keys : MutableList < String > ) : Single < Long >
open fun rxDump ( key : String ) : Single < String >
open fun rxEcho ( message : String ) : Single < String >
open fun rxEval ( script : String , keys : MutableList < String > , args : MutableList < String > ) : Single < JsonArray >
open fun rxEvalScript ( script : Script , keys : MutableList < String > , args : MutableList < String > ) : Single < JsonArray >
open fun rxEvalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > ) : Single < JsonArray >
open fun rxExists ( key : String ) : Single < Long >
open fun rxExistsMany ( keys : MutableList < String > ) : Single < Long >
open fun rxExpire ( key : String , seconds : Long ) : Single < Long >
open fun rxExpireat ( key : String , seconds : Long ) : Single < Long >
open fun rxFlushall ( ) : Single < String >
open fun rxFlushdb ( ) : Single < String >
open fun rxGeoadd ( key : String , longitude : Double , latitude : Double , member : String ) : Single < Long >
open fun rxGeoaddMany ( key : String , members : MutableList < GeoMember > ) : Single < Long >
open fun rxGeodist ( key : String , member1 : String , member2 : String ) : Single < String >
open fun rxGeodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit ) : Single < String >
open fun rxGeohash ( key : String , member : String ) : Single < JsonArray >
open fun rxGeohashMany ( key : String , members : MutableList < String > ) : Single < JsonArray >
open fun rxGeopos ( key : String , member : String ) : Single < JsonArray >
open fun rxGeoposMany ( key : String , members : MutableList < String > ) : Single < JsonArray >
open fun rxGeoradius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit ) : Single < JsonArray >
open fun rxGeoradiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions ) : Single < JsonArray >
open fun rxGeoradiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit ) : Single < JsonArray >
open fun rxGeoradiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions ) : Single < JsonArray >
open fun rxGet ( key : String ) : Single < String >
open fun rxGetBinary ( key : String ) : Single < Buffer >
open fun rxGetbit ( key : String , offset : Long ) : Single < Long >
open fun rxGetrange ( key : String , start : Long , end : Long ) : Single < String >
open fun rxGetset ( key : String , value : String ) : Single < String >
open fun rxHdel ( key : String , field : String ) : Single < Long >
open fun rxHdelMany ( key : String , fields : MutableList < String > ) : Single < Long >
open fun rxHexists ( key : String , field : String ) : Single < Long >
open fun rxHget ( key : String , field : String ) : Single < String >
open fun rxHgetall ( key : String ) : Single < JsonObject >
open fun rxHincrby ( key : String , field : String , increment : Long ) : Single < Long >
open fun rxHincrbyfloat ( key : String , field : String , increment : Double ) : Single < String >
open fun rxHkeys ( key : String ) : Single < JsonArray >
open fun rxHlen ( key : String ) : Single < Long >
open fun rxHmget ( key : String , fields : MutableList < String > ) : Single < JsonArray >
open fun rxHmset ( key : String , values : JsonObject ) : Single < String >
open fun rxHscan ( key : String , cursor : String , options : ScanOptions ) : Single < JsonArray >
open fun rxHset ( key : String , field : String , value : String ) : Single < Long >
open fun rxHsetnx ( key : String , field : String , value : String ) : Single < Long >
open fun rxHstrlen ( key : String , field : String ) : Single < Long >
open fun rxHvals ( key : String ) : Single < JsonArray >
open fun rxIncr ( key : String ) : Single < Long >
open fun rxIncrby ( key : String , increment : Long ) : Single < Long >
open fun rxIncrbyfloat ( key : String , increment : Double ) : Single < String >
open fun rxInfo ( ) : Single < JsonObject >
open fun rxInfoSection ( section : String ) : Single < JsonObject >
open fun rxKeys ( pattern : String ) : Single < JsonArray >
open fun rxLastsave ( ) : Single < Long >
open fun rxLindex ( key : String , index : Int ) : Single < String >
open fun rxLinsert ( key : String , option : InsertOptions , pivot : String , value : String ) : Single < Long >
open fun rxLlen ( key : String ) : Single < Long >
open fun rxLpop ( key : String ) : Single < String >
open fun rxLpush ( key : String , value : String ) : Single < Long >
open fun rxLpushMany ( key : String , values : MutableList < String > ) : Single < Long >
open fun rxLpushx ( key : String , value : String ) : Single < Long >
open fun rxLrange ( key : String , from : Long , to : Long ) : Single < JsonArray >
open fun rxLrem ( key : String , count : Long , value : String ) : Single < Long >
open fun rxLset ( key : String , index : Long , value : String ) : Single < String >
open fun rxLtrim ( key : String , from : Long , to : Long ) : Single < String >
open fun rxMget ( key : String ) : Single < JsonArray >
open fun rxMgetMany ( keys : MutableList < String > ) : Single < JsonArray >
open fun rxMigrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions ) : Single < String >
open fun rxMonitor ( ) : Completable
open fun rxMove ( key : String , destdb : Int ) : Single < Long >
open fun rxMset ( keyvals : JsonObject ) : Single < String >
open fun rxMsetnx ( keyvals : JsonObject ) : Single < Long >
open fun rxObject ( key : String , cmd : ObjectCmd ) : Completable
open fun rxPersist ( key : String ) : Single < Long >
open fun rxPexpire ( key : String , millis : Long ) : Single < Long >
open fun rxPexpireat ( key : String , millis : Long ) : Single < Long >
open fun rxPfadd ( key : String , element : String ) : Single < Long >
open fun rxPfaddMany ( key : String , elements : MutableList < String > ) : Single < Long >
open fun rxPfcount ( key : String ) : Single < Long >
open fun rxPfcountMany ( keys : MutableList < String > ) : Single < Long >
open fun rxPfmerge ( destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxPing ( ) : Single < String >
open fun rxPsetex ( key : String , millis : Long , value : String ) : Completable
open fun rxPsubscribe ( pattern : String ) : Single < JsonArray >
open fun rxPsubscribeMany ( patterns : MutableList < String > ) : Single < JsonArray >
open fun rxPttl ( key : String ) : Single < Long >
open fun rxPublish ( channel : String , message : String ) : Single < Long >
open fun rxPubsubChannels ( pattern : String ) : Single < JsonArray >
open fun rxPubsubNumpat ( ) : Single < Long >
open fun rxPubsubNumsub ( channels : MutableList < String > ) : Single < JsonArray >
open fun rxPunsubscribe ( patterns : MutableList < String > ) : Completable
open fun rxRandomkey ( ) : Single < String >
open fun rxRename ( key : String , newkey : String ) : Single < String >
open fun rxRenamenx ( key : String , newkey : String ) : Single < Long >
open fun rxRestore ( key : String , millis : Long , serialized : String ) : Single < String >
open fun rxRole ( ) : Single < JsonArray >
open fun rxRpop ( key : String ) : Single < String >
open fun rxRpoplpush ( key : String , destkey : String ) : Single < String >
open fun rxRpush ( key : String , value : String ) : Single < Long >
open fun rxRpushMany ( key : String , values : MutableList < String > ) : Single < Long >
open fun rxRpushx ( key : String , value : String ) : Single < Long >
open fun rxSadd ( key : String , member : String ) : Single < Long >
open fun rxSaddMany ( key : String , members : MutableList < String > ) : Single < Long >
open fun rxSave ( ) : Single < String >
open fun rxScan ( cursor : String , options : ScanOptions ) : Single < JsonArray >
open fun rxScard ( key : String ) : Single < Long >
open fun rxScriptDebug ( scriptDebugOptions : ScriptDebugOptions ) : Single < String >
open fun rxScriptExists ( script : String ) : Single < JsonArray >
open fun rxScriptExistsMany ( scripts : MutableList < String > ) : Single < JsonArray >
open fun rxScriptFlush ( ) : Single < String >
open fun rxScriptKill ( ) : Single < String >
open fun rxScriptLoad ( script : String ) : Single < String >
open fun rxSdiff ( key : String , cmpkeys : MutableList < String > ) : Single < JsonArray >
open fun rxSdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > ) : Single < Long >
open fun rxSelect ( dbindex : Int ) : Single < String >
open fun rxSet ( key : String , value : String ) : Completable
open fun rxSetBinary ( key : String , value : Buffer ) : Completable
open fun rxSetBinaryWithOptions ( key : String , value : Buffer , options : SetOptions ) : Completable
open fun rxSetWithOptions ( key : String , value : String , options : SetOptions ) : Single < String >
open fun rxSetbit ( key : String , offset : Long , bit : Int ) : Single < Long >
open fun rxSetex ( key : String , seconds : Long , value : String ) : Single < String >
open fun rxSetnx ( key : String , value : String ) : Single < Long >
open fun rxSetrange ( key : String , offset : Int , value : String ) : Single < Long >
open fun rxSinter ( keys : MutableList < String > ) : Single < JsonArray >
open fun rxSinterstore ( destkey : String , keys : MutableList < String > ) : Single < Long >
open fun rxSismember ( key : String , member : String ) : Single < Long >
open fun rxSlaveof ( host : String , port : Int ) : Single < String >
open fun rxSlaveofNoone ( ) : Single < String >
open fun rxSlowlogGet ( limit : Int ) : Single < JsonArray >
open fun rxSlowlogLen ( ) : Single < Long >
open fun rxSlowlogReset ( ) : Completable
open fun rxSmembers ( key : String ) : Single < JsonArray >
open fun rxSmove ( key : String , destkey : String , member : String ) : Single < Long >
open fun rxSort ( key : String , options : SortOptions ) : Single < JsonArray >
open fun rxSpop ( key : String ) : Single < String >
open fun rxSpopMany ( key : String , count : Int ) : Single < JsonArray >
open fun rxSrandmember ( key : String ) : Single < String >
open fun rxSrandmemberCount ( key : String , count : Int ) : Single < JsonArray >
open fun rxSrem ( key : String , member : String ) : Single < Long >
open fun rxSremMany ( key : String , members : MutableList < String > ) : Single < Long >
open fun rxSscan ( key : String , cursor : String , options : ScanOptions ) : Single < JsonArray >
open fun rxStrlen ( key : String ) : Single < Long >
open fun rxSubscribe ( channel : String ) : Single < JsonArray >
open fun rxSubscribeMany ( channels : MutableList < String > ) : Single < JsonArray >
open fun rxSunion ( keys : MutableList < String > ) : Single < JsonArray >
open fun rxSunionstore ( destkey : String , keys : MutableList < String > ) : Single < Long >
open fun rxSwapdb ( index1 : Int , index2 : Int ) : Single < String >
open fun rxSync ( ) : Completable
open fun rxTime ( ) : Single < JsonArray >
open fun rxTouch ( key : String ) : Single < Long >
open fun rxTouchMany ( keys : MutableList < String > ) : Single < Long >
open fun rxTtl ( key : String ) : Single < Long >
open fun rxType ( key : String ) : Single < String >
open fun rxUnlink ( key : String ) : Single < Long >
open fun rxUnlinkMany ( keys : MutableList < String > ) : Single < Long >
open fun rxUnsubscribe ( channels : MutableList < String > ) : Completable
open fun rxWait ( numSlaves : Long , timeout : Long ) : Single < String >
open fun rxZadd ( key : String , score : Double , member : String ) : Single < Long >
open fun rxZaddMany ( key : String , members : MutableMap < String , Double > ) : Single < Long >
open fun rxZcard ( key : String ) : Single < Long >
open fun rxZcount ( key : String , min : Double , max : Double ) : Single < Long >
open fun rxZincrby ( key : String , increment : Double , member : String ) : Single < String >
open fun rxZinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions ) : Single < Long >
open fun rxZinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions ) : Single < Long >
open fun rxZlexcount ( key : String , min : String , max : String ) : Single < Long >
open fun rxZrange ( key : String , start : Long , stop : Long ) : Single < JsonArray >
open fun rxZrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions ) : Single < JsonArray >
open fun rxZrangebylex ( key : String , min : String , max : String , options : LimitOptions ) : Single < JsonArray >
open fun rxZrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions ) : Single < JsonArray >
open fun rxZrank ( key : String , member : String ) : Single < Long >
open fun rxZrem ( key : String , member : String ) : Single < Long >
open fun rxZremMany ( key : String , members : MutableList < String > ) : Single < Long >
open fun rxZremrangebylex ( key : String , min : String , max : String ) : Single < Long >
open fun rxZremrangebyrank ( key : String , start : Long , stop : Long ) : Single < Long >
open fun rxZremrangebyscore ( key : String , min : String , max : String ) : Single < Long >
open fun rxZrevrange ( key : String , start : Long , stop : Long , options : RangeOptions ) : Single < JsonArray >
open fun rxZrevrangebylex ( key : String , max : String , min : String , options : LimitOptions ) : Single < JsonArray >
open fun rxZrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions ) : Single < JsonArray >
open fun rxZrevrank ( key : String , member : String ) : Single < Long >
open fun rxZscan ( key : String , cursor : String , options : ScanOptions ) : Single < JsonArray >
open fun rxZscore ( key : String , member : String ) : Single < String >
open fun rxZunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions ) : Single < Long >
open fun rxZunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions ) : Single < Long >
open fun sadd ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun saddMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun save ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun scan ( cursor : String , options : ScanOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun scard ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun scriptDebug ( scriptDebugOptions : ScriptDebugOptions , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun scriptExists ( script : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun scriptExistsMany ( scripts : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun scriptFlush ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun scriptKill ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun scriptLoad ( script : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun sdiff ( key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun sdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun select ( dbindex : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun set ( key : String , value : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun setBinary ( key : String , value : Buffer , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun setBinaryWithOptions ( key : String , value : Buffer , options : SetOptions , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun setWithOptions ( key : String , value : String , options : SetOptions , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun setbit ( key : String , offset : Long , bit : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun setex ( key : String , seconds : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun setnx ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun setrange ( key : String , offset : Int , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sinter ( keys : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun sinterstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sismember ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun slaveof ( host : String , port : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun slaveofNoone ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun slowlogGet ( limit : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun slowlogLen ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun slowlogReset ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun smembers ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun smove ( key : String , destkey : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sort ( key : String , options : SortOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun spop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun spopMany ( key : String , count : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun srandmember ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun srandmemberCount ( key : String , count : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun srem ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun strlen ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun subscribe ( channel : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun subscribeMany ( channels : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun sunion ( keys : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun sunionstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun swapdb ( index1 : Int , index2 : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun sync ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun time ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun toString ( ) : String
open fun touch ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun touchMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun transaction ( ) : RedisTransaction
open fun ttl ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun type ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun unlink ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun unlinkMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun unsubscribe ( channels : MutableList < String > , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun wait ( numSlaves : Long , timeout : Long , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun zadd ( key : String , score : Double , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zaddMany ( key : String , members : MutableMap < String , Double > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zcard ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zcount ( key : String , min : Double , max : Double , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zincrby ( key : String , increment : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun zinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zlexcount ( key : String , min : String , max : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zrange ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrangebylex ( key : String , min : String , max : String , options : LimitOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrank ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zrem ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zremrangebylex ( key : String , min : String , max : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zremrangebyrank ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zremrangebyscore ( key : String , min : String , max : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zrevrange ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrevrangebylex ( key : String , max : String , min : String , options : LimitOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrevrank ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zscore ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun zunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < Long > > ) : RedisClient
open class RedisCommandUtils
open class RedisConfigStore : ConfigStore
open class RedisConfigStoreFactory : ConfigStoreFactory
open class RedisDataSource
Module Contents
RedisDataSource ( delegate : RedisDataSource )
static val __TYPE_ARG : TypeArg < RedisDataSource >
open static fun createRecord ( name : String , location : JsonObject , metadata : JsonObject ) : Record
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : RedisDataSource
open static fun getRedisClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < RedisClient > > ) : Unit
open static fun getRedisClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < RedisClient > > ) : Unit
open static fun getRedisClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < RedisClient > > ) : Unit
open static fun getRedisClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < RedisClient > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : RedisDataSource ) : RedisDataSource
open static fun rxGetRedisClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < RedisClient >
open static fun rxGetRedisClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < RedisClient >
open static fun rxGetRedisClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject ) : Single < RedisClient >
open static fun rxGetRedisClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , consumerConfiguration : JsonObject ) : Single < RedisClient >
open fun toString ( ) : String
open class RedisDataSource
Module Contents
RedisDataSource ( delegate : RedisDataSource )
static val __TYPE_ARG : TypeArg < RedisDataSource >
open static fun createRecord ( name : String , location : JsonObject , metadata : JsonObject ) : Record
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : RedisDataSource
open static fun getRedisClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < RedisClient > > ) : Unit
open static fun getRedisClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < RedisClient > > ) : Unit
open static fun getRedisClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < RedisClient > > ) : Unit
open static fun getRedisClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < RedisClient > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : RedisDataSource ) : RedisDataSource
open static fun rxGetRedisClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < RedisClient >
open static fun rxGetRedisClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < RedisClient >
open static fun rxGetRedisClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject ) : Single < RedisClient >
open static fun rxGetRedisClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , consumerConfiguration : JsonObject ) : Single < RedisClient >
open fun toString ( ) : String
open class RedisOptionsConverter
interface RedisSentinel
open class RedisSentinel
open class RedisSentinel
interface RedisTransaction
Module Contents
abstract fun append ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun auth ( password : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun bgrewriteaof ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun bgsave ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun bitcount ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun bitcountRange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun bitop ( operation : BitOperation , destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun bitpos ( key : String , bit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun bitposFrom ( key : String , bit : Int , start : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun bitposRange ( key : String , bit : Int , start : Int , stop : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun blpop ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun blpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun brpop ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun brpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun brpoplpush ( key : String , destkey : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clientGetname ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clientKill ( filter : KillFilter , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clientList ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clientPause ( millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clientSetname ( name : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
abstract fun clusterAddslots ( slots : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterCountFailureReports ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterCountkeysinslot ( slot : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterDelslots ( slot : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterDelslotsMany ( slots : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterFailOverWithOptions ( options : FailoverOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterFailover ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterForget ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterGetkeysinslot ( slot : Long , count : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterInfo ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterKeyslot ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterMeet ( ip : String , port : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterNodes ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterReplicate ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterReset ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterResetWithOptions ( options : ResetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterSaveconfig ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterSetConfigEpoch ( epoch : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterSetslot ( slot : Long , subcommand : SlotCmd , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterSlaves ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterSlots ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun command ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun commandCount ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun commandGetkeys ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun commandInfo ( commands : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun configGet ( parameter : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun configResetstat ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun configRewrite ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun configSet ( parameter : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun dbsize ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun debugObject ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun debugSegfault ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun decr ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun decrby ( key : String , decrement : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun del ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun delMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun discard ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun dump ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun echo ( message : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun eval ( script : String , keys : MutableList < String > , args : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun evalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun exec ( handler : Handler < AsyncResult < JsonArray > > ) : RedisTransaction
abstract fun exists ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun existsMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun expire ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun expireat ( key : String , seconds : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun flushall ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun flushdb ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun geoadd ( key : String , longitude : Double , latitude : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun geoaddMany ( key : String , members : MutableList < GeoMember > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun geodist ( key : String , member1 : String , member2 : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun geodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun geohash ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun geohashMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun geopos ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun geoposMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun georadius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun georadiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun georadiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun georadiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun get ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun getBinary ( key : String , handler : Handler < AsyncResult < Buffer > > ) : RedisTransaction
abstract fun getbit ( key : String , offset : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun getrange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun getset ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hdel ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hdelMany ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hexists ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hget ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hgetall ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hincrby ( key : String , field : String , increment : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hincrbyfloat ( key : String , field : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hkeys ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hlen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hmget ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hmset ( key : String , values : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hset ( key : String , field : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hsetnx ( key : String , field : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hvals ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun incr ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun incrby ( key : String , increment : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun incrbyfloat ( key : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun info ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun infoSection ( section : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun keys ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lastsave ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lindex ( key : String , index : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun linsert ( key : String , option : InsertOptions , pivot : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun llen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lpush ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lpushx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lrange ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lrem ( key : String , count : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lset ( key : String , index : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun ltrim ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun mget ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun mgetMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun migrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun monitor ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun move ( key : String , destdb : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun mset ( keyvals : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun msetnx ( keyvals : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun multi ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun object ( key : String , cmd : ObjectCmd , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun persist ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pexpire ( key : String , millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pexpireat ( key : String , millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pfadd ( key : String , element : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pfaddMany ( key : String , elements : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pfcount ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pfcountMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pfmerge ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun ping ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun psetex ( key : String , millis : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun psubscribe ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun psubscribeMany ( patterns : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pttl ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun publish ( channel : String , message : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pubsubChannels ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pubsubNumpat ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pubsubNumsub ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun punsubscribe ( patterns : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun randomkey ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun rename ( key : String , newkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun renamenx ( key : String , newkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun restore ( key : String , millis : Long , serialized : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun role ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun rpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun rpoplpush ( key : String , destkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun rpush ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun rpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun rpushx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sadd ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun saddMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun save ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun scan ( cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun scard ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun scriptExists ( script : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun scriptExistsMany ( scripts : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun scriptFlush ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun scriptKill ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun scriptLoad ( script : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sdiff ( key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun select ( dbindex : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun set ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun setBinary ( key : String , value : Buffer , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun setBinaryWithOptions ( key : String , value : Buffer , options : SetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun setWithOptions ( key : String , value : String , options : SetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun setbit ( key : String , offset : Long , bit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun setex ( key : String , seconds : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun setnx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun setrange ( key : String , offset : Int , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sinter ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sinterstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sismember ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun slaveof ( host : String , port : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun slaveofNoone ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun slowlogGet ( limit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun slowlogLen ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun slowlogReset ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun smembers ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisTransaction
abstract fun smove ( key : String , destkey : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sort ( key : String , options : SortOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun spop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun spopMany ( key : String , count : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun srandmember ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun srandmemberCount ( key : String , count : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun srem ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun strlen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun subscribe ( channel : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun subscribeMany ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sunion ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sunionstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun swapdb ( index1 : Int , index2 : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sync ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun time ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun ttl ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun type ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun unlink ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun unlinkMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun unsubscribe ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun unwatch ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun wait ( numSlaves : Long , timeout : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun watch ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun watchMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zadd ( key : String , score : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zaddMany ( key : String , members : MutableMap < String , Double > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zcard ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zcount ( key : String , min : Double , max : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zincrby ( key : String , increment : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zlexcount ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrange ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrangebylex ( key : String , min : String , max : String , options : LimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrank ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrem ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zremrangebylex ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zremrangebyrank ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zremrangebyscore ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrevrange ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrevrangebylex ( key : String , max : String , min : String , options : LimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrevrank ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zscore ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open class RedisTransaction
Module Contents
RedisTransaction ( delegate : RedisTransaction )
static val __TYPE_ARG : TypeArg < RedisTransaction >
open fun append ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun auth ( password : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bgrewriteaof ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bgsave ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitcount ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitcountRange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitop ( operation : BitOperation , destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitpos ( key : String , bit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitposFrom ( key : String , bit : Int , start : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitposRange ( key : String , bit : Int , start : Int , stop : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun blpop ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun blpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun brpop ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun brpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun brpoplpush ( key : String , destkey : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientGetname ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientKill ( filter : KillFilter , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientList ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientPause ( millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientSetname ( name : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun clusterAddslots ( slots : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterCountFailureReports ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterCountkeysinslot ( slot : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterDelslots ( slot : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterDelslotsMany ( slots : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterFailOverWithOptions ( options : FailoverOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterFailover ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterForget ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterGetkeysinslot ( slot : Long , count : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterInfo ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterKeyslot ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterMeet ( ip : String , port : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterNodes ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterReplicate ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterReset ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterResetWithOptions ( options : ResetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSaveconfig ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSetConfigEpoch ( epoch : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSetslot ( slot : Long , subcommand : SlotCmd , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSlaves ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSlots ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun command ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun commandCount ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun commandGetkeys ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun commandInfo ( commands : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun configGet ( parameter : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun configResetstat ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun configRewrite ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun configSet ( parameter : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun dbsize ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun debugObject ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun debugSegfault ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun decr ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun decrby ( key : String , decrement : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun del ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun delMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun discard ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun dump ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun echo ( message : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun equals ( other : Any ? ) : Boolean
open fun eval ( script : String , keys : MutableList < String > , args : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun evalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun exec ( handler : Handler < AsyncResult < JsonArray > > ) : RedisTransaction
open fun exists ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun existsMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun expire ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun expireat ( key : String , seconds : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun flushall ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun flushdb ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geoadd ( key : String , longitude : Double , latitude : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geoaddMany ( key : String , members : MutableList < GeoMember > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geodist ( key : String , member1 : String , member2 : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geohash ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geohashMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geopos ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geoposMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun georadius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun georadiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun georadiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun georadiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun get ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun getBinary ( key : String , handler : Handler < AsyncResult < Buffer > > ) : RedisTransaction
open fun getDelegate ( ) : RedisTransaction
open fun getbit ( key : String , offset : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun getrange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun getset ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hashCode ( ) : Int
open fun hdel ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hdelMany ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hexists ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hget ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hgetall ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hincrby ( key : String , field : String , increment : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hincrbyfloat ( key : String , field : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hkeys ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hlen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hmget ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hmset ( key : String , values : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hset ( key : String , field : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hsetnx ( key : String , field : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hvals ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun incr ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun incrby ( key : String , increment : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun incrbyfloat ( key : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun info ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun infoSection ( section : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun keys ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lastsave ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lindex ( key : String , index : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun linsert ( key : String , option : InsertOptions , pivot : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun llen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lpush ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lpushx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lrange ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lrem ( key : String , count : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lset ( key : String , index : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun ltrim ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun mget ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun mgetMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun migrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun monitor ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun move ( key : String , destdb : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun mset ( keyvals : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun msetnx ( keyvals : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun multi ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open static fun newInstance ( arg : RedisTransaction ) : RedisTransaction
open fun object ( key : String , cmd : ObjectCmd , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun persist ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pexpire ( key : String , millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pexpireat ( key : String , millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfadd ( key : String , element : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfaddMany ( key : String , elements : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfcount ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfcountMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfmerge ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun ping ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun psetex ( key : String , millis : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun psubscribe ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun psubscribeMany ( patterns : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pttl ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun publish ( channel : String , message : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pubsubChannels ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pubsubNumpat ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pubsubNumsub ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun punsubscribe ( patterns : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun randomkey ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rename ( key : String , newkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun renamenx ( key : String , newkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun restore ( key : String , millis : Long , serialized : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun role ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpoplpush ( key : String , destkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpush ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpushx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rxAppend ( key : String , value : String ) : Single < String >
open fun rxAuth ( password : String ) : Single < String >
open fun rxBgrewriteaof ( ) : Single < String >
open fun rxBgsave ( ) : Single < String >
open fun rxBitcount ( key : String ) : Single < String >
open fun rxBitcountRange ( key : String , start : Long , end : Long ) : Single < String >
open fun rxBitop ( operation : BitOperation , destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxBitpos ( key : String , bit : Int ) : Single < String >
open fun rxBitposFrom ( key : String , bit : Int , start : Int ) : Single < String >
open fun rxBitposRange ( key : String , bit : Int , start : Int , stop : Int ) : Single < String >
open fun rxBlpop ( key : String , seconds : Int ) : Single < String >
open fun rxBlpopMany ( keys : MutableList < String > , seconds : Int ) : Single < String >
open fun rxBrpop ( key : String , seconds : Int ) : Single < String >
open fun rxBrpopMany ( keys : MutableList < String > , seconds : Int ) : Single < String >
open fun rxBrpoplpush ( key : String , destkey : String , seconds : Int ) : Single < String >
open fun rxClientGetname ( ) : Single < String >
open fun rxClientKill ( filter : KillFilter ) : Single < String >
open fun rxClientList ( ) : Single < String >
open fun rxClientPause ( millis : Long ) : Single < String >
open fun rxClientSetname ( name : String ) : Single < String >
open fun rxClose ( ) : Single < Void >
open fun rxClusterAddslots ( slots : MutableList < String > ) : Single < String >
open fun rxClusterCountFailureReports ( nodeId : String ) : Single < String >
open fun rxClusterCountkeysinslot ( slot : Long ) : Single < String >
open fun rxClusterDelslots ( slot : Long ) : Single < String >
open fun rxClusterDelslotsMany ( slots : MutableList < String > ) : Single < String >
open fun rxClusterFailOverWithOptions ( options : FailoverOptions ) : Single < String >
open fun rxClusterFailover ( ) : Single < String >
open fun rxClusterForget ( nodeId : String ) : Single < String >
open fun rxClusterGetkeysinslot ( slot : Long , count : Long ) : Single < String >
open fun rxClusterInfo ( ) : Single < String >
open fun rxClusterKeyslot ( key : String ) : Single < String >
open fun rxClusterMeet ( ip : String , port : Long ) : Single < String >
open fun rxClusterNodes ( ) : Single < String >
open fun rxClusterReplicate ( nodeId : String ) : Single < String >
open fun rxClusterReset ( ) : Single < String >
open fun rxClusterResetWithOptions ( options : ResetOptions ) : Single < String >
open fun rxClusterSaveconfig ( ) : Single < String >
open fun rxClusterSetConfigEpoch ( epoch : Long ) : Single < String >
open fun rxClusterSetslot ( slot : Long , subcommand : SlotCmd ) : Single < String >
open fun rxClusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String ) : Single < String >
open fun rxClusterSlaves ( nodeId : String ) : Single < String >
open fun rxClusterSlots ( ) : Single < String >
open fun rxCommand ( ) : Single < String >
open fun rxCommandCount ( ) : Single < String >
open fun rxCommandGetkeys ( ) : Single < String >
open fun rxCommandInfo ( commands : MutableList < String > ) : Single < String >
open fun rxConfigGet ( parameter : String ) : Single < String >
open fun rxConfigResetstat ( ) : Single < String >
open fun rxConfigRewrite ( ) : Single < String >
open fun rxConfigSet ( parameter : String , value : String ) : Single < String >
open fun rxDbsize ( ) : Single < String >
open fun rxDebugObject ( key : String ) : Single < String >
open fun rxDebugSegfault ( ) : Single < String >
open fun rxDecr ( key : String ) : Single < String >
open fun rxDecrby ( key : String , decrement : Long ) : Single < String >
open fun rxDel ( key : String ) : Single < String >
open fun rxDelMany ( keys : MutableList < String > ) : Single < String >
open fun rxDiscard ( ) : Single < String >
open fun rxDump ( key : String ) : Single < String >
open fun rxEcho ( message : String ) : Single < String >
open fun rxEval ( script : String , keys : MutableList < String > , args : MutableList < String > ) : Single < String >
open fun rxEvalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > ) : Single < String >
open fun rxExec ( ) : Single < JsonArray >
open fun rxExists ( key : String ) : Single < String >
open fun rxExistsMany ( keys : MutableList < String > ) : Single < String >
open fun rxExpire ( key : String , seconds : Int ) : Single < String >
open fun rxExpireat ( key : String , seconds : Long ) : Single < String >
open fun rxFlushall ( ) : Single < String >
open fun rxFlushdb ( ) : Single < String >
open fun rxGeoadd ( key : String , longitude : Double , latitude : Double , member : String ) : Single < String >
open fun rxGeoaddMany ( key : String , members : MutableList < GeoMember > ) : Single < String >
open fun rxGeodist ( key : String , member1 : String , member2 : String ) : Single < String >
open fun rxGeodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit ) : Single < String >
open fun rxGeohash ( key : String , member : String ) : Single < String >
open fun rxGeohashMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxGeopos ( key : String , member : String ) : Single < String >
open fun rxGeoposMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxGeoradius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit ) : Single < String >
open fun rxGeoradiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions ) : Single < String >
open fun rxGeoradiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit ) : Single < String >
open fun rxGeoradiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions ) : Single < String >
open fun rxGet ( key : String ) : Single < String >
open fun rxGetBinary ( key : String ) : Single < Buffer >
open fun rxGetbit ( key : String , offset : Long ) : Single < String >
open fun rxGetrange ( key : String , start : Long , end : Long ) : Single < String >
open fun rxGetset ( key : String , value : String ) : Single < String >
open fun rxHdel ( key : String , field : String ) : Single < String >
open fun rxHdelMany ( key : String , fields : MutableList < String > ) : Single < String >
open fun rxHexists ( key : String , field : String ) : Single < String >
open fun rxHget ( key : String , field : String ) : Single < String >
open fun rxHgetall ( key : String ) : Single < String >
open fun rxHincrby ( key : String , field : String , increment : Long ) : Single < String >
open fun rxHincrbyfloat ( key : String , field : String , increment : Double ) : Single < String >
open fun rxHkeys ( key : String ) : Single < String >
open fun rxHlen ( key : String ) : Single < String >
open fun rxHmget ( key : String , fields : MutableList < String > ) : Single < String >
open fun rxHmset ( key : String , values : JsonObject ) : Single < String >
open fun rxHscan ( key : String , cursor : String , options : ScanOptions ) : Single < String >
open fun rxHset ( key : String , field : String , value : String ) : Single < String >
open fun rxHsetnx ( key : String , field : String , value : String ) : Single < String >
open fun rxHvals ( key : String ) : Single < String >
open fun rxIncr ( key : String ) : Single < String >
open fun rxIncrby ( key : String , increment : Long ) : Single < String >
open fun rxIncrbyfloat ( key : String , increment : Double ) : Single < String >
open fun rxInfo ( ) : Single < String >
open fun rxInfoSection ( section : String ) : Single < String >
open fun rxKeys ( pattern : String ) : Single < String >
open fun rxLastsave ( ) : Single < String >
open fun rxLindex ( key : String , index : Int ) : Single < String >
open fun rxLinsert ( key : String , option : InsertOptions , pivot : String , value : String ) : Single < String >
open fun rxLlen ( key : String ) : Single < String >
open fun rxLpop ( key : String ) : Single < String >
open fun rxLpush ( key : String , value : String ) : Single < String >
open fun rxLpushMany ( key : String , values : MutableList < String > ) : Single < String >
open fun rxLpushx ( key : String , value : String ) : Single < String >
open fun rxLrange ( key : String , from : Long , to : Long ) : Single < String >
open fun rxLrem ( key : String , count : Long , value : String ) : Single < String >
open fun rxLset ( key : String , index : Long , value : String ) : Single < String >
open fun rxLtrim ( key : String , from : Long , to : Long ) : Single < String >
open fun rxMget ( key : String ) : Single < String >
open fun rxMgetMany ( keys : MutableList < String > ) : Single < String >
open fun rxMigrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions ) : Single < String >
open fun rxMonitor ( ) : Single < String >
open fun rxMove ( key : String , destdb : Int ) : Single < String >
open fun rxMset ( keyvals : JsonObject ) : Single < String >
open fun rxMsetnx ( keyvals : JsonObject ) : Single < String >
open fun rxMulti ( ) : Single < String >
open fun rxObject ( key : String , cmd : ObjectCmd ) : Single < String >
open fun rxPersist ( key : String ) : Single < String >
open fun rxPexpire ( key : String , millis : Long ) : Single < String >
open fun rxPexpireat ( key : String , millis : Long ) : Single < String >
open fun rxPfadd ( key : String , element : String ) : Single < String >
open fun rxPfaddMany ( key : String , elements : MutableList < String > ) : Single < String >
open fun rxPfcount ( key : String ) : Single < String >
open fun rxPfcountMany ( keys : MutableList < String > ) : Single < String >
open fun rxPfmerge ( destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxPing ( ) : Single < String >
open fun rxPsetex ( key : String , millis : Long , value : String ) : Single < String >
open fun rxPsubscribe ( pattern : String ) : Single < String >
open fun rxPsubscribeMany ( patterns : MutableList < String > ) : Single < String >
open fun rxPttl ( key : String ) : Single < String >
open fun rxPublish ( channel : String , message : String ) : Single < String >
open fun rxPubsubChannels ( pattern : String ) : Single < String >
open fun rxPubsubNumpat ( ) : Single < String >
open fun rxPubsubNumsub ( channels : MutableList < String > ) : Single < String >
open fun rxPunsubscribe ( patterns : MutableList < String > ) : Single < String >
open fun rxRandomkey ( ) : Single < String >
open fun rxRename ( key : String , newkey : String ) : Single < String >
open fun rxRenamenx ( key : String , newkey : String ) : Single < String >
open fun rxRestore ( key : String , millis : Long , serialized : String ) : Single < String >
open fun rxRole ( ) : Single < String >
open fun rxRpop ( key : String ) : Single < String >
open fun rxRpoplpush ( key : String , destkey : String ) : Single < String >
open fun rxRpush ( key : String , value : String ) : Single < String >
open fun rxRpushMany ( key : String , values : MutableList < String > ) : Single < String >
open fun rxRpushx ( key : String , value : String ) : Single < String >
open fun rxSadd ( key : String , member : String ) : Single < String >
open fun rxSaddMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxSave ( ) : Single < String >
open fun rxScan ( cursor : String , options : ScanOptions ) : Single < String >
open fun rxScard ( key : String ) : Single < String >
open fun rxScriptExists ( script : String ) : Single < String >
open fun rxScriptExistsMany ( scripts : MutableList < String > ) : Single < String >
open fun rxScriptFlush ( ) : Single < String >
open fun rxScriptKill ( ) : Single < String >
open fun rxScriptLoad ( script : String ) : Single < String >
open fun rxSdiff ( key : String , cmpkeys : MutableList < String > ) : Single < String >
open fun rxSdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > ) : Single < String >
open fun rxSelect ( dbindex : Int ) : Single < String >
open fun rxSet ( key : String , value : String ) : Single < String >
open fun rxSetBinary ( key : String , value : Buffer ) : Single < String >
open fun rxSetBinaryWithOptions ( key : String , value : Buffer , options : SetOptions ) : Single < String >
open fun rxSetWithOptions ( key : String , value : String , options : SetOptions ) : Single < String >
open fun rxSetbit ( key : String , offset : Long , bit : Int ) : Single < String >
open fun rxSetex ( key : String , seconds : Long , value : String ) : Single < String >
open fun rxSetnx ( key : String , value : String ) : Single < String >
open fun rxSetrange ( key : String , offset : Int , value : String ) : Single < String >
open fun rxSinter ( keys : MutableList < String > ) : Single < String >
open fun rxSinterstore ( destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxSismember ( key : String , member : String ) : Single < String >
open fun rxSlaveof ( host : String , port : Int ) : Single < String >
open fun rxSlaveofNoone ( ) : Single < String >
open fun rxSlowlogGet ( limit : Int ) : Single < String >
open fun rxSlowlogLen ( ) : Single < String >
open fun rxSlowlogReset ( ) : Single < String >
open fun rxSmembers ( key : String ) : Single < JsonArray >
open fun rxSmove ( key : String , destkey : String , member : String ) : Single < String >
open fun rxSort ( key : String , options : SortOptions ) : Single < String >
open fun rxSpop ( key : String ) : Single < String >
open fun rxSpopMany ( key : String , count : Int ) : Single < String >
open fun rxSrandmember ( key : String ) : Single < String >
open fun rxSrandmemberCount ( key : String , count : Int ) : Single < String >
open fun rxSrem ( key : String , member : String ) : Single < String >
open fun rxSremMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxSscan ( key : String , cursor : String , options : ScanOptions ) : Single < String >
open fun rxStrlen ( key : String ) : Single < String >
open fun rxSubscribe ( channel : String ) : Single < String >
open fun rxSubscribeMany ( channels : MutableList < String > ) : Single < String >
open fun rxSunion ( keys : MutableList < String > ) : Single < String >
open fun rxSunionstore ( destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxSwapdb ( index1 : Int , index2 : Int ) : Single < String >
open fun rxSync ( ) : Single < String >
open fun rxTime ( ) : Single < String >
open fun rxTtl ( key : String ) : Single < String >
open fun rxType ( key : String ) : Single < String >
open fun rxUnlink ( key : String ) : Single < String >
open fun rxUnlinkMany ( keys : MutableList < String > ) : Single < String >
open fun rxUnsubscribe ( channels : MutableList < String > ) : Single < String >
open fun rxUnwatch ( ) : Single < String >
open fun rxWait ( numSlaves : Long , timeout : Long ) : Single < String >
open fun rxWatch ( key : String ) : Single < String >
open fun rxWatchMany ( keys : MutableList < String > ) : Single < String >
open fun rxZadd ( key : String , score : Double , member : String ) : Single < String >
open fun rxZaddMany ( key : String , members : MutableMap < String , Double > ) : Single < String >
open fun rxZcard ( key : String ) : Single < String >
open fun rxZcount ( key : String , min : Double , max : Double ) : Single < String >
open fun rxZincrby ( key : String , increment : Double , member : String ) : Single < String >
open fun rxZinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions ) : Single < String >
open fun rxZinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions ) : Single < String >
open fun rxZlexcount ( key : String , min : String , max : String ) : Single < String >
open fun rxZrange ( key : String , start : Long , stop : Long ) : Single < String >
open fun rxZrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions ) : Single < String >
open fun rxZrangebylex ( key : String , min : String , max : String , options : LimitOptions ) : Single < String >
open fun rxZrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions ) : Single < String >
open fun rxZrank ( key : String , member : String ) : Single < String >
open fun rxZrem ( key : String , member : String ) : Single < String >
open fun rxZremMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxZremrangebylex ( key : String , min : String , max : String ) : Single < String >
open fun rxZremrangebyrank ( key : String , start : Long , stop : Long ) : Single < String >
open fun rxZremrangebyscore ( key : String , min : String , max : String ) : Single < String >
open fun rxZrevrange ( key : String , start : Long , stop : Long , options : RangeOptions ) : Single < String >
open fun rxZrevrangebylex ( key : String , max : String , min : String , options : LimitOptions ) : Single < String >
open fun rxZrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions ) : Single < String >
open fun rxZrevrank ( key : String , member : String ) : Single < String >
open fun rxZscan ( key : String , cursor : String , options : ScanOptions ) : Single < String >
open fun rxZscore ( key : String , member : String ) : Single < String >
open fun rxZunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions ) : Single < String >
open fun rxZunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions ) : Single < String >
open fun sadd ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun saddMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun save ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scan ( cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scard ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptExists ( script : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptExistsMany ( scripts : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptFlush ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptKill ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptLoad ( script : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sdiff ( key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun select ( dbindex : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun set ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setBinary ( key : String , value : Buffer , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setBinaryWithOptions ( key : String , value : Buffer , options : SetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setWithOptions ( key : String , value : String , options : SetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setbit ( key : String , offset : Long , bit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setex ( key : String , seconds : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setnx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setrange ( key : String , offset : Int , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sinter ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sinterstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sismember ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slaveof ( host : String , port : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slaveofNoone ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slowlogGet ( limit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slowlogLen ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slowlogReset ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun smembers ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisTransaction
open fun smove ( key : String , destkey : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sort ( key : String , options : SortOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun spop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun spopMany ( key : String , count : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun srandmember ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun srandmemberCount ( key : String , count : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun srem ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun strlen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun subscribe ( channel : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun subscribeMany ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sunion ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sunionstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun swapdb ( index1 : Int , index2 : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sync ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun time ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun toString ( ) : String
open fun ttl ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun type ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun unlink ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun unlinkMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun unsubscribe ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun unwatch ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun wait ( numSlaves : Long , timeout : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun watch ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun watchMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zadd ( key : String , score : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zaddMany ( key : String , members : MutableMap < String , Double > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zcard ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zcount ( key : String , min : Double , max : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zincrby ( key : String , increment : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zlexcount ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrange ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrangebylex ( key : String , min : String , max : String , options : LimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrank ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrem ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zremrangebylex ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zremrangebyrank ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zremrangebyscore ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrevrange ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrevrangebylex ( key : String , max : String , min : String , options : LimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrevrank ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zscore ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open class RedisTransaction
Module Contents
RedisTransaction ( delegate : RedisTransaction )
static val __TYPE_ARG : TypeArg < RedisTransaction >
open fun append ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun auth ( password : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bgrewriteaof ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bgsave ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitcount ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitcountRange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitop ( operation : BitOperation , destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitpos ( key : String , bit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitposFrom ( key : String , bit : Int , start : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitposRange ( key : String , bit : Int , start : Int , stop : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun blpop ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun blpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun brpop ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun brpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun brpoplpush ( key : String , destkey : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientGetname ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientKill ( filter : KillFilter , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientList ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientPause ( millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientSetname ( name : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun clusterAddslots ( slots : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterCountFailureReports ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterCountkeysinslot ( slot : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterDelslots ( slot : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterDelslotsMany ( slots : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterFailOverWithOptions ( options : FailoverOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterFailover ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterForget ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterGetkeysinslot ( slot : Long , count : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterInfo ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterKeyslot ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterMeet ( ip : String , port : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterNodes ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterReplicate ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterReset ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterResetWithOptions ( options : ResetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSaveconfig ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSetConfigEpoch ( epoch : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSetslot ( slot : Long , subcommand : SlotCmd , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSlaves ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSlots ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun command ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun commandCount ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun commandGetkeys ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun commandInfo ( commands : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun configGet ( parameter : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun configResetstat ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun configRewrite ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun configSet ( parameter : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun dbsize ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun debugObject ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun debugSegfault ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun decr ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun decrby ( key : String , decrement : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun del ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun delMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun discard ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun dump ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun echo ( message : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun equals ( other : Any ? ) : Boolean
open fun eval ( script : String , keys : MutableList < String > , args : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun evalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun exec ( handler : Handler < AsyncResult < JsonArray > > ) : RedisTransaction
open fun exists ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun existsMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun expire ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun expireat ( key : String , seconds : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun flushall ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun flushdb ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geoadd ( key : String , longitude : Double , latitude : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geoaddMany ( key : String , members : MutableList < GeoMember > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geodist ( key : String , member1 : String , member2 : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geohash ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geohashMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geopos ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geoposMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun georadius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun georadiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun georadiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun georadiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun get ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun getBinary ( key : String , handler : Handler < AsyncResult < Buffer > > ) : RedisTransaction
open fun getDelegate ( ) : RedisTransaction
open fun getbit ( key : String , offset : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun getrange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun getset ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hashCode ( ) : Int
open fun hdel ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hdelMany ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hexists ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hget ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hgetall ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hincrby ( key : String , field : String , increment : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hincrbyfloat ( key : String , field : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hkeys ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hlen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hmget ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hmset ( key : String , values : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hset ( key : String , field : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hsetnx ( key : String , field : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hvals ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun incr ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun incrby ( key : String , increment : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun incrbyfloat ( key : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun info ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun infoSection ( section : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun keys ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lastsave ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lindex ( key : String , index : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun linsert ( key : String , option : InsertOptions , pivot : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun llen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lpush ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lpushx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lrange ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lrem ( key : String , count : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lset ( key : String , index : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun ltrim ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun mget ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun mgetMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun migrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun monitor ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun move ( key : String , destdb : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun mset ( keyvals : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun msetnx ( keyvals : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun multi ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open static fun newInstance ( arg : RedisTransaction ) : RedisTransaction
open fun object ( key : String , cmd : ObjectCmd , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun persist ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pexpire ( key : String , millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pexpireat ( key : String , millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfadd ( key : String , element : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfaddMany ( key : String , elements : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfcount ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfcountMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfmerge ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun ping ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun psetex ( key : String , millis : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun psubscribe ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun psubscribeMany ( patterns : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pttl ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun publish ( channel : String , message : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pubsubChannels ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pubsubNumpat ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pubsubNumsub ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun punsubscribe ( patterns : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun randomkey ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rename ( key : String , newkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun renamenx ( key : String , newkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun restore ( key : String , millis : Long , serialized : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun role ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpoplpush ( key : String , destkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpush ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpushx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rxAppend ( key : String , value : String ) : Single < String >
open fun rxAuth ( password : String ) : Single < String >
open fun rxBgrewriteaof ( ) : Single < String >
open fun rxBgsave ( ) : Single < String >
open fun rxBitcount ( key : String ) : Single < String >
open fun rxBitcountRange ( key : String , start : Long , end : Long ) : Single < String >
open fun rxBitop ( operation : BitOperation , destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxBitpos ( key : String , bit : Int ) : Single < String >
open fun rxBitposFrom ( key : String , bit : Int , start : Int ) : Single < String >
open fun rxBitposRange ( key : String , bit : Int , start : Int , stop : Int ) : Single < String >
open fun rxBlpop ( key : String , seconds : Int ) : Single < String >
open fun rxBlpopMany ( keys : MutableList < String > , seconds : Int ) : Single < String >
open fun rxBrpop ( key : String , seconds : Int ) : Single < String >
open fun rxBrpopMany ( keys : MutableList < String > , seconds : Int ) : Single < String >
open fun rxBrpoplpush ( key : String , destkey : String , seconds : Int ) : Single < String >
open fun rxClientGetname ( ) : Single < String >
open fun rxClientKill ( filter : KillFilter ) : Single < String >
open fun rxClientList ( ) : Single < String >
open fun rxClientPause ( millis : Long ) : Single < String >
open fun rxClientSetname ( name : String ) : Single < String >
open fun rxClose ( ) : Completable
open fun rxClusterAddslots ( slots : MutableList < String > ) : Single < String >
open fun rxClusterCountFailureReports ( nodeId : String ) : Single < String >
open fun rxClusterCountkeysinslot ( slot : Long ) : Single < String >
open fun rxClusterDelslots ( slot : Long ) : Single < String >
open fun rxClusterDelslotsMany ( slots : MutableList < String > ) : Single < String >
open fun rxClusterFailOverWithOptions ( options : FailoverOptions ) : Single < String >
open fun rxClusterFailover ( ) : Single < String >
open fun rxClusterForget ( nodeId : String ) : Single < String >
open fun rxClusterGetkeysinslot ( slot : Long , count : Long ) : Single < String >
open fun rxClusterInfo ( ) : Single < String >
open fun rxClusterKeyslot ( key : String ) : Single < String >
open fun rxClusterMeet ( ip : String , port : Long ) : Single < String >
open fun rxClusterNodes ( ) : Single < String >
open fun rxClusterReplicate ( nodeId : String ) : Single < String >
open fun rxClusterReset ( ) : Single < String >
open fun rxClusterResetWithOptions ( options : ResetOptions ) : Single < String >
open fun rxClusterSaveconfig ( ) : Single < String >
open fun rxClusterSetConfigEpoch ( epoch : Long ) : Single < String >
open fun rxClusterSetslot ( slot : Long , subcommand : SlotCmd ) : Single < String >
open fun rxClusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String ) : Single < String >
open fun rxClusterSlaves ( nodeId : String ) : Single < String >
open fun rxClusterSlots ( ) : Single < String >
open fun rxCommand ( ) : Single < String >
open fun rxCommandCount ( ) : Single < String >
open fun rxCommandGetkeys ( ) : Single < String >
open fun rxCommandInfo ( commands : MutableList < String > ) : Single < String >
open fun rxConfigGet ( parameter : String ) : Single < String >
open fun rxConfigResetstat ( ) : Single < String >
open fun rxConfigRewrite ( ) : Single < String >
open fun rxConfigSet ( parameter : String , value : String ) : Single < String >
open fun rxDbsize ( ) : Single < String >
open fun rxDebugObject ( key : String ) : Single < String >
open fun rxDebugSegfault ( ) : Single < String >
open fun rxDecr ( key : String ) : Single < String >
open fun rxDecrby ( key : String , decrement : Long ) : Single < String >
open fun rxDel ( key : String ) : Single < String >
open fun rxDelMany ( keys : MutableList < String > ) : Single < String >
open fun rxDiscard ( ) : Single < String >
open fun rxDump ( key : String ) : Single < String >
open fun rxEcho ( message : String ) : Single < String >
open fun rxEval ( script : String , keys : MutableList < String > , args : MutableList < String > ) : Single < String >
open fun rxEvalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > ) : Single < String >
open fun rxExec ( ) : Single < JsonArray >
open fun rxExists ( key : String ) : Single < String >
open fun rxExistsMany ( keys : MutableList < String > ) : Single < String >
open fun rxExpire ( key : String , seconds : Int ) : Single < String >
open fun rxExpireat ( key : String , seconds : Long ) : Single < String >
open fun rxFlushall ( ) : Single < String >
open fun rxFlushdb ( ) : Single < String >
open fun rxGeoadd ( key : String , longitude : Double , latitude : Double , member : String ) : Single < String >
open fun rxGeoaddMany ( key : String , members : MutableList < GeoMember > ) : Single < String >
open fun rxGeodist ( key : String , member1 : String , member2 : String ) : Single < String >
open fun rxGeodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit ) : Single < String >
open fun rxGeohash ( key : String , member : String ) : Single < String >
open fun rxGeohashMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxGeopos ( key : String , member : String ) : Single < String >
open fun rxGeoposMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxGeoradius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit ) : Single < String >
open fun rxGeoradiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions ) : Single < String >
open fun rxGeoradiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit ) : Single < String >
open fun rxGeoradiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions ) : Single < String >
open fun rxGet ( key : String ) : Single < String >
open fun rxGetBinary ( key : String ) : Single < Buffer >
open fun rxGetbit ( key : String , offset : Long ) : Single < String >
open fun rxGetrange ( key : String , start : Long , end : Long ) : Single < String >
open fun rxGetset ( key : String , value : String ) : Single < String >
open fun rxHdel ( key : String , field : String ) : Single < String >
open fun rxHdelMany ( key : String , fields : MutableList < String > ) : Single < String >
open fun rxHexists ( key : String , field : String ) : Single < String >
open fun rxHget ( key : String , field : String ) : Single < String >
open fun rxHgetall ( key : String ) : Single < String >
open fun rxHincrby ( key : String , field : String , increment : Long ) : Single < String >
open fun rxHincrbyfloat ( key : String , field : String , increment : Double ) : Single < String >
open fun rxHkeys ( key : String ) : Single < String >
open fun rxHlen ( key : String ) : Single < String >
open fun rxHmget ( key : String , fields : MutableList < String > ) : Single < String >
open fun rxHmset ( key : String , values : JsonObject ) : Single < String >
open fun rxHscan ( key : String , cursor : String , options : ScanOptions ) : Single < String >
open fun rxHset ( key : String , field : String , value : String ) : Single < String >
open fun rxHsetnx ( key : String , field : String , value : String ) : Single < String >
open fun rxHvals ( key : String ) : Single < String >
open fun rxIncr ( key : String ) : Single < String >
open fun rxIncrby ( key : String , increment : Long ) : Single < String >
open fun rxIncrbyfloat ( key : String , increment : Double ) : Single < String >
open fun rxInfo ( ) : Single < String >
open fun rxInfoSection ( section : String ) : Single < String >
open fun rxKeys ( pattern : String ) : Single < String >
open fun rxLastsave ( ) : Single < String >
open fun rxLindex ( key : String , index : Int ) : Single < String >
open fun rxLinsert ( key : String , option : InsertOptions , pivot : String , value : String ) : Single < String >
open fun rxLlen ( key : String ) : Single < String >
open fun rxLpop ( key : String ) : Single < String >
open fun rxLpush ( key : String , value : String ) : Single < String >
open fun rxLpushMany ( key : String , values : MutableList < String > ) : Single < String >
open fun rxLpushx ( key : String , value : String ) : Single < String >
open fun rxLrange ( key : String , from : Long , to : Long ) : Single < String >
open fun rxLrem ( key : String , count : Long , value : String ) : Single < String >
open fun rxLset ( key : String , index : Long , value : String ) : Single < String >
open fun rxLtrim ( key : String , from : Long , to : Long ) : Single < String >
open fun rxMget ( key : String ) : Single < String >
open fun rxMgetMany ( keys : MutableList < String > ) : Single < String >
open fun rxMigrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions ) : Single < String >
open fun rxMonitor ( ) : Single < String >
open fun rxMove ( key : String , destdb : Int ) : Single < String >
open fun rxMset ( keyvals : JsonObject ) : Single < String >
open fun rxMsetnx ( keyvals : JsonObject ) : Single < String >
open fun rxMulti ( ) : Single < String >
open fun rxObject ( key : String , cmd : ObjectCmd ) : Single < String >
open fun rxPersist ( key : String ) : Single < String >
open fun rxPexpire ( key : String , millis : Long ) : Single < String >
open fun rxPexpireat ( key : String , millis : Long ) : Single < String >
open fun rxPfadd ( key : String , element : String ) : Single < String >
open fun rxPfaddMany ( key : String , elements : MutableList < String > ) : Single < String >
open fun rxPfcount ( key : String ) : Single < String >
open fun rxPfcountMany ( keys : MutableList < String > ) : Single < String >
open fun rxPfmerge ( destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxPing ( ) : Single < String >
open fun rxPsetex ( key : String , millis : Long , value : String ) : Single < String >
open fun rxPsubscribe ( pattern : String ) : Single < String >
open fun rxPsubscribeMany ( patterns : MutableList < String > ) : Single < String >
open fun rxPttl ( key : String ) : Single < String >
open fun rxPublish ( channel : String , message : String ) : Single < String >
open fun rxPubsubChannels ( pattern : String ) : Single < String >
open fun rxPubsubNumpat ( ) : Single < String >
open fun rxPubsubNumsub ( channels : MutableList < String > ) : Single < String >
open fun rxPunsubscribe ( patterns : MutableList < String > ) : Single < String >
open fun rxRandomkey ( ) : Single < String >
open fun rxRename ( key : String , newkey : String ) : Single < String >
open fun rxRenamenx ( key : String , newkey : String ) : Single < String >
open fun rxRestore ( key : String , millis : Long , serialized : String ) : Single < String >
open fun rxRole ( ) : Single < String >
open fun rxRpop ( key : String ) : Single < String >
open fun rxRpoplpush ( key : String , destkey : String ) : Single < String >
open fun rxRpush ( key : String , value : String ) : Single < String >
open fun rxRpushMany ( key : String , values : MutableList < String > ) : Single < String >
open fun rxRpushx ( key : String , value : String ) : Single < String >
open fun rxSadd ( key : String , member : String ) : Single < String >
open fun rxSaddMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxSave ( ) : Single < String >
open fun rxScan ( cursor : String , options : ScanOptions ) : Single < String >
open fun rxScard ( key : String ) : Single < String >
open fun rxScriptExists ( script : String ) : Single < String >
open fun rxScriptExistsMany ( scripts : MutableList < String > ) : Single < String >
open fun rxScriptFlush ( ) : Single < String >
open fun rxScriptKill ( ) : Single < String >
open fun rxScriptLoad ( script : String ) : Single < String >
open fun rxSdiff ( key : String , cmpkeys : MutableList < String > ) : Single < String >
open fun rxSdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > ) : Single < String >
open fun rxSelect ( dbindex : Int ) : Single < String >
open fun rxSet ( key : String , value : String ) : Single < String >
open fun rxSetBinary ( key : String , value : Buffer ) : Single < String >
open fun rxSetBinaryWithOptions ( key : String , value : Buffer , options : SetOptions ) : Single < String >
open fun rxSetWithOptions ( key : String , value : String , options : SetOptions ) : Single < String >
open fun rxSetbit ( key : String , offset : Long , bit : Int ) : Single < String >
open fun rxSetex ( key : String , seconds : Long , value : String ) : Single < String >
open fun rxSetnx ( key : String , value : String ) : Single < String >
open fun rxSetrange ( key : String , offset : Int , value : String ) : Single < String >
open fun rxSinter ( keys : MutableList < String > ) : Single < String >
open fun rxSinterstore ( destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxSismember ( key : String , member : String ) : Single < String >
open fun rxSlaveof ( host : String , port : Int ) : Single < String >
open fun rxSlaveofNoone ( ) : Single < String >
open fun rxSlowlogGet ( limit : Int ) : Single < String >
open fun rxSlowlogLen ( ) : Single < String >
open fun rxSlowlogReset ( ) : Single < String >
open fun rxSmembers ( key : String ) : Single < JsonArray >
open fun rxSmove ( key : String , destkey : String , member : String ) : Single < String >
open fun rxSort ( key : String , options : SortOptions ) : Single < String >
open fun rxSpop ( key : String ) : Single < String >
open fun rxSpopMany ( key : String , count : Int ) : Single < String >
open fun rxSrandmember ( key : String ) : Single < String >
open fun rxSrandmemberCount ( key : String , count : Int ) : Single < String >
open fun rxSrem ( key : String , member : String ) : Single < String >
open fun rxSremMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxSscan ( key : String , cursor : String , options : ScanOptions ) : Single < String >
open fun rxStrlen ( key : String ) : Single < String >
open fun rxSubscribe ( channel : String ) : Single < String >
open fun rxSubscribeMany ( channels : MutableList < String > ) : Single < String >
open fun rxSunion ( keys : MutableList < String > ) : Single < String >
open fun rxSunionstore ( destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxSwapdb ( index1 : Int , index2 : Int ) : Single < String >
open fun rxSync ( ) : Single < String >
open fun rxTime ( ) : Single < String >
open fun rxTtl ( key : String ) : Single < String >
open fun rxType ( key : String ) : Single < String >
open fun rxUnlink ( key : String ) : Single < String >
open fun rxUnlinkMany ( keys : MutableList < String > ) : Single < String >
open fun rxUnsubscribe ( channels : MutableList < String > ) : Single < String >
open fun rxUnwatch ( ) : Single < String >
open fun rxWait ( numSlaves : Long , timeout : Long ) : Single < String >
open fun rxWatch ( key : String ) : Single < String >
open fun rxWatchMany ( keys : MutableList < String > ) : Single < String >
open fun rxZadd ( key : String , score : Double , member : String ) : Single < String >
open fun rxZaddMany ( key : String , members : MutableMap < String , Double > ) : Single < String >
open fun rxZcard ( key : String ) : Single < String >
open fun rxZcount ( key : String , min : Double , max : Double ) : Single < String >
open fun rxZincrby ( key : String , increment : Double , member : String ) : Single < String >
open fun rxZinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions ) : Single < String >
open fun rxZinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions ) : Single < String >
open fun rxZlexcount ( key : String , min : String , max : String ) : Single < String >
open fun rxZrange ( key : String , start : Long , stop : Long ) : Single < String >
open fun rxZrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions ) : Single < String >
open fun rxZrangebylex ( key : String , min : String , max : String , options : LimitOptions ) : Single < String >
open fun rxZrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions ) : Single < String >
open fun rxZrank ( key : String , member : String ) : Single < String >
open fun rxZrem ( key : String , member : String ) : Single < String >
open fun rxZremMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxZremrangebylex ( key : String , min : String , max : String ) : Single < String >
open fun rxZremrangebyrank ( key : String , start : Long , stop : Long ) : Single < String >
open fun rxZremrangebyscore ( key : String , min : String , max : String ) : Single < String >
open fun rxZrevrange ( key : String , start : Long , stop : Long , options : RangeOptions ) : Single < String >
open fun rxZrevrangebylex ( key : String , max : String , min : String , options : LimitOptions ) : Single < String >
open fun rxZrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions ) : Single < String >
open fun rxZrevrank ( key : String , member : String ) : Single < String >
open fun rxZscan ( key : String , cursor : String , options : ScanOptions ) : Single < String >
open fun rxZscore ( key : String , member : String ) : Single < String >
open fun rxZunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions ) : Single < String >
open fun rxZunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions ) : Single < String >
open fun sadd ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun saddMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun save ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scan ( cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scard ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptExists ( script : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptExistsMany ( scripts : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptFlush ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptKill ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptLoad ( script : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sdiff ( key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun select ( dbindex : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun set ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setBinary ( key : String , value : Buffer , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setBinaryWithOptions ( key : String , value : Buffer , options : SetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setWithOptions ( key : String , value : String , options : SetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setbit ( key : String , offset : Long , bit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setex ( key : String , seconds : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setnx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setrange ( key : String , offset : Int , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sinter ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sinterstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sismember ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slaveof ( host : String , port : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slaveofNoone ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slowlogGet ( limit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slowlogLen ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slowlogReset ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun smembers ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisTransaction
open fun smove ( key : String , destkey : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sort ( key : String , options : SortOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun spop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun spopMany ( key : String , count : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun srandmember ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun srandmemberCount ( key : String , count : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun srem ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun strlen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun subscribe ( channel : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun subscribeMany ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sunion ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sunionstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun swapdb ( index1 : Int , index2 : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sync ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun time ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun toString ( ) : String
open fun ttl ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun type ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun unlink ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun unlinkMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun unsubscribe ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun unwatch ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun wait ( numSlaves : Long , timeout : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun watch ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun watchMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zadd ( key : String , score : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zaddMany ( key : String , members : MutableMap < String , Double > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zcard ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zcount ( key : String , min : Double , max : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zincrby ( key : String , increment : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zlexcount ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrange ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrangebylex ( key : String , min : String , max : String , options : LimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrank ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrem ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zremrangebylex ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zremrangebyrank ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zremrangebyscore ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrevrange ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrevrangebylex ( key : String , max : String , min : String , options : LimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrevrank ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zscore ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class Repeat
open class RepeatRule : TestRule
open class ReplyException : VertxException
class ReplyFailure
open class ReportOptions
open class ReportOptionsConverter
interface Reporter < R : Any >
interface ReporterFactory
open class ReportingOptions
open class ReportingOptionsConverter
open class RequestOptions
interface RequestParameter
open class RequestParameter
open class RequestParameter
interface RequestParameters
open class RequestParameters
open class RequestParameters
class ResetOptions
open class ResolutionOptions
interface Resolver
open class ResolverImpl : Resolver
open class ResolverOptions
interface ResolverProvider
open class ResponseContentTypeHandler : Handler < RoutingContext >
open class ResponseContentTypeHandler : Handler < RoutingContext >
interface ResponseTimeHandler : Handler < RoutingContext >
open class ResponseTimeHandler : Handler < RoutingContext >
open class ResponseTimeHandler : Handler < RoutingContext >
open class ResultSetConverter
interface RouterFactory < Specification : Any >
interface RouterFactory < Specification : Any >
interface RouterFactory < Specification : Any >
open class RouterFactoryException : RuntimeException
open class RouterFactoryOptions
open class RunTestOnContext : TestRule
open class RuntimeSQLException : RuntimeException
@Target ( [AnnotationTarget.CLASS, AnnotationTarget.FILE]) class RxGen
open class RxHelper
Module Contents
RxHelper ( )
open static fun blockingScheduler ( vertx : Vertx ) : Scheduler
open static fun deployVerticle ( vertx : Vertx , verticle : Verticle ) : Observable < String >
open static fun deployVerticle ( vertx : Vertx , verticle : Verticle , options : DeploymentOptions ) : Observable < String >
open static fun get ( client : HttpClient , requestURI : String ) : Observable < HttpClientResponse >
open static fun get ( client : HttpClient , host : String , requestURI : String ) : Observable < HttpClientResponse >
open static fun get ( client : HttpClient , port : Int , host : String , requestURI : String ) : Observable < HttpClientResponse >
open static fun get ( client : HttpClient , port : Int , host : String , requestURI : String , : MultiMap ) : Observable < HttpClientResponse >
open static fun scheduler ( vertx : Vertx ) : Scheduler
open static fun scheduler ( executor : WorkerExecutor ) : Scheduler
open static fun scheduler ( context : Context ) : Scheduler
open static fun schedulerHook ( vertx : Vertx ) : RxJavaSchedulersHook
open static fun schedulerHook ( context : Context ) : RxJavaSchedulersHook
open static fun < T : Any > unmarshaller ( mappedType : Class < T > ) : Operator < T , Buffer >
open class RxHelper
open class RxHelper
open class RxHelper
Module Contents
RxHelper ( )
open static fun blockingScheduler ( vertx : Vertx ) : Scheduler
open static fun blockingScheduler ( vertx : Vertx , ordered : Boolean ) : Scheduler
open static fun < T : Any > observableFuture ( ) : ObservableFuture < T >
open static fun < T : Any > observableHandler ( ) : ObservableHandler < T >
open static fun < T : Any > observableHandler ( multi : Boolean ) : ObservableHandler < T >
open static fun scheduler ( vertx : Vertx ) : Scheduler
open static fun scheduler ( context : Context ) : Scheduler
open static fun schedulerHook ( context : Context ) : RxJavaSchedulersHook
open static fun schedulerHook ( vertx : Vertx ) : RxJavaSchedulersHook
open static fun < T : Any > toFuture ( observer : Observer < T > ) : Handler < AsyncResult < T > >
open static fun < T : Any > toFuture ( onNext : Action1 < T > ) : Handler < AsyncResult < T > >
open static fun < T : Any > toFuture ( onNext : Action1 < T > , onError : Action1 < Throwable > ) : Handler < AsyncResult < T > >
open static fun < T : Any > toFuture ( onNext : Action1 < T > , onError : Action1 < Throwable > , onComplete : Action0 ) : Handler < AsyncResult < T > >
open static fun < T : Any > toHandler ( observer : Observer < T > ) : Handler < T >
open static fun < T : Any > toHandler ( observer : Observer < T > , multi : Boolean ) : Handler < T >
open static fun < T : Any > toHandler ( onNext : Action1 < T > ) : Handler < T >
open static fun < T : Any > toObservable ( stream : ReadStream < T > ) : Observable < T >
open static fun < T : Any > toObservable ( stream : ReadStream < T > , maxBufferSize : Int ) : Observable < T >
open static fun < T : Any , R : Any > toObservable ( stream : ReadStream < T > , adapter : Function < T , R > ) : Observable < R >
open static fun < T : Any , R : Any > toObservable ( stream : ReadStream < T > , adapter : Function < T , R > , maxBufferSize : Int ) : Observable < R >
open static fun < T : Any > toReadStream ( observable : Observable < T > ) : ReadStream < T >
open static fun < T : Any > toSubscriber ( handler : Handler < AsyncResult < T > > ) : Subscriber < T >
open static fun < T : Any > unmarshaller ( mappedType : Class < T > , mapper : ObjectMapper ) : Operator < T , Buffer >
open static fun < T : Any > unmarshaller ( mappedType : Class < T > ) : Operator < T , Buffer >
open static fun < T : Any > unmarshaller ( mappedTypeRef : TypeReference < T > ) : Operator < T , Buffer >
open static fun < T : Any > unmarshaller ( mappedTypeRef : TypeReference < T > , mapper : ObjectMapper ) : Operator < T , Buffer >
open class SLF4JLogDelegate : LogDelegate
Module Contents
SLF4JLogDelegate ( logger : Any )
open fun debug ( message : Any ) : Unit
open fun debug ( message : Any , vararg params : Any ) : Unit
open fun debug ( message : Any , t : Throwable ) : Unit
open fun debug ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun error ( message : Any ) : Unit
open fun error ( message : Any , vararg params : Any ) : Unit
open fun error ( message : Any , t : Throwable ) : Unit
open fun error ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun fatal ( message : Any ) : Unit
open fun fatal ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any ) : Unit
open fun info ( message : Any , vararg params : Any ) : Unit
open fun info ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun isDebugEnabled ( ) : Boolean
open fun isInfoEnabled ( ) : Boolean
open fun isTraceEnabled ( ) : Boolean
open fun trace ( message : Any ) : Unit
open fun trace ( message : Any , vararg params : Any ) : Unit
open fun trace ( message : Any , t : Throwable ) : Unit
open fun trace ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun unwrap ( ) : Any
open fun warn ( message : Any ) : Unit
open fun warn ( message : Any , vararg params : Any ) : Unit
open fun warn ( message : Any , t : Throwable ) : Unit
open fun warn ( message : Any , t : Throwable , vararg params : Any ) : Unit
open class SLF4JLogDelegateFactory : LogDelegateFactory
open class SQLOptionsConverter
interface SQLRowStream : ReadStream < JsonArray >
open class SQLRowStream : ReadStream < JsonArray >
open class SQLRowStream : ReadStream < JsonArray >
open class SSHTermOptionsConverter
interface SalesforceAuth
open class SalesforceAuth
open class SalesforceAuth
open class ScheduledMetricsConsumer
interface Script
class ScriptDebugOptions
open class ScriptVerticle : AbstractVerticle
open class ScriptVerticle : AbstractVerticle
open class Secret
open class SecretOptionsConverter
interface SelfSignedCertificate
open class SelfSignedCertificate
open class SelfSignedCertificate
open class SendContext < T : Any >
open class Server
open class ServerOptionsBase : TCPSSLOptions
interface ServerWebSocket : WebSocketBase
open class ServerWebSocket : WebSocketBase
open class ServerWebSocket : WebSocketBase
open class ServiceBinder
open class ServiceDiscoveryOptionsConverter
open class ServiceDiscoveryRestEndpoint
open class ServiceEntryConverter
open class ServiceEntryListConverter
open class ServiceException : ReplyException
open class ServiceExceptionMessageCodec : MessageCodec < ServiceException , ServiceException >
open class ServiceExporter
open class ServiceExporter
open class ServiceHelper
open class ServiceImporter
open class ServiceImporter
open class ServiceJWTInterceptor : Function < Message < JsonObject > , Future < Message < JsonObject > > >
open class ServiceListConverter
open class ServiceOptionsConverter
open class ServiceProxyBuilder
@SupportedOptions ( []) open class ServiceProxyProcessor : CodeGenProcessor
open class ServiceQueryOptionsConverter
open class ServiceReference
open class ServiceReference
open class SessionConverter
interface SessionHandler : Handler < RoutingContext >
open class SessionHandler : Handler < RoutingContext >
open class SessionHandler : Handler < RoutingContext >
open class SessionListConverter
interface Shareable
interface SharedData
Module Contents
abstract fun < K : Any , V : Any > getAsyncMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
abstract fun < K : Any , V : Any > getClusterWideMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
abstract fun getCounter ( name : String , resultHandler : Handler < AsyncResult < Counter > > ) : Unit
abstract fun < K : Any , V : Any > getLocalMap ( name : String ) : LocalMap < K , V >
abstract fun getLock ( name : String , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
abstract fun getLockWithTimeout ( name : String , timeout : Long , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
open class SharedData
Module Contents
SharedData ( delegate : SharedData )
static val __TYPE_ARG : TypeArg < SharedData >
open fun equals ( other : Any ? ) : Boolean
open fun < K : Any , V : Any > getAsyncMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
open fun < K : Any , V : Any > getClusterWideMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
open fun getCounter ( name : String , resultHandler : Handler < AsyncResult < Counter > > ) : Unit
open fun getDelegate ( ) : SharedData
open fun < K : Any , V : Any > getLocalMap ( name : String ) : LocalMap < K , V >
open fun getLock ( name : String , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
open fun getLockWithTimeout ( name : String , timeout : Long , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : SharedData ) : SharedData
open fun < K : Any , V : Any > rxGetAsyncMap ( name : String ) : Single < AsyncMap < K , V > >
open fun < K : Any , V : Any > rxGetClusterWideMap ( name : String ) : Single < AsyncMap < K , V > >
open fun rxGetCounter ( name : String ) : Single < Counter >
open fun rxGetLock ( name : String ) : Single < Lock >
open fun rxGetLockWithTimeout ( name : String , timeout : Long ) : Single < Lock >
open fun toString ( ) : String
open class SharedData
Module Contents
SharedData ( delegate : SharedData )
static val __TYPE_ARG : TypeArg < SharedData >
open fun equals ( other : Any ? ) : Boolean
open fun < K : Any , V : Any > getAsyncMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
open fun < K : Any , V : Any > getClusterWideMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
open fun getCounter ( name : String , resultHandler : Handler < AsyncResult < Counter > > ) : Unit
open fun getDelegate ( ) : SharedData
open fun < K : Any , V : Any > getLocalMap ( name : String ) : LocalMap < K , V >
open fun getLock ( name : String , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
open fun getLockWithTimeout ( name : String , timeout : Long , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : SharedData ) : SharedData
open fun < K : Any , V : Any > rxGetAsyncMap ( name : String ) : Single < AsyncMap < K , V > >
open fun < K : Any , V : Any > rxGetClusterWideMap ( name : String ) : Single < AsyncMap < K , V > >
open fun rxGetCounter ( name : String ) : Single < Counter >
open fun rxGetLock ( name : String ) : Single < Lock >
open fun rxGetLockWithTimeout ( name : String , timeout : Long ) : Single < Lock >
open fun toString ( ) : String
interface Shell
open class Shell
open class Shell
interface ShellServer
open class ShellServer
open class ShellServer
open class ShellServerOptionsConverter
interface ShellService
open class ShellService
open class ShellService
open class ShellServiceOptionsConverter
open class ShellVerticle : AbstractVerticle
interface ShiroAuth : AuthProvider
open class ShiroAuth : AuthProvider
open class ShiroAuth : AuthProvider
open class ShiroAuthOptionsConverter
interface ShopifyAuth
open class ShopifyAuth
open class ShopifyAuth
class ShutdownOptions
interface SignalHandler
open class SignalHandler
open class SignalHandler
open class SingleHelper
open class SingleHelper
open class SingleOnSubscribeAdapter < T : Any > : OnSubscribe < T >
open class SingleUnmarshaller < T : Any , B : Any > : SingleTransformer < B , T >
Module Contents
SingleUnmarshaller ( unwrap : Function < B , Buffer > , mappedType : Class < T > )
SingleUnmarshaller ( unwrap : Function < B , Buffer > , mappedTypeRef : TypeReference < T > )
SingleUnmarshaller ( unwrap : Function < B , Buffer > , mappedType : Class < T > , mapper : ObjectMapper )
SingleUnmarshaller ( unwrap : Function < B , Buffer > , mappedTypeRef : TypeReference < T > , mapper : ObjectMapper )
open fun apply ( @NonNull upstream : @NonNull Single < B > ) : SingleSource < T >
open class Sleep : AnnotatedCommand
open class SlimVaultClient
Module Contents
SlimVaultClient ( vertx : Vertx , configuration : JsonObject )
static val TOKEN_HEADER : String
open fun close ( ) : Unit
open fun createToken ( tokenRequest : TokenRequest , resultHandler : Handler < AsyncResult < Auth > > ) : Unit
open fun delete ( path : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun getToken ( ) : String
open fun list ( path : String , resultHandler : Handler < AsyncResult < MutableList < String > > > ) : Unit
open fun loginWithAppRole ( roleId : String , secretId : String , resultHandler : Handler < AsyncResult < Auth > > ) : Unit
open fun loginWithCert ( resultHandler : Handler < AsyncResult < Auth > > ) : Unit
open fun loginWithUserCredentials ( username : String , password : String , resultHandler : Handler < AsyncResult < Auth > > ) : Unit
open fun lookupSelf ( resultHandler : Handler < AsyncResult < Lookup > > ) : Unit
open fun read ( path : String , responseHandler : Handler < AsyncResult < Secret > > ) : Unit
open fun renewSelf ( leaseDurationInSecond : Long , resultHandler : Handler < AsyncResult < Auth > > ) : Unit
open fun setToken ( token : String ) : SlimVaultClient
open fun write ( path : String , secrets : JsonObject , resultHandler : Handler < AsyncResult < Secret > > ) : Unit
class SlotCmd
interface SockJSHandler : Handler < RoutingContext >
open class SockJSHandler : Handler < RoutingContext >
open class SockJSHandler : Handler < RoutingContext >
interface SockJSTermHandler : Handler < SockJSSocket >
open class SockJSTermHandler : Handler < SockJSSocket >
open class SockJSTermHandler : Handler < SockJSSocket >
open class SocketAddress
interface SoundcloudAuth
open class SoundcloudAuth
open class SoundcloudAuth
open class SpecFeatureNotSupportedException : RuntimeException
open class SpringConfigServerStoreFactory : ConfigStoreFactory
open class SrvRecord
interface StaticHandler : Handler < RoutingContext >
open class StaticHandler : Handler < RoutingContext >
open class StaticHandler : Handler < RoutingContext >
open class Status
open class StatusConverter
interface StompClientConnection
Module Contents
abstract fun abort ( id : String ) : StompClientConnection
abstract fun abort ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun abort ( id : String , : MutableMap < String , String > ) : StompClientConnection
abstract fun abort ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun ack ( id : String ) : StompClientConnection
abstract fun ack ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun ack ( id : String , txId : String ) : StompClientConnection
abstract fun ack ( id : String , txId : String , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun beginTX ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun beginTX ( id : String ) : StompClientConnection
abstract fun beginTX ( id : String , : MutableMap < String , String > ) : StompClientConnection
abstract fun beginTX ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun close ( ) : Unit
abstract fun closeHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
abstract fun commit ( id : String ) : StompClientConnection
abstract fun commit ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun commit ( id : String , : MutableMap < String , String > ) : StompClientConnection
abstract fun commit ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun connectionDroppedHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
abstract fun disconnect ( ) : StompClientConnection
abstract fun disconnect ( receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun disconnect ( frame : Frame ) : StompClientConnection
abstract fun disconnect ( frame : Frame , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun errorHandler ( handler : Handler < Frame > ) : StompClientConnection
abstract fun exceptionHandler ( exceptionHandler : Handler < Throwable > ) : StompClientConnection
abstract fun isConnected ( ) : Boolean
abstract fun nack ( id : String ) : StompClientConnection
abstract fun nack ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun nack ( id : String , txId : String ) : StompClientConnection
abstract fun nack ( id : String , txId : String , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun pingHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
abstract fun receivedFrameHandler ( handler : Handler < Frame > ) : StompClientConnection
abstract fun send ( : MutableMap < String , String > , body : Buffer ) : StompClientConnection
abstract fun send ( headers : MutableMap < String , String > , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun send ( destination : String , body : Buffer ) : StompClientConnection
abstract fun send ( destination : String , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun send ( frame : Frame ) : StompClientConnection
abstract fun send ( frame : Frame , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun send ( destination : String , : MutableMap < String , String > , body : Buffer ) : StompClientConnection
abstract fun send ( destination : String , headers : MutableMap < String , String > , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun server ( ) : String
abstract fun session ( ) : String
abstract fun subscribe ( destination : String , handler : Handler < Frame > ) : String
abstract fun subscribe ( destination : String , handler : Handler < Frame > , receiptHandler : Handler < Frame > ) : String
abstract fun subscribe ( destination : String , headers : MutableMap < String , String > , handler : Handler < Frame > ) : String
abstract fun subscribe ( destination : String , headers : MutableMap < String , String > , handler : Handler < Frame > , receiptHandler : Handler < Frame > ) : String
abstract fun unsubscribe ( destination : String ) : StompClientConnection
abstract fun unsubscribe ( destination : String , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun unsubscribe ( destination : String , : MutableMap < String , String > ) : StompClientConnection
abstract fun unsubscribe ( destination : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun version ( ) : String
abstract fun writingFrameHandler ( handler : Handler < Frame > ) : StompClientConnection
open class StompClientConnection
Module Contents
StompClientConnection ( delegate : StompClientConnection )
static val __TYPE_ARG : TypeArg < StompClientConnection >
open fun abort ( id : String ) : StompClientConnection
open fun abort ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun abort ( id : String , : MutableMap < String , String > ) : StompClientConnection
open fun abort ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun ack ( id : String ) : StompClientConnection
open fun ack ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun ack ( id : String , txId : String ) : StompClientConnection
open fun ack ( id : String , txId : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun beginTX ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun beginTX ( id : String ) : StompClientConnection
open fun beginTX ( id : String , : MutableMap < String , String > ) : StompClientConnection
open fun beginTX ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun close ( ) : Unit
open fun closeHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
open fun commit ( id : String ) : StompClientConnection
open fun commit ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun commit ( id : String , : MutableMap < String , String > ) : StompClientConnection
open fun commit ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun connectionDroppedHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
open fun disconnect ( ) : StompClientConnection
open fun disconnect ( receiptHandler : Handler < Frame > ) : StompClientConnection
open fun disconnect ( frame : Frame ) : StompClientConnection
open fun disconnect ( frame : Frame , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun equals ( other : Any ? ) : Boolean
open fun errorHandler ( handler : Handler < Frame > ) : StompClientConnection
open fun exceptionHandler ( exceptionHandler : Handler < Throwable > ) : StompClientConnection
open fun getDelegate ( ) : StompClientConnection
open fun hashCode ( ) : Int
open fun isConnected ( ) : Boolean
open fun nack ( id : String ) : StompClientConnection
open fun nack ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun nack ( id : String , txId : String ) : StompClientConnection
open fun nack ( id : String , txId : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open static fun newInstance ( arg : StompClientConnection ) : StompClientConnection
open fun pingHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
open fun receivedFrameHandler ( handler : Handler < Frame > ) : StompClientConnection
open fun send ( : MutableMap < String , String > , body : Buffer ) : StompClientConnection
open fun send ( headers : MutableMap < String , String > , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun send ( destination : String , body : Buffer ) : StompClientConnection
open fun send ( destination : String , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun send ( frame : Frame ) : StompClientConnection
open fun send ( frame : Frame , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun send ( destination : String , : MutableMap < String , String > , body : Buffer ) : StompClientConnection
open fun send ( destination : String , headers : MutableMap < String , String > , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun server ( ) : String
open fun session ( ) : String
open fun subscribe ( destination : String , handler : Handler < Frame > ) : String
open fun subscribe ( destination : String , handler : Handler < Frame > , receiptHandler : Handler < Frame > ) : String
open fun subscribe ( destination : String , headers : MutableMap < String , String > , handler : Handler < Frame > ) : String
open fun subscribe ( destination : String , headers : MutableMap < String , String > , handler : Handler < Frame > , receiptHandler : Handler < Frame > ) : String
open fun toString ( ) : String
open fun unsubscribe ( destination : String ) : StompClientConnection
open fun unsubscribe ( destination : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun unsubscribe ( destination : String , : MutableMap < String , String > ) : StompClientConnection
open fun unsubscribe ( destination : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun version ( ) : String
open fun writingFrameHandler ( handler : Handler < Frame > ) : StompClientConnection
open class StompClientConnection
Module Contents
StompClientConnection ( delegate : StompClientConnection )
static val __TYPE_ARG : TypeArg < StompClientConnection >
open fun abort ( id : String ) : StompClientConnection
open fun abort ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun abort ( id : String , : MutableMap < String , String > ) : StompClientConnection
open fun abort ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun ack ( id : String ) : StompClientConnection
open fun ack ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun ack ( id : String , txId : String ) : StompClientConnection
open fun ack ( id : String , txId : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun beginTX ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun beginTX ( id : String ) : StompClientConnection
open fun beginTX ( id : String , : MutableMap < String , String > ) : StompClientConnection
open fun beginTX ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun close ( ) : Unit
open fun closeHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
open fun commit ( id : String ) : StompClientConnection
open fun commit ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun commit ( id : String , : MutableMap < String , String > ) : StompClientConnection
open fun commit ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun connectionDroppedHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
open fun disconnect ( ) : StompClientConnection
open fun disconnect ( receiptHandler : Handler < Frame > ) : StompClientConnection
open fun disconnect ( frame : Frame ) : StompClientConnection
open fun disconnect ( frame : Frame , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun equals ( other : Any ? ) : Boolean
open fun errorHandler ( handler : Handler < Frame > ) : StompClientConnection
open fun exceptionHandler ( exceptionHandler : Handler < Throwable > ) : StompClientConnection
open fun getDelegate ( ) : StompClientConnection
open fun hashCode ( ) : Int
open fun isConnected ( ) : Boolean
open fun nack ( id : String ) : StompClientConnection
open fun nack ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun nack ( id : String , txId : String ) : StompClientConnection
open fun nack ( id : String , txId : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open static fun newInstance ( arg : StompClientConnection ) : StompClientConnection
open fun pingHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
open fun receivedFrameHandler ( handler : Handler < Frame > ) : StompClientConnection
open fun send ( : MutableMap < String , String > , body : Buffer ) : StompClientConnection
open fun send ( headers : MutableMap < String , String > , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun send ( destination : String , body : Buffer ) : StompClientConnection
open fun send ( destination : String , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun send ( frame : Frame ) : StompClientConnection
open fun send ( frame : Frame , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun send ( destination : String , : MutableMap < String , String > , body : Buffer ) : StompClientConnection
open fun send ( destination : String , headers : MutableMap < String , String > , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun server ( ) : String
open fun session ( ) : String
open fun subscribe ( destination : String , handler : Handler < Frame > ) : String
open fun subscribe ( destination : String , handler : Handler < Frame > , receiptHandler : Handler < Frame > ) : String
open fun subscribe ( destination : String , headers : MutableMap < String , String > , handler : Handler < Frame > ) : String
open fun subscribe ( destination : String , headers : MutableMap < String , String > , handler : Handler < Frame > , receiptHandler : Handler < Frame > ) : String
open fun toString ( ) : String
open fun unsubscribe ( destination : String ) : StompClientConnection
open fun unsubscribe ( destination : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun unsubscribe ( destination : String , : MutableMap < String , String > ) : StompClientConnection
open fun unsubscribe ( destination : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun version ( ) : String
open fun writingFrameHandler ( handler : Handler < Frame > ) : StompClientConnection
open class StompClientOptionsConverter
interface StompServer
open class StompServer
open class StompServer
open class StompServerOptionsConverter
interface StreamBase
open class StreamResetException : VertxException
class StringConverter : Converter < String >
interface StripeAuth
open class StripeAuth
open class StripeAuth
@Target ( [AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Summary
interface SuspendableRunnable
open class Sync
abstract class SyncVerticle : AbstractVerticle
interface TCPMetrics < S : Any > : NetworkMetrics < S >
interface TcpEventBusBridge
Module Contents
abstract fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
abstract fun close ( ) : Unit
open static fun create ( vertx : Vertx ) : TcpEventBusBridge
open static fun create ( vertx : Vertx , options : BridgeOptions ) : TcpEventBusBridge
open static fun create ( vertx : Vertx , options : BridgeOptions , netServerOptions : NetServerOptions ) : TcpEventBusBridge
open static fun create ( vertx : Vertx , options : BridgeOptions , netServerOptions : NetServerOptions , eventHandler : Handler < BridgeEvent > ) : TcpEventBusBridge
abstract fun listen ( ) : TcpEventBusBridge
abstract fun listen ( handler : Handler < AsyncResult < TcpEventBusBridge > > ) : TcpEventBusBridge
abstract fun listen ( port : Int , address : String ) : TcpEventBusBridge
abstract fun listen ( port : Int , address : String , handler : Handler < AsyncResult < TcpEventBusBridge > > ) : TcpEventBusBridge
abstract fun listen ( port : Int ) : TcpEventBusBridge
abstract fun listen ( port : Int , handler : Handler < AsyncResult < TcpEventBusBridge > > ) : TcpEventBusBridge
open class TcpEventBusBridge
Module Contents
TcpEventBusBridge ( delegate : TcpEventBusBridge )
static val __TYPE_ARG : TypeArg < TcpEventBusBridge >
open fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun close ( ) : Unit
open static fun create ( vertx : Vertx ) : TcpEventBusBridge
open static fun create ( vertx : Vertx , options : BridgeOptions ) : TcpEventBusBridge
open static fun create ( vertx : Vertx , options : BridgeOptions , netServerOptions : NetServerOptions ) : TcpEventBusBridge
open static fun create ( vertx : Vertx , options : BridgeOptions , netServerOptions : NetServerOptions , eventHandler : Handler < BridgeEvent > ) : TcpEventBusBridge
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : TcpEventBusBridge
open fun hashCode ( ) : Int
open fun listen ( ) : TcpEventBusBridge
open fun listen ( handler : Handler < AsyncResult < TcpEventBusBridge > > ) : TcpEventBusBridge
open fun listen ( port : Int , address : String ) : TcpEventBusBridge
open fun listen ( port : Int , address : String , handler : Handler < AsyncResult < TcpEventBusBridge > > ) : TcpEventBusBridge
open fun listen ( port : Int ) : TcpEventBusBridge
open fun listen ( port : Int , handler : Handler < AsyncResult < TcpEventBusBridge > > ) : TcpEventBusBridge
open static fun newInstance ( arg : TcpEventBusBridge ) : TcpEventBusBridge
open fun rxClose ( ) : Single < Void >
open fun rxListen ( ) : Single < TcpEventBusBridge >
open fun rxListen ( port : Int , address : String ) : Single < TcpEventBusBridge >
open fun rxListen ( port : Int ) : Single < TcpEventBusBridge >
open fun toString ( ) : String
open class TcpEventBusBridge_GroovyStaticExtension
Module Contents
TcpEventBusBridge_GroovyStaticExtension ( )
open static fun create ( j_receiver : TcpEventBusBridge , vertx : Vertx , options : MutableMap < String , Any > ) : TcpEventBusBridge
open static fun create ( j_receiver : TcpEventBusBridge , vertx : Vertx , options : MutableMap < String , Any > , netServerOptions : MutableMap < String , Any > ) : TcpEventBusBridge
open static fun create ( j_receiver : TcpEventBusBridge , vertx : Vertx , options : MutableMap < String , Any > , netServerOptions : MutableMap < String , Any > , eventHandler : Handler < BridgeEvent > ) : TcpEventBusBridge
open class TelnetTermOptionsConverter
interface TemplateHandler : Handler < RoutingContext >
open class TemplateHandler : Handler < RoutingContext >
open class TemplateHandler : Handler < RoutingContext >
interface TermServer
open class TermServer
open class TermServer
interface TestCase
open class TestCase
open class TestCase
interface TestCaseReport
open class TestCaseReport
open class TestCaseReport
interface TestCompletion : Completion < Void >
open class TestCompletion : Completion < Void >
open class TestCompletion : Completion < Void >
interface TestContext
Module Contents
abstract fun assertEquals ( expected : Any , actual : Any ) : TestContext
abstract fun assertEquals ( expected : Any , actual : Any , message : String ) : TestContext
abstract fun assertFalse ( condition : Boolean ) : TestContext
abstract fun assertFalse ( condition : Boolean , message : String ) : TestContext
abstract fun assertInRange ( expected : Double , actual : Double , delta : Double ) : TestContext
abstract fun assertInRange ( expected : Double , actual : Double , delta : Double , message : String ) : TestContext
abstract fun assertNotEquals ( first : Any , second : Any ) : TestContext
abstract fun assertNotEquals ( first : Any , second : Any , message : String ) : TestContext
abstract fun assertNotNull ( expected : Any ) : TestContext
abstract fun assertNotNull ( expected : Any , message : String ) : TestContext
abstract fun assertNull ( expected : Any ) : TestContext
abstract fun assertNull ( expected : Any , message : String ) : TestContext
abstract fun assertTrue ( condition : Boolean ) : TestContext
abstract fun assertTrue ( condition : Boolean , message : String ) : TestContext
abstract fun async ( ) : Async
abstract fun async ( count : Int ) : Async
abstract fun < T : Any > asyncAssertFailure ( ) : Handler < AsyncResult < T > >
abstract fun < T : Any > asyncAssertFailure ( causeHandler : Handler < Throwable > ) : Handler < AsyncResult < T > >
abstract fun < T : Any > asyncAssertSuccess ( ) : Handler < AsyncResult < T > >
abstract fun < T : Any > asyncAssertSuccess ( resultHandler : Handler < T > ) : Handler < AsyncResult < T > >
abstract fun exceptionHandler ( ) : Handler < Throwable >
abstract fun fail ( ) : Unit
abstract fun fail ( message : String ) : Unit
abstract fun fail ( cause : Throwable ) : Unit
abstract fun < T : Any > get ( key : String ) : T
abstract fun < T : Any > put ( key : String , value : Any ) : T
abstract fun < T : Any > remove ( key : String ) : T
abstract fun strictAsync ( count : Int ) : Async
abstract fun verify ( block : Handler < Void > ) : TestContext
open class TestContext
Module Contents
TestContext ( delegate : TestContext )
static val __TYPE_ARG : TypeArg < TestContext >
open fun assertEquals ( expected : Any , actual : Any ) : TestContext
open fun assertEquals ( expected : Any , actual : Any , message : String ) : TestContext
open fun assertFalse ( condition : Boolean ) : TestContext
open fun assertFalse ( condition : Boolean , message : String ) : TestContext
open fun assertInRange ( expected : Double , actual : Double , delta : Double ) : TestContext
open fun assertInRange ( expected : Double , actual : Double , delta : Double , message : String ) : TestContext
open fun assertNotEquals ( first : Any , second : Any ) : TestContext
open fun assertNotEquals ( first : Any , second : Any , message : String ) : TestContext
open fun assertNotNull ( expected : Any ) : TestContext
open fun assertNotNull ( expected : Any , message : String ) : TestContext
open fun assertNull ( expected : Any ) : TestContext
open fun assertNull ( expected : Any , message : String ) : TestContext
open fun assertTrue ( condition : Boolean ) : TestContext
open fun assertTrue ( condition : Boolean , message : String ) : TestContext
open fun async ( ) : Async
open fun async ( count : Int ) : Async
open fun < T : Any > asyncAssertFailure ( ) : Handler < AsyncResult < T > >
open fun < T : Any > asyncAssertFailure ( causeHandler : Handler < Throwable > ) : Handler < AsyncResult < T > >
open fun < T : Any > asyncAssertSuccess ( ) : Handler < AsyncResult < T > >
open fun < T : Any > asyncAssertSuccess ( resultHandler : Handler < T > ) : Handler < AsyncResult < T > >
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( ) : Handler < Throwable >
open fun fail ( ) : Unit
open fun fail ( message : String ) : Unit
open fun fail ( cause : Throwable ) : Unit
open fun < T : Any > get ( key : String ) : T
open fun getDelegate ( ) : TestContext
open fun hashCode ( ) : Int
open static fun newInstance ( arg : TestContext ) : TestContext
open fun < T : Any > put ( key : String , value : Any ) : T
open fun < T : Any > remove ( key : String ) : T
open fun strictAsync ( count : Int ) : Async
open fun toString ( ) : String
open fun verify ( block : Handler < Void > ) : TestContext
open class TestContext
Module Contents
TestContext ( delegate : TestContext )
static val __TYPE_ARG : TypeArg < TestContext >
open fun assertEquals ( expected : Any , actual : Any ) : TestContext
open fun assertEquals ( expected : Any , actual : Any , message : String ) : TestContext
open fun assertFalse ( condition : Boolean ) : TestContext
open fun assertFalse ( condition : Boolean , message : String ) : TestContext
open fun assertInRange ( expected : Double , actual : Double , delta : Double ) : TestContext
open fun assertInRange ( expected : Double , actual : Double , delta : Double , message : String ) : TestContext
open fun assertNotEquals ( first : Any , second : Any ) : TestContext
open fun assertNotEquals ( first : Any , second : Any , message : String ) : TestContext
open fun assertNotNull ( expected : Any ) : TestContext
open fun assertNotNull ( expected : Any , message : String ) : TestContext
open fun assertNull ( expected : Any ) : TestContext
open fun assertNull ( expected : Any , message : String ) : TestContext
open fun assertTrue ( condition : Boolean ) : TestContext
open fun assertTrue ( condition : Boolean , message : String ) : TestContext
open fun async ( ) : Async
open fun async ( count : Int ) : Async
open fun < T : Any > asyncAssertFailure ( ) : Handler < AsyncResult < T > >
open fun < T : Any > asyncAssertFailure ( causeHandler : Handler < Throwable > ) : Handler < AsyncResult < T > >
open fun < T : Any > asyncAssertSuccess ( ) : Handler < AsyncResult < T > >
open fun < T : Any > asyncAssertSuccess ( resultHandler : Handler < T > ) : Handler < AsyncResult < T > >
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( ) : Handler < Throwable >
open fun fail ( ) : Unit
open fun fail ( message : String ) : Unit
open fun fail ( cause : Throwable ) : Unit
open fun < T : Any > get ( key : String ) : T
open fun getDelegate ( ) : TestContext
open fun hashCode ( ) : Int
open static fun newInstance ( arg : TestContext ) : TestContext
open fun < T : Any > put ( key : String , value : Any ) : T
open fun < T : Any > remove ( key : String ) : T
open fun strictAsync ( count : Int ) : Async
open fun toString ( ) : String
open fun verify ( block : Handler < Void > ) : TestContext
open class TestOptions : ReportingOptions
open class TestOptionsConverter
interface TestResult
open class TestResult
open class TestResult
interface TestSuite
open class TestSuite
open class TestSuite
interface TestSuiteReport : ReadStream < TestCaseReport >
open class TestSuiteReport : ReadStream < TestCaseReport >
open class TestSuiteReport : ReadStream < TestCaseReport >
open class ThroughputMeter : Meter
open class ThroughputTimer : Timer
interface ThymeleafTemplateEngine : TemplateEngine
open class ThymeleafTemplateEngine : TemplateEngine
open class ThymeleafTemplateEngine : TemplateEngine
open class Timeout : TestRule
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Timeout
interface TimeoutHandler : Handler < RoutingContext >
open class TimeoutHandler : Handler < RoutingContext >
open class TimeoutHandler : Handler < RoutingContext >
interface TimeoutStream : ReadStream < Long >
open class TimeoutStream : ReadStream < Long >
open class TimeoutStream : ReadStream < Long >
open class TokenRequest
open class TokenRequestConverter
class Transport
interface TwitterAuth
open class TwitterAuth
open class TwitterAuth
open class TxnErrorConverter
open class TxnKVOperationConverter
class TxnOperationType
open class TypeArg < T : Any >
open class TypedArgument < T : Any > : Argument
open class TypedOption < T : Any > : Option
abstract class UnmarshallerOperator < T : Any , B : Any > : Operator < T , B >
open class UpdateResultConverter
open class UsageMessageFormatter
Module Contents
UsageMessageFormatter ( )
static val DEFAULT_ARG_NAME : String
static val DEFAULT_DESC_PAD : Int
static val DEFAULT_LEFT_PAD : Int
static val DEFAULT_LONG_OPT_PREFIX : String
static val DEFAULT_LONG_OPT_SEPARATOR : String
static val DEFAULT_OPT_PREFIX : String
static val DEFAULT_USAGE_PREFIX : String
static val DEFAULT_WIDTH : Int
open fun buildWrapped ( buffer : StringBuilder , text : String ) : Unit
open fun buildWrapped ( buffer : StringBuilder , nextLineTabStop : Int , text : String ) : Unit
open fun computeOptionsAndArguments ( buffer : StringBuilder , options : MutableList < Option > , arguments : MutableList < Argument > ) : Unit
open fun computeUsage ( buffer : StringBuilder , cmdLineSyntax : String ) : Unit
open fun computeUsageLine ( buffer : StringBuilder , prefix : String , cli : CLI ) : Unit
open static fun createPadding ( len : Int ) : String
open static fun findWrapPos ( text : String , width : Int , startPos : Int ) : Int
open fun getArgName ( ) : String
open fun getDescPadding ( ) : Int
open fun getLeftPadding ( ) : Int
open fun getLongOptionPrefix ( ) : String
open fun getLongOptionSeparator ( ) : String
open fun getNewLine ( ) : String
open fun getOptionComparator ( ) : Comparator < Option >
open fun getOptionPrefix ( ) : String
open fun getUsagePrefix ( ) : String
open fun getWidth ( ) : Int
open static fun isNullOrEmpty ( s : String ) : Boolean
open fun renderWrappedTextBlock ( sb : StringBuilder , width : Int , nextLineTabStop : Int , text : String ) : Appendable
open static fun rtrim ( s : String ) : String
open fun setArgName ( name : String ) : Unit
open fun setDescPadding ( padding : Int ) : Unit
open fun setLeftPadding ( padding : Int ) : Unit
open fun setLongOptionPrefix ( prefix : String ) : Unit
open fun setLongOptionSeparator ( longOptSeparator : String ) : Unit
open fun setNewLine ( newline : String ) : Unit
open fun setOptionComparator ( comparator : Comparator < Option > ) : Unit
open fun setOptionPrefix ( prefix : String ) : Unit
open fun setUsagePrefix ( prefix : String ) : Unit
open fun setWidth ( width : Int ) : Unit
open fun usage ( builder : StringBuilder , cli : CLI ) : Unit
open fun usage ( builder : StringBuilder , prefix : String , cli : CLI ) : Unit
interface UserSessionHandler : Handler < RoutingContext >
open class UserSessionHandler : Handler < RoutingContext >
open class UserSessionHandler : Handler < RoutingContext >
open class ValidationException : VertxException
Module Contents
ValidationException ( message : String , error : ErrorType )
ValidationException ( error : ErrorType )
ValidationException ( message : String )
class ErrorType
open class ValidationExceptionFactory
Module Contents
ValidationExceptionFactory ( )
open static fun generateDeserializationError ( message : String ) : ValidationException
open static fun generateEmptyValueValidationException ( parameterName : String , rule : ParameterValidationRule , location : ParameterLocation ) : ValidationException
open static fun generateFileNotFoundValidationException ( filename : String , contentType : String ) : ValidationException
open static fun generateInvalidJsonBodyException ( message : String ) : ValidationException
open static fun generateInvalidXMLBodyException ( message : String ) : ValidationException
open static fun generateNotFoundValidationException ( parameterName : String , location : ParameterLocation ) : ValidationException
open static fun generateNotMatchValidationException ( parameterName : String , value : String , validationRule : ParameterValidationRule ) : ValidationException
open static fun generateNotMatchValidationException ( message : String ) : ValidationException
open static fun generateNotParsableJsonBodyException ( message : String ) : ValidationException
open static fun generateObjectFieldNotFound ( fieldName : String ) : ValidationException
open static fun generateUnexpectedArraySizeValidationException ( maxItems : Int , minItems : Int , actualSize : Int ) : ValidationException
open static fun generateUnexpectedArrayValidationException ( parameterName : String , validationRule : ParameterValidationRule ) : ValidationException
open static fun generateUnexpectedSingleStringValidationException ( parameterName : String , validationRule : ParameterValidationRule ) : ValidationException
open static fun generateWrongContentTypeExpected ( actualContentType : String , expectedContentType : String ) : ValidationException
open fun parameterName ( ) : String
open fun setParameterName ( parameterName : String ) : Unit
open fun setValidationRule ( validationRule : ParameterValidationRule ) : Unit
open fun setValue ( value : String ) : Unit
open fun toString ( ) : String
open fun type ( ) : ErrorType
open fun validationRule ( ) : ParameterValidationRule
open fun value ( ) : String
interface ValidationHandler : Handler < RoutingContext >
interface ValidationHandler : Handler < RoutingContext >
interface ValidationHandler : Handler < RoutingContext >
class ValidationPolicy
class ValueOfBasedConverter < T : Any > : Converter < T >
open class VaultConfigStore : ConfigStore
open class VaultConfigStoreFactory : ConfigStoreFactory
open class VaultException : Exception
open class VerticleDeploy : AnnotatedCommand
open class VerticleFactories : AnnotatedCommand
open class VerticleLs : AnnotatedCommand
object VerticleScriptDefinition : KotlinScriptDefinition
open class VerticleUndeploy : AnnotatedCommand
open class Vertx : Measured
Module Contents
Vertx ( delegate : Vertx )
static val __TYPE_ARG : TypeArg < Vertx >
open fun cancelTimer ( id : Long ) : Boolean
open fun close ( ) : Unit
open fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun clusteredVertx ( options : VertxOptions , resultHandler : Handler < AsyncResult < Vertx > > ) : Unit
open fun createDatagramSocket ( options : DatagramSocketOptions ) : DatagramSocket
open fun createDatagramSocket ( ) : DatagramSocket
open fun createDnsClient ( port : Int , host : String ) : DnsClient
open fun createDnsClient ( ) : DnsClient
open fun createDnsClient ( options : DnsClientOptions ) : DnsClient
open fun createHttpClient ( options : HttpClientOptions ) : HttpClient
open fun createHttpClient ( ) : HttpClient
open fun createHttpServer ( options : HttpServerOptions ) : HttpServer
open fun createHttpServer ( ) : HttpServer
open fun createNetClient ( options : NetClientOptions ) : NetClient
open fun createNetClient ( ) : NetClient
open fun createNetServer ( options : NetServerOptions ) : NetServer
open fun createNetServer ( ) : NetServer
open fun createSharedWorkerExecutor ( name : String ) : WorkerExecutor
open fun createSharedWorkerExecutor ( name : String , poolSize : Int ) : WorkerExecutor
open fun createSharedWorkerExecutor ( name : String , poolSize : Int , maxExecuteTime : Long ) : WorkerExecutor
open static fun currentContext ( ) : Context
open fun deployVerticle ( name : String ) : Unit
open fun deployVerticle ( name : String , completionHandler : Handler < AsyncResult < String > > ) : Unit
open fun deployVerticle ( name : String , options : DeploymentOptions ) : Unit
open fun deployVerticle ( name : String , options : DeploymentOptions , completionHandler : Handler < AsyncResult < String > > ) : Unit
open fun deploymentIDs ( ) : MutableSet < String >
open fun equals ( other : Any ? ) : Boolean
open fun eventBus ( ) : EventBus
open fun exceptionHandler ( handler : Handler < Throwable > ) : Vertx
open fun < T : Any > executeBlocking ( blockingCodeHandler : Handler < Future < T > > , ordered : Boolean , resultHandler : Handler < AsyncResult < T > > ) : Unit
open fun < T : Any > executeBlocking ( blockingCodeHandler : Handler < Future < T > > , resultHandler : Handler < AsyncResult < T > > ) : Unit
open fun fileSystem ( ) : FileSystem
open fun getDelegate ( ) : Vertx
open fun getOrCreateContext ( ) : Context
open fun hashCode ( ) : Int
open fun isClustered ( ) : Boolean
open fun isMetricsEnabled ( ) : Boolean
open fun isNativeTransportEnabled ( ) : Boolean
open static fun newInstance ( arg : Vertx ) : Vertx
open fun periodicStream ( delay : Long ) : TimeoutStream
open fun runOnContext ( action : Handler < Void > ) : Unit
open fun rxClose ( ) : Completable
open static fun rxClusteredVertx ( options : VertxOptions ) : Single < Vertx >
open fun rxDeployVerticle ( name : String ) : Single < String >
open fun rxDeployVerticle ( name : String , options : DeploymentOptions ) : Single < String >
open fun < T : Any > rxExecuteBlocking ( blockingCodeHandler : Handler < Future < T > > , ordered : Boolean ) : Single < T >
open fun < T : Any > rxExecuteBlocking ( blockingCodeHandler : Handler < Future < T > > ) : Single < T >
open fun rxUndeploy ( deploymentID : String ) : Completable
open fun setPeriodic ( delay : Long , handler : Handler < Long > ) : Long
open fun setTimer ( delay : Long , handler : Handler < Long > ) : Long
open fun sharedData ( ) : SharedData
open fun timerStream ( delay : Long ) : TimeoutStream
open fun toString ( ) : String
open fun undeploy ( deploymentID : String ) : Unit
open fun undeploy ( deploymentID : String , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun vertx ( ) : Vertx
open static fun vertx ( options : VertxOptions ) : Vertx
open class VertxChannelBuilder : ManagedChannelBuilder < VertxChannelBuilder >
interface VertxContextPRNG
open class VertxContextPRNG
open class VertxContextPRNG
class VertxExtension : ParameterResolver , BeforeTestExecutionCallback , AfterTestExecutionCallback , BeforeEachCallback , AfterEachCallback , BeforeAllCallback , AfterAllCallback
open class VertxExtensionMethodBoostrap
open class VertxExtensionModule : ExtensionModule
interface VertxFactory
open class VertxHawkularOptionsConverter
open class VertxInfluxDbOptions
open class VertxInfluxDbOptionsConverter
open class VertxJmxMetricsOptions
open class VertxJmxMetricsOptionsConverter
open class VertxLoggerFormatter : Formatter
interface VertxMetrics : Metrics , Measured
Module Contents
abstract fun createMetrics ( eventBus : EventBus ) : EventBusMetrics < Any >
abstract fun createMetrics ( server : HttpServer , localAddress : SocketAddress , options : HttpServerOptions ) : HttpServerMetrics < * , * , * >
abstract fun createMetrics ( client : HttpClient , options : HttpClientOptions ) : HttpClientMetrics < * , * , * , * , * >
abstract fun createMetrics ( localAddress : SocketAddress , options : NetServerOptions ) : TCPMetrics < * >
abstract fun createMetrics ( options : NetClientOptions ) : TCPMetrics < * >
abstract fun createMetrics ( socket : DatagramSocket , options : DatagramSocketOptions ) : DatagramSocketMetrics
abstract fun < P : Any > createMetrics ( pool : P , poolType : String , poolName : String , maxPoolSize : Int ) : PoolMetrics < * >
open fun eventBusInitialized ( bus : EventBus ) : Unit
abstract fun timerCreated ( id : Long ) : Unit
abstract fun timerEnded ( id : Long , cancelled : Boolean ) : Unit
abstract fun verticleDeployed ( verticle : Verticle ) : Unit
abstract fun verticleUndeployed ( verticle : Verticle ) : Unit
interface VertxMetricsFactory
open class VertxOptions
open class VertxPrometheusOptions
open class VertxPrometheusOptionsConverter
open class VertxSerdes : Serdes
open class VertxServer : Server
open class VertxServerBuilder : ServerBuilder < VertxServerBuilder >
class VertxTestContext
open class VertxTransformation : ASTTransformation
open class VertxUnitRunner : BlockJUnit4ClassRunner
open class VertxUnitRunnerWithParameters : VertxUnitRunner
open class VertxUnitRunnerWithParametersFactory : ParametersRunnerFactory
interface VirtualHostHandler : Handler < RoutingContext >
open class VirtualHostHandler : Handler < RoutingContext >
open class VirtualHostHandler : Handler < RoutingContext >
interface Watch < T : Any >
Module Contents
open static fun events ( event : String , vertx : Vertx ) : Watch < EventList >
open static fun events ( event : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < EventList >
open static fun key ( key : String , vertx : Vertx ) : Watch < KeyValue >
open static fun key ( key : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < KeyValue >
open static fun keyPrefix ( keyPrefix : String , vertx : Vertx ) : Watch < KeyValueList >
open static fun keyPrefix ( keyPrefix : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < KeyValueList >
open static fun nodes ( vertx : Vertx ) : Watch < NodeList >
open static fun nodes ( vertx : Vertx , options : ConsulClientOptions ) : Watch < NodeList >
open static fun service ( service : String , vertx : Vertx ) : Watch < ServiceEntryList >
open static fun service ( service : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < ServiceEntryList >
open static fun services ( vertx : Vertx ) : Watch < ServiceList >
open static fun services ( vertx : Vertx , options : ConsulClientOptions ) : Watch < ServiceList >
abstract fun setHandler ( handler : Handler < WatchResult < T > > ) : Watch < T >
abstract fun start ( ) : Watch < T >
abstract fun stop ( ) : Unit
open class Watch < T : Any >
Module Contents
Watch ( delegate : Watch < Any > )
Watch ( delegate : Watch < Any > , typeArg_0 : TypeArg < T > )
static val __TYPE_ARG : TypeArg < Watch < Any > >
val __typeArg_0 : TypeArg < T >
open fun equals ( other : Any ? ) : Boolean
open static fun events ( event : String , vertx : Vertx ) : Watch < EventList >
open static fun events ( event : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < EventList >
open fun getDelegate ( ) : Watch < Any >
open fun hashCode ( ) : Int
open static fun key ( key : String , vertx : Vertx ) : Watch < KeyValue >
open static fun key ( key : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < KeyValue >
open static fun keyPrefix ( keyPrefix : String , vertx : Vertx ) : Watch < KeyValueList >
open static fun keyPrefix ( keyPrefix : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < KeyValueList >
open static fun < T : Any > newInstance ( arg : Watch < Any > ) : Watch < T >
open static fun < T : Any > newInstance ( arg : Watch < Any > , __typeArg_T : TypeArg < T > ) : Watch < T >
open static fun nodes ( vertx : Vertx ) : Watch < NodeList >
open static fun nodes ( vertx : Vertx , options : ConsulClientOptions ) : Watch < NodeList >
open static fun service ( service : String , vertx : Vertx ) : Watch < ServiceEntryList >
open static fun service ( service : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < ServiceEntryList >
open static fun services ( vertx : Vertx ) : Watch < ServiceList >
open static fun services ( vertx : Vertx , options : ConsulClientOptions ) : Watch < ServiceList >
open fun setHandler ( handler : Handler < WatchResult < T > > ) : Watch < T >
open fun start ( ) : Watch < T >
open fun stop ( ) : Unit
open fun toString ( ) : String
open class Watch < T : Any >
Module Contents
Watch ( delegate : Watch < Any > )
Watch ( delegate : Watch < Any > , typeArg_0 : TypeArg < T > )
static val __TYPE_ARG : TypeArg < Watch < Any > >
val __typeArg_0 : TypeArg < T >
open fun equals ( other : Any ? ) : Boolean
open static fun events ( event : String , vertx : Vertx ) : Watch < EventList >
open static fun events ( event : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < EventList >
open fun getDelegate ( ) : Watch < Any >
open fun hashCode ( ) : Int
open static fun key ( key : String , vertx : Vertx ) : Watch < KeyValue >
open static fun key ( key : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < KeyValue >
open static fun keyPrefix ( keyPrefix : String , vertx : Vertx ) : Watch < KeyValueList >
open static fun keyPrefix ( keyPrefix : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < KeyValueList >
open static fun < T : Any > newInstance ( arg : Watch < Any > ) : Watch < T >
open static fun < T : Any > newInstance ( arg : Watch < Any > , __typeArg_T : TypeArg < T > ) : Watch < T >
open static fun nodes ( vertx : Vertx ) : Watch < NodeList >
open static fun nodes ( vertx : Vertx , options : ConsulClientOptions ) : Watch < NodeList >
open static fun service ( service : String , vertx : Vertx ) : Watch < ServiceEntryList >
open static fun service ( service : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < ServiceEntryList >
open static fun services ( vertx : Vertx ) : Watch < ServiceList >
open static fun services ( vertx : Vertx , options : ConsulClientOptions ) : Watch < ServiceList >
open fun setHandler ( handler : Handler < WatchResult < T > > ) : Watch < T >
open fun start ( ) : Watch < T >
open fun stop ( ) : Unit
open fun toString ( ) : String
open class WebClient
Module Contents
WebClient ( delegate : WebClient )
static val __TYPE_ARG : TypeArg < WebClient >
open fun close ( ) : Unit
open static fun create ( vertx : Vertx ) : WebClient
open static fun create ( vertx : Vertx , options : WebClientOptions ) : WebClient
open fun delete ( requestURI : String ) : HttpRequest < Buffer >
open fun delete ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun delete ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun deleteAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun equals ( other : Any ? ) : Boolean
open fun get ( requestURI : String ) : HttpRequest < Buffer >
open fun get ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun get ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun getAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun getDelegate ( ) : WebClient
open fun hashCode ( ) : Int
open fun head ( requestURI : String ) : HttpRequest < Buffer >
open fun head ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun head ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun headAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open static fun newInstance ( arg : WebClient ) : WebClient
open fun patch ( requestURI : String ) : HttpRequest < Buffer >
open fun patch ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun patch ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun patchAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun post ( requestURI : String ) : HttpRequest < Buffer >
open fun post ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun post ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun postAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun put ( requestURI : String ) : HttpRequest < Buffer >
open fun put ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun put ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun putAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun request ( method : HttpMethod , port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun request ( method : HttpMethod , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun request ( method : HttpMethod , requestURI : String ) : HttpRequest < Buffer >
open fun request ( method : HttpMethod , options : RequestOptions ) : HttpRequest < Buffer >
open fun requestAbs ( method : HttpMethod , absoluteURI : String ) : HttpRequest < Buffer >
open fun toString ( ) : String
open static fun wrap ( httpClient : HttpClient ) : WebClient
open static fun wrap ( httpClient : HttpClient , options : WebClientOptions ) : WebClient
open class WebClient
Module Contents
WebClient ( delegate : WebClient )
static val __TYPE_ARG : TypeArg < WebClient >
open fun close ( ) : Unit
open static fun create ( vertx : Vertx ) : WebClient
open static fun create ( vertx : Vertx , options : WebClientOptions ) : WebClient
open fun delete ( requestURI : String ) : HttpRequest < Buffer >
open fun delete ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun delete ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun deleteAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun equals ( other : Any ? ) : Boolean
open fun get ( requestURI : String ) : HttpRequest < Buffer >
open fun get ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun get ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun getAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun getDelegate ( ) : WebClient
open fun hashCode ( ) : Int
open fun head ( requestURI : String ) : HttpRequest < Buffer >
open fun head ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun head ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun headAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open static fun newInstance ( arg : WebClient ) : WebClient
open fun patch ( requestURI : String ) : HttpRequest < Buffer >
open fun patch ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun patch ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun patchAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun post ( requestURI : String ) : HttpRequest < Buffer >
open fun post ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun post ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun postAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun put ( requestURI : String ) : HttpRequest < Buffer >
open fun put ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun put ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun putAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun request ( method : HttpMethod , port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun request ( method : HttpMethod , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun request ( method : HttpMethod , requestURI : String ) : HttpRequest < Buffer >
open fun request ( method : HttpMethod , options : RequestOptions ) : HttpRequest < Buffer >
open fun requestAbs ( method : HttpMethod , absoluteURI : String ) : HttpRequest < Buffer >
open fun toString ( ) : String
open static fun wrap ( httpClient : HttpClient ) : WebClient
open static fun wrap ( httpClient : HttpClient , options : WebClientOptions ) : WebClient
open class WebClientOptionsConverter
interface WebSocket : WebSocketBase
open class WebSocket : WebSocketBase
open class WebSocket : WebSocketBase
interface WebSocketBase : ReadStream < Buffer > , WriteStream < Buffer >
open class WebSocketFrame
interface WebSocketFrameFactory
open class WebsocketRejectedException : VertxException
class WebsocketVersion
interface WorkerExecutor : Measured
open class WorkerExecutor : Measured
interface WriteStream < T : Any > : StreamBase
open class YamlProcessor : ConfigProcessor
open class ZookeeperClusterManager : ClusterManager , PathChildrenCacheListener
Module Contents
ZookeeperClusterManager ( )
ZookeeperClusterManager ( curator : CuratorFramework )
ZookeeperClusterManager ( resourceLocation : String )
ZookeeperClusterManager ( curator : CuratorFramework , nodeID : String )
ZookeeperClusterManager ( config : JsonObject )
open fun childEvent ( client : CuratorFramework , event : PathChildrenCacheEvent ) : Unit
open fun < K : Any , V : Any > getAsyncMap ( name : String , handler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
open fun < K : Any , V : Any > getAsyncMultiMap ( name : String , handler : Handler < AsyncResult < AsyncMultiMap < K , V > > > ) : Unit
open fun getConfig ( ) : JsonObject
open fun getCounter ( name : String , resultHandler : Handler < AsyncResult < Counter > > ) : Unit
open fun getCuratorFramework ( ) : CuratorFramework
open fun getLockWithTimeout ( name : String , timeout : Long , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
open fun getNodeID ( ) : String
open fun getNodes ( ) : MutableList < String >
open fun < K : Any , V : Any > getSyncMap ( name : String ) : MutableMap < K , V >
open fun isActive ( ) : Boolean
open fun join ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun leave ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun nodeListener ( listener : NodeListener ) : Unit
open fun setConfig ( conf : JsonObject ) : Unit
open fun setVertx ( vertx : Vertx ) : Unit
open class ZookeeperConfigStore : ConfigStore
open class ZookeeperConfigStoreFactory : ConfigStoreFactory
io.vertx.core.Context
io.vertx.core.Future
io.vertx.core.Vertx
io.vertx.core.buffer.Buffer
io.vertx.core.json.JsonArray
io.vertx.core.json.JsonObject
io.vertx.core.streams.ReadStream
io.vertx.core.streams.WriteStream
package example
package groovy.runtime.metaclass
package io.vertx.amqpbridge
package io.vertx.camel
package io.vertx.circuitbreaker
package io.vertx.codegen.extra
package io.vertx.config
package io.vertx.config.consul
package io.vertx.config.git
package io.vertx.config.hocon
package io.vertx.config.kubernetes
package io.vertx.config.redis
package io.vertx.config.spi.utils
package io.vertx.config.spring
package io.vertx.config.vault
package io.vertx.config.vault.client
Module Contents
open class Auth
open class Lookup
open class Secret
open class SlimVaultClient
Module Contents
SlimVaultClient ( vertx : Vertx , configuration : JsonObject )
static val TOKEN_HEADER : String
open fun close ( ) : Unit
open fun createToken ( tokenRequest : TokenRequest , resultHandler : Handler < AsyncResult < Auth > > ) : Unit
open fun delete ( path : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun getToken ( ) : String
open fun list ( path : String , resultHandler : Handler < AsyncResult < MutableList < String > > > ) : Unit
open fun loginWithAppRole ( roleId : String , secretId : String , resultHandler : Handler < AsyncResult < Auth > > ) : Unit
open fun loginWithCert ( resultHandler : Handler < AsyncResult < Auth > > ) : Unit
open fun loginWithUserCredentials ( username : String , password : String , resultHandler : Handler < AsyncResult < Auth > > ) : Unit
open fun lookupSelf ( resultHandler : Handler < AsyncResult < Lookup > > ) : Unit
open fun read ( path : String , responseHandler : Handler < AsyncResult < Secret > > ) : Unit
open fun renewSelf ( leaseDurationInSecond : Long , resultHandler : Handler < AsyncResult < Auth > > ) : Unit
open fun setToken ( token : String ) : SlimVaultClient
open fun write ( path : String , secrets : JsonObject , resultHandler : Handler < AsyncResult < Secret > > ) : Unit
open class TokenRequest
open class TokenRequestConverter
open class VaultException : Exception
package io.vertx.config.yaml
package io.vertx.config.zookeeper
package io.vertx.core
package io.vertx.core.cli
Module Contents
open class AmbiguousOptionException : CLIException
open class Argument
open class CLIException : RuntimeException
interface CommandLine
open class InvalidValueException : CLIException
open class MissingOptionException : CLIException
open class MissingValueException : CLIException
open class TypedArgument < T : Any > : Argument
open class TypedOption < T : Any > : Option
open class UsageMessageFormatter
Module Contents
UsageMessageFormatter ( )
static val DEFAULT_ARG_NAME : String
static val DEFAULT_DESC_PAD : Int
static val DEFAULT_LEFT_PAD : Int
static val DEFAULT_LONG_OPT_PREFIX : String
static val DEFAULT_LONG_OPT_SEPARATOR : String
static val DEFAULT_OPT_PREFIX : String
static val DEFAULT_USAGE_PREFIX : String
static val DEFAULT_WIDTH : Int
open fun buildWrapped ( buffer : StringBuilder , text : String ) : Unit
open fun buildWrapped ( buffer : StringBuilder , nextLineTabStop : Int , text : String ) : Unit
open fun computeOptionsAndArguments ( buffer : StringBuilder , options : MutableList < Option > , arguments : MutableList < Argument > ) : Unit
open fun computeUsage ( buffer : StringBuilder , cmdLineSyntax : String ) : Unit
open fun computeUsageLine ( buffer : StringBuilder , prefix : String , cli : CLI ) : Unit
open static fun createPadding ( len : Int ) : String
open static fun findWrapPos ( text : String , width : Int , startPos : Int ) : Int
open fun getArgName ( ) : String
open fun getDescPadding ( ) : Int
open fun getLeftPadding ( ) : Int
open fun getLongOptionPrefix ( ) : String
open fun getLongOptionSeparator ( ) : String
open fun getNewLine ( ) : String
open fun getOptionComparator ( ) : Comparator < Option >
open fun getOptionPrefix ( ) : String
open fun getUsagePrefix ( ) : String
open fun getWidth ( ) : Int
open static fun isNullOrEmpty ( s : String ) : Boolean
open fun renderWrappedTextBlock ( sb : StringBuilder , width : Int , nextLineTabStop : Int , text : String ) : Appendable
open static fun rtrim ( s : String ) : String
open fun setArgName ( name : String ) : Unit
open fun setDescPadding ( padding : Int ) : Unit
open fun setLeftPadding ( padding : Int ) : Unit
open fun setLongOptionPrefix ( prefix : String ) : Unit
open fun setLongOptionSeparator ( longOptSeparator : String ) : Unit
open fun setNewLine ( newline : String ) : Unit
open fun setOptionComparator ( comparator : Comparator < Option > ) : Unit
open fun setOptionPrefix ( prefix : String ) : Unit
open fun setUsagePrefix ( prefix : String ) : Unit
open fun setWidth ( width : Int ) : Unit
open fun usage ( builder : StringBuilder , cli : CLI ) : Unit
open fun usage ( builder : StringBuilder , prefix : String , cli : CLI ) : Unit
package io.vertx.core.cli.annotations
Module Contents
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class Argument
open class CLIConfigurator
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CLASS, AnnotationTarget.FILE]) class ConvertedBy
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class DefaultValue
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Description
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Hidden
@Target ( [AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Name
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class Option
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class ParsedAsList
@Target ( [AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Summary
package io.vertx.core.cli.converters
package io.vertx.core.dns
Module Contents
interface DnsClient
Module Contents
abstract fun lookup ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
abstract fun lookup4 ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
abstract fun lookup6 ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
abstract fun resolveA ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
abstract fun resolveAAAA ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
abstract fun resolveCNAME ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
abstract fun resolveMX ( name : String , handler : Handler < AsyncResult < MutableList < MxRecord > > > ) : DnsClient
abstract fun resolveNS ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
abstract fun resolvePTR ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
abstract fun resolveSRV ( name : String , handler : Handler < AsyncResult < MutableList < SrvRecord > > > ) : DnsClient
abstract fun resolveTXT ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
abstract fun reverseLookup ( ipaddress : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open class DnsClientOptions
open class DnsClientOptionsConverter
class DnsException : Exception
class DnsResponseCode
interface MxRecord
package io.vertx.core.eventbus
Module Contents
interface EventBus : Measured
Module Contents
abstract fun addInterceptor ( interceptor : Handler < SendContext < Any > > ) : EventBus
abstract fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun < T : Any > consumer ( address : String ) : MessageConsumer < T >
abstract fun < T : Any > consumer ( address : String , handler : Handler < Message < T > > ) : MessageConsumer < T >
abstract fun < T : Any > localConsumer ( address : String ) : MessageConsumer < T >
abstract fun < T : Any > localConsumer ( address : String , handler : Handler < Message < T > > ) : MessageConsumer < T >
abstract fun publish ( address : String , message : Any ) : EventBus
abstract fun publish ( address : String , message : Any , options : DeliveryOptions ) : EventBus
abstract fun < T : Any > publisher ( address : String ) : MessageProducer < T >
abstract fun < T : Any > publisher ( address : String , options : DeliveryOptions ) : MessageProducer < T >
abstract fun registerCodec ( codec : MessageCodec < Any , Any > ) : EventBus
abstract fun < T : Any > registerDefaultCodec ( clazz : Class < T > , codec : MessageCodec < T , * > ) : EventBus
abstract fun removeInterceptor ( interceptor : Handler < SendContext < Any > > ) : EventBus
abstract fun send ( address : String , message : Any ) : EventBus
abstract fun < T : Any > send ( address : String , message : Any , replyHandler : Handler < AsyncResult < Message < T > > > ) : EventBus
abstract fun send ( address : String , message : Any , options : DeliveryOptions ) : EventBus
abstract fun < T : Any > send ( address : String , message : Any , options : DeliveryOptions , replyHandler : Handler < AsyncResult < Message < T > > > ) : EventBus
abstract fun < T : Any > sender ( address : String ) : MessageProducer < T >
abstract fun < T : Any > sender ( address : String , options : DeliveryOptions ) : MessageProducer < T >
abstract fun start ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun unregisterCodec ( name : String ) : EventBus
abstract fun unregisterDefaultCodec ( clazz : Class < Any > ) : EventBus
interface Message < T : Any >
open class ReplyException : VertxException
class ReplyFailure
package io.vertx.core.file
Module Contents
interface FileProps
interface FileSystem
Module Contents
abstract fun chmod ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun chmodBlocking ( path : String , perms : String ) : FileSystem
abstract fun chmodRecursive ( path : String , perms : String , dirPerms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun chmodRecursiveBlocking ( path : String , perms : String , dirPerms : String ) : FileSystem
abstract fun chown ( path : String , user : String , group : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun chownBlocking ( path : String , user : String , group : String ) : FileSystem
abstract fun copy ( from : String , to : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun copy ( from : String , to : String , options : CopyOptions , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun copyBlocking ( from : String , to : String ) : FileSystem
abstract fun copyRecursive ( from : String , to : String , recursive : Boolean , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun copyRecursiveBlocking ( from : String , to : String , recursive : Boolean ) : FileSystem
abstract fun createFile ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun createFile ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun createFileBlocking ( path : String ) : FileSystem
abstract fun createFileBlocking ( path : String , perms : String ) : FileSystem
abstract fun delete ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun deleteBlocking ( path : String ) : FileSystem
abstract fun deleteRecursive ( path : String , recursive : Boolean , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun deleteRecursiveBlocking ( path : String , recursive : Boolean ) : FileSystem
abstract fun exists ( path : String , handler : Handler < AsyncResult < Boolean > > ) : FileSystem
abstract fun existsBlocking ( path : String ) : Boolean
abstract fun fsProps ( path : String , handler : Handler < AsyncResult < FileSystemProps > > ) : FileSystem
abstract fun fsPropsBlocking ( path : String ) : FileSystemProps
abstract fun link ( link : String , existing : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun linkBlocking ( link : String , existing : String ) : FileSystem
abstract fun lprops ( path : String , handler : Handler < AsyncResult < FileProps > > ) : FileSystem
abstract fun lpropsBlocking ( path : String ) : FileProps
abstract fun mkdir ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun mkdir ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun mkdirBlocking ( path : String ) : FileSystem
abstract fun mkdirBlocking ( path : String , perms : String ) : FileSystem
abstract fun mkdirs ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun mkdirs ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun mkdirsBlocking ( path : String ) : FileSystem
abstract fun mkdirsBlocking ( path : String , perms : String ) : FileSystem
abstract fun move ( from : String , to : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun move ( from : String , to : String , options : CopyOptions , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun moveBlocking ( from : String , to : String ) : FileSystem
abstract fun open ( path : String , options : OpenOptions , handler : Handler < AsyncResult < AsyncFile > > ) : FileSystem
abstract fun openBlocking ( path : String , options : OpenOptions ) : AsyncFile
abstract fun props ( path : String , handler : Handler < AsyncResult < FileProps > > ) : FileSystem
abstract fun propsBlocking ( path : String ) : FileProps
abstract fun readDir ( path : String , handler : Handler < AsyncResult < MutableList < String > > > ) : FileSystem
abstract fun readDir ( path : String , filter : String , handler : Handler < AsyncResult < MutableList < String > > > ) : FileSystem
abstract fun readDirBlocking ( path : String ) : MutableList < String >
abstract fun readDirBlocking ( path : String , filter : String ) : MutableList < String >
abstract fun readFile ( path : String , handler : Handler < AsyncResult < Buffer > > ) : FileSystem
abstract fun readFileBlocking ( path : String ) : Buffer
abstract fun readSymlink ( link : String , handler : Handler < AsyncResult < String > > ) : FileSystem
abstract fun readSymlinkBlocking ( link : String ) : String
abstract fun symlink ( link : String , existing : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun symlinkBlocking ( link : String , existing : String ) : FileSystem
abstract fun truncate ( path : String , len : Long , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun truncateBlocking ( path : String , len : Long ) : FileSystem
abstract fun unlink ( link : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun unlinkBlocking ( link : String ) : FileSystem
abstract fun writeFile ( path : String , data : Buffer , handler : Handler < AsyncResult < Void > > ) : FileSystem
abstract fun writeFileBlocking ( path : String , data : Buffer ) : FileSystem
open class FileSystemException : VertxException
package io.vertx.core.http
Module Contents
class CaseInsensitiveHeaders : MultiMap
Module Contents
CaseInsensitiveHeaders ( )
fun add ( : String , : String ) : MultiMap
fun add ( : String , : MutableIterable < String > ) : MultiMap
fun add ( : CharSequence , : CharSequence ) : MultiMap
fun add ( : CharSequence , : MutableIterable < CharSequence > ) : MultiMap
fun addAll ( : MultiMap ) : MultiMap
fun addAll ( : MutableMap < String , String > ) : MultiMap
fun clear ( ) : MultiMap
fun contains ( : String ) : Boolean
fun contains ( : CharSequence ) : Boolean
fun entries ( ) : MutableList < MutableEntry < String , String > >
fun forEach ( : Consumer < in MutableEntry < String , String > > ) : Unit
fun get ( : String ) : String
fun get ( : CharSequence ) : String
fun getAll ( : String ) : MutableList < String >
fun getAll ( : CharSequence ) : MutableList < String >
fun isEmpty ( ) : Boolean
fun iterator ( ) : MutableIterator < MutableEntry < String , String > >
fun names ( ) : MutableSet < String >
fun remove ( : String ) : MultiMap
fun remove ( : CharSequence ) : MultiMap
fun set ( : String , : String ) : MultiMap
fun set ( : String , : MutableIterable < String > ) : MultiMap
fun set ( : CharSequence , : CharSequence ) : MultiMap
fun set ( : CharSequence , : MutableIterable < CharSequence > ) : MultiMap
fun setAll ( : MultiMap ) : MultiMap
fun setAll ( : MutableMap < String , String > ) : MultiMap
fun size ( ) : Int
fun toString ( ) : String
open class ConnectionPoolTooBusyException : VertxException
interface HttpClientResponse : ReadStream < Buffer >
interface HttpConnection
class HttpHeaders
interface HttpServerFileUpload : ReadStream < Buffer >
interface HttpServerResponse : WriteStream < Buffer >
Module Contents
abstract fun bodyEndHandler ( handler : Handler < Void > ) : HttpServerResponse
abstract fun bytesWritten ( ) : Long
abstract fun close ( ) : Unit
abstract fun closeHandler ( handler : Handler < Void > ) : HttpServerResponse
abstract fun closed ( ) : Boolean
abstract fun drainHandler ( handler : Handler < Void > ) : HttpServerResponse
abstract fun end ( chunk : String ) : Unit
abstract fun end ( chunk : String , enc : String ) : Unit
abstract fun end ( chunk : Buffer ) : Unit
abstract fun end ( ) : Unit
abstract fun endHandler ( handler : Handler < Void > ) : HttpServerResponse
abstract fun ended ( ) : Boolean
abstract fun exceptionHandler ( handler : Handler < Throwable > ) : HttpServerResponse
abstract fun getStatusCode ( ) : Int
abstract fun getStatusMessage ( ) : String
abstract fun headWritten ( ) : Boolean
abstract fun headers ( ) : MultiMap
abstract fun headersEndHandler ( handler : Handler < Void > ) : HttpServerResponse
abstract fun isChunked ( ) : Boolean
abstract fun push ( method : HttpMethod , host : String , path : String , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
abstract fun push ( method : HttpMethod , path : String , headers : MultiMap , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
abstract fun push ( method : HttpMethod , path : String , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
abstract fun push ( method : HttpMethod , host : String , path : String , headers : MultiMap , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
abstract fun putHeader ( : String , : String ) : HttpServerResponse
abstract fun putHeader ( : CharSequence , : CharSequence ) : HttpServerResponse
abstract fun putHeader ( : String , : MutableIterable < String > ) : HttpServerResponse
abstract fun putHeader ( : CharSequence , : MutableIterable < CharSequence > ) : HttpServerResponse
abstract fun putTrailer ( name : String , value : String ) : HttpServerResponse
abstract fun putTrailer ( name : CharSequence , value : CharSequence ) : HttpServerResponse
abstract fun putTrailer ( name : String , values : MutableIterable < String > ) : HttpServerResponse
abstract fun putTrailer ( name : CharSequence , value : MutableIterable < CharSequence > ) : HttpServerResponse
open fun reset ( ) : Unit
abstract fun reset ( code : Long ) : Unit
open fun sendFile ( filename : String ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long ) : HttpServerResponse
abstract fun sendFile ( filename : String , offset : Long , length : Long ) : HttpServerResponse
open fun sendFile ( filename : String , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
abstract fun sendFile ( filename : String , offset : Long , length : Long , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
abstract fun setChunked ( chunked : Boolean ) : HttpServerResponse
abstract fun setStatusCode ( statusCode : Int ) : HttpServerResponse
abstract fun setStatusMessage ( statusMessage : String ) : HttpServerResponse
abstract fun setWriteQueueMaxSize ( maxSize : Int ) : HttpServerResponse
abstract fun streamId ( ) : Int
abstract fun trailers ( ) : MultiMap
abstract fun write ( data : Buffer ) : HttpServerResponse
abstract fun write ( chunk : String , enc : String ) : HttpServerResponse
abstract fun write ( chunk : String ) : HttpServerResponse
abstract fun writeContinue ( ) : HttpServerResponse
abstract fun writeCustomFrame ( type : Int , flags : Int , payload : Buffer ) : HttpServerResponse
open fun writeCustomFrame ( frame : HttpFrame ) : HttpServerResponse
open class RequestOptions
interface ServerWebSocket : WebSocketBase
open class StreamResetException : VertxException
interface WebSocket : WebSocketBase
open class WebsocketRejectedException : VertxException
class WebsocketVersion
package io.vertx.core.json
package io.vertx.core.logging
Module Contents
open class JULLogDelegate : LogDelegate
Module Contents
open fun debug ( message : Any ) : Unit
open fun debug ( message : Any , vararg params : Any ) : Unit
open fun debug ( message : Any , t : Throwable ) : Unit
open fun debug ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun error ( message : Any ) : Unit
open fun error ( message : Any , vararg params : Any ) : Unit
open fun error ( message : Any , t : Throwable ) : Unit
open fun error ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun fatal ( message : Any ) : Unit
open fun fatal ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any ) : Unit
open fun info ( message : Any , vararg params : Any ) : Unit
open fun info ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun isDebugEnabled ( ) : Boolean
open fun isInfoEnabled ( ) : Boolean
open fun isTraceEnabled ( ) : Boolean
open fun trace ( message : Any ) : Unit
open fun trace ( message : Any , vararg params : Any ) : Unit
open fun trace ( message : Any , t : Throwable ) : Unit
open fun trace ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun unwrap ( ) : Any
open fun warn ( message : Any ) : Unit
open fun warn ( message : Any , vararg params : Any ) : Unit
open fun warn ( message : Any , t : Throwable ) : Unit
open fun warn ( message : Any , t : Throwable , vararg params : Any ) : Unit
open class JULLogDelegateFactory : LogDelegateFactory
open class Log4j2LogDelegate : LogDelegate
Module Contents
open fun debug ( message : Any ) : Unit
open fun debug ( message : Any , vararg params : Any ) : Unit
open fun debug ( message : Any , t : Throwable ) : Unit
open fun debug ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun error ( message : Any ) : Unit
open fun error ( message : Any , vararg params : Any ) : Unit
open fun error ( message : Any , t : Throwable ) : Unit
open fun error ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun fatal ( message : Any ) : Unit
open fun fatal ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any ) : Unit
open fun info ( message : Any , vararg params : Any ) : Unit
open fun info ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun isDebugEnabled ( ) : Boolean
open fun isInfoEnabled ( ) : Boolean
open fun isTraceEnabled ( ) : Boolean
open fun trace ( message : Any ) : Unit
open fun trace ( message : Any , vararg params : Any ) : Unit
open fun trace ( message : Any , t : Throwable ) : Unit
open fun trace ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun unwrap ( ) : Any
open fun warn ( message : Any ) : Unit
open fun warn ( message : Any , vararg params : Any ) : Unit
open fun warn ( message : Any , t : Throwable ) : Unit
open fun warn ( message : Any , t : Throwable , vararg params : Any ) : Unit
open class Log4j2LogDelegateFactory : LogDelegateFactory
open class Log4jLogDelegate : LogDelegate
Module Contents
open fun debug ( message : Any ) : Unit
open fun debug ( message : Any , vararg params : Any ) : Unit
open fun debug ( message : Any , t : Throwable ) : Unit
open fun debug ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun error ( message : Any ) : Unit
open fun error ( message : Any , vararg params : Any ) : Unit
open fun error ( message : Any , t : Throwable ) : Unit
open fun error ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun fatal ( message : Any ) : Unit
open fun fatal ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any ) : Unit
open fun info ( message : Any , vararg params : Any ) : Unit
open fun info ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun isDebugEnabled ( ) : Boolean
open fun isInfoEnabled ( ) : Boolean
open fun isTraceEnabled ( ) : Boolean
open fun trace ( message : Any ) : Unit
open fun trace ( message : Any , vararg params : Any ) : Unit
open fun trace ( message : Any , t : Throwable ) : Unit
open fun trace ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun unwrap ( ) : Any
open fun warn ( message : Any ) : Unit
open fun warn ( message : Any , vararg params : Any ) : Unit
open fun warn ( message : Any , t : Throwable ) : Unit
open fun warn ( message : Any , t : Throwable , vararg params : Any ) : Unit
open class Log4jLogDelegateFactory : LogDelegateFactory
open class Logger
Module Contents
Logger ( delegate : LogDelegate )
open fun debug ( message : Any ) : Unit
open fun debug ( message : Any , t : Throwable ) : Unit
open fun debug ( message : Any , vararg objects : Any ) : Unit
open fun debug ( message : Any , t : Throwable , vararg objects : Any ) : Unit
open fun error ( message : Any ) : Unit
open fun error ( message : Any , t : Throwable ) : Unit
open fun error ( message : Any , vararg objects : Any ) : Unit
open fun error ( message : Any , t : Throwable , vararg objects : Any ) : Unit
open fun fatal ( message : Any ) : Unit
open fun fatal ( message : Any , t : Throwable ) : Unit
open fun getDelegate ( ) : LogDelegate
open fun info ( message : Any ) : Unit
open fun info ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any , vararg objects : Any ) : Unit
open fun info ( message : Any , t : Throwable , vararg objects : Any ) : Unit
open fun isDebugEnabled ( ) : Boolean
open fun isInfoEnabled ( ) : Boolean
open fun isTraceEnabled ( ) : Boolean
open fun trace ( message : Any ) : Unit
open fun trace ( message : Any , t : Throwable ) : Unit
open fun trace ( message : Any , vararg objects : Any ) : Unit
open fun trace ( message : Any , t : Throwable , vararg objects : Any ) : Unit
open fun warn ( message : Any ) : Unit
open fun warn ( message : Any , t : Throwable ) : Unit
open fun warn ( message : Any , vararg objects : Any ) : Unit
open fun warn ( message : Any , t : Throwable , vararg objects : Any ) : Unit
open class LoggerFactory
open class SLF4JLogDelegate : LogDelegate
Module Contents
SLF4JLogDelegate ( logger : Any )
open fun debug ( message : Any ) : Unit
open fun debug ( message : Any , vararg params : Any ) : Unit
open fun debug ( message : Any , t : Throwable ) : Unit
open fun debug ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun error ( message : Any ) : Unit
open fun error ( message : Any , vararg params : Any ) : Unit
open fun error ( message : Any , t : Throwable ) : Unit
open fun error ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun fatal ( message : Any ) : Unit
open fun fatal ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any ) : Unit
open fun info ( message : Any , vararg params : Any ) : Unit
open fun info ( message : Any , t : Throwable ) : Unit
open fun info ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun isDebugEnabled ( ) : Boolean
open fun isInfoEnabled ( ) : Boolean
open fun isTraceEnabled ( ) : Boolean
open fun trace ( message : Any ) : Unit
open fun trace ( message : Any , vararg params : Any ) : Unit
open fun trace ( message : Any , t : Throwable ) : Unit
open fun trace ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun unwrap ( ) : Any
open fun warn ( message : Any ) : Unit
open fun warn ( message : Any , vararg params : Any ) : Unit
open fun warn ( message : Any , t : Throwable ) : Unit
open fun warn ( message : Any , t : Throwable , vararg params : Any ) : Unit
open class SLF4JLogDelegateFactory : LogDelegateFactory
open class VertxLoggerFormatter : Formatter
package io.vertx.core.net
package io.vertx.core.parsetools
package io.vertx.core.shareddata
Module Contents
interface Shareable
interface SharedData
Module Contents
abstract fun < K : Any , V : Any > getAsyncMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
abstract fun < K : Any , V : Any > getClusterWideMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
abstract fun getCounter ( name : String , resultHandler : Handler < AsyncResult < Counter > > ) : Unit
abstract fun < K : Any , V : Any > getLocalMap ( name : String ) : LocalMap < K , V >
abstract fun getLock ( name : String , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
abstract fun getLockWithTimeout ( name : String , timeout : Long , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
package io.vertx.core.spi
package io.vertx.core.spi.cluster
package io.vertx.core.spi.launcher
package io.vertx.core.spi.logging
Module Contents
interface LogDelegate
Module Contents
abstract fun debug ( message : Any ) : Unit
abstract fun debug ( message : Any , vararg params : Any ) : Unit
abstract fun debug ( message : Any , t : Throwable ) : Unit
abstract fun debug ( message : Any , t : Throwable , vararg params : Any ) : Unit
abstract fun error ( message : Any ) : Unit
abstract fun error ( message : Any , vararg params : Any ) : Unit
abstract fun error ( message : Any , t : Throwable ) : Unit
abstract fun error ( message : Any , t : Throwable , vararg params : Any ) : Unit
abstract fun fatal ( message : Any ) : Unit
abstract fun fatal ( message : Any , t : Throwable ) : Unit
abstract fun info ( message : Any ) : Unit
abstract fun info ( message : Any , vararg params : Any ) : Unit
abstract fun info ( message : Any , t : Throwable ) : Unit
abstract fun info ( message : Any , t : Throwable , vararg params : Any ) : Unit
abstract fun isDebugEnabled ( ) : Boolean
abstract fun isInfoEnabled ( ) : Boolean
abstract fun isTraceEnabled ( ) : Boolean
abstract fun trace ( message : Any ) : Unit
abstract fun trace ( message : Any , vararg params : Any ) : Unit
abstract fun trace ( message : Any , t : Throwable ) : Unit
abstract fun trace ( message : Any , t : Throwable , vararg params : Any ) : Unit
open fun unwrap ( ) : Any
abstract fun warn ( message : Any ) : Unit
abstract fun warn ( message : Any , vararg params : Any ) : Unit
abstract fun warn ( message : Any , t : Throwable ) : Unit
abstract fun warn ( message : Any , t : Throwable , vararg params : Any ) : Unit
interface LogDelegateFactory
package io.vertx.core.spi.metrics
Module Contents
interface EventBusMetrics < H : Any > : Metrics
Module Contents
abstract fun beginHandleMessage ( handler : H , local : Boolean ) : Unit
abstract fun endHandleMessage ( handler : H , failure : Throwable ) : Unit
abstract fun handlerRegistered ( address : String , repliedAddress : String ) : H
abstract fun handlerUnregistered ( handler : H ) : Unit
abstract fun messageRead ( address : String , numberOfBytes : Int ) : Unit
abstract fun messageReceived ( address : String , publish : Boolean , local : Boolean , handlers : Int ) : Unit
abstract fun messageSent ( address : String , publish : Boolean , local : Boolean , remote : Boolean ) : Unit
abstract fun messageWritten ( address : String , numberOfBytes : Int ) : Unit
abstract fun replyFailure ( address : String , failure : ReplyFailure ) : Unit
abstract fun scheduleMessage ( handler : H , local : Boolean ) : Unit
interface MetricsProvider : Measured
interface TCPMetrics < S : Any > : NetworkMetrics < S >
interface VertxMetrics : Metrics , Measured
Module Contents
abstract fun createMetrics ( eventBus : EventBus ) : EventBusMetrics < Any >
abstract fun createMetrics ( server : HttpServer , localAddress : SocketAddress , options : HttpServerOptions ) : HttpServerMetrics < * , * , * >
abstract fun createMetrics ( client : HttpClient , options : HttpClientOptions ) : HttpClientMetrics < * , * , * , * , * >
abstract fun createMetrics ( localAddress : SocketAddress , options : NetServerOptions ) : TCPMetrics < * >
abstract fun createMetrics ( options : NetClientOptions ) : TCPMetrics < * >
abstract fun createMetrics ( socket : DatagramSocket , options : DatagramSocketOptions ) : DatagramSocketMetrics
abstract fun < P : Any > createMetrics ( pool : P , poolType : String , poolName : String , maxPoolSize : Int ) : PoolMetrics < * >
open fun eventBusInitialized ( bus : EventBus ) : Unit
abstract fun timerCreated ( id : Long ) : Unit
abstract fun timerEnded ( id : Long , cancelled : Boolean ) : Unit
abstract fun verticleDeployed ( verticle : Verticle ) : Unit
abstract fun verticleUndeployed ( verticle : Verticle ) : Unit
package io.vertx.core.spi.resolver
package io.vertx.core.streams
package io.vertx.ext.asyncsql
package io.vertx.ext.auth
package io.vertx.ext.auth.htdigest
package io.vertx.ext.auth.jdbc
package io.vertx.ext.auth.jwt
package io.vertx.ext.auth.mongo
package io.vertx.ext.auth.oauth2
package io.vertx.ext.auth.oauth2.providers
package io.vertx.ext.auth.shiro
package io.vertx.ext.bridge
package io.vertx.ext.cluster.infinispan
Module Contents
interface InfinispanAsyncMap < K : Any , V : Any >
open class InfinispanClusterManager : ClusterManager
Module Contents
InfinispanClusterManager ( )
InfinispanClusterManager ( cacheManager : DefaultCacheManager )
open fun < K : Any , V : Any > getAsyncMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
open fun < K : Any , V : Any > getAsyncMultiMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMultiMap < K , V > > > ) : Unit
open fun getCacheContainer ( ) : BasicCacheContainer
open fun getCounter ( name : String , resultHandler : Handler < AsyncResult < Counter > > ) : Unit
open fun getLockWithTimeout ( name : String , timeout : Long , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
open fun getNodeID ( ) : String
open fun getNodes ( ) : MutableList < String >
open fun < K : Any , V : Any > getSyncMap ( name : String ) : MutableMap < K , V >
open fun isActive ( ) : Boolean
open fun join ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun leave ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun nodeListener ( nodeListener : NodeListener ) : Unit
open fun setVertx ( vertx : Vertx ) : Unit
package io.vertx.ext.consul
Module Contents
open class BlockingQueryOptionsConverter
open class CheckConverter
open class CheckListConverter
open class CheckOptionsConverter
open class CheckQueryOptionsConverter
open class ConsulClientOptionsConverter
open class CoordinateConverter
open class CoordinateListConverter
open class DcCoordinatesConverter
open class EventConverter
open class EventListConverter
open class EventListOptionsConverter
open class EventOptionsConverter
open class KeyValueConverter
open class KeyValueListConverter
open class NodeConverter
open class NodeListConverter
open class NodeQueryOptionsConverter
open class PreparedQueryExecuteOptionsConverter
open class PreparedQueryExecuteResponseConverter
open class ServiceEntryConverter
open class ServiceEntryListConverter
open class ServiceListConverter
open class ServiceOptionsConverter
open class ServiceQueryOptionsConverter
open class SessionConverter
open class SessionListConverter
open class TxnErrorConverter
open class TxnKVOperationConverter
class TxnOperationType
interface Watch < T : Any >
Module Contents
open static fun events ( event : String , vertx : Vertx ) : Watch < EventList >
open static fun events ( event : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < EventList >
open static fun key ( key : String , vertx : Vertx ) : Watch < KeyValue >
open static fun key ( key : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < KeyValue >
open static fun keyPrefix ( keyPrefix : String , vertx : Vertx ) : Watch < KeyValueList >
open static fun keyPrefix ( keyPrefix : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < KeyValueList >
open static fun nodes ( vertx : Vertx ) : Watch < NodeList >
open static fun nodes ( vertx : Vertx , options : ConsulClientOptions ) : Watch < NodeList >
open static fun service ( service : String , vertx : Vertx ) : Watch < ServiceEntryList >
open static fun service ( service : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < ServiceEntryList >
open static fun services ( vertx : Vertx ) : Watch < ServiceList >
open static fun services ( vertx : Vertx , options : ConsulClientOptions ) : Watch < ServiceList >
abstract fun setHandler ( handler : Handler < WatchResult < T > > ) : Watch < T >
abstract fun start ( ) : Watch < T >
abstract fun stop ( ) : Unit
package io.vertx.ext.dropwizard
package io.vertx.ext.dropwizard.reporters
package io.vertx.ext.eventbus.bridge.tcp
Module Contents
interface TcpEventBusBridge
Module Contents
abstract fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
abstract fun close ( ) : Unit
open static fun create ( vertx : Vertx ) : TcpEventBusBridge
open static fun create ( vertx : Vertx , options : BridgeOptions ) : TcpEventBusBridge
open static fun create ( vertx : Vertx , options : BridgeOptions , netServerOptions : NetServerOptions ) : TcpEventBusBridge
open static fun create ( vertx : Vertx , options : BridgeOptions , netServerOptions : NetServerOptions , eventHandler : Handler < BridgeEvent > ) : TcpEventBusBridge
abstract fun listen ( ) : TcpEventBusBridge
abstract fun listen ( handler : Handler < AsyncResult < TcpEventBusBridge > > ) : TcpEventBusBridge
abstract fun listen ( port : Int , address : String ) : TcpEventBusBridge
abstract fun listen ( port : Int , address : String , handler : Handler < AsyncResult < TcpEventBusBridge > > ) : TcpEventBusBridge
abstract fun listen ( port : Int ) : TcpEventBusBridge
abstract fun listen ( port : Int , handler : Handler < AsyncResult < TcpEventBusBridge > > ) : TcpEventBusBridge
package io.vertx.ext.groovy.eventbus.bridge.tcp
Module Contents
open class BridgeEvent_GroovyExtension
open class TcpEventBusBridge_GroovyStaticExtension
Module Contents
TcpEventBusBridge_GroovyStaticExtension ( )
open static fun create ( j_receiver : TcpEventBusBridge , vertx : Vertx , options : MutableMap < String , Any > ) : TcpEventBusBridge
open static fun create ( j_receiver : TcpEventBusBridge , vertx : Vertx , options : MutableMap < String , Any > , netServerOptions : MutableMap < String , Any > ) : TcpEventBusBridge
open static fun create ( j_receiver : TcpEventBusBridge , vertx : Vertx , options : MutableMap < String , Any > , netServerOptions : MutableMap < String , Any > , eventHandler : Handler < BridgeEvent > ) : TcpEventBusBridge
open class VertxExtensionModule : ExtensionModule
package io.vertx.ext.hawkular
package io.vertx.ext.healthchecks
package io.vertx.ext.httpservicefactory
package io.vertx.ext.jdbc.spi
package io.vertx.ext.jwt
package io.vertx.ext.mail
package io.vertx.ext.mail.mailencoder
package io.vertx.ext.mongo
package io.vertx.ext.reactivestreams
package io.vertx.ext.rxjava.eventbus.bridge.tcp
Module Contents
open class TcpEventBusBridge
Module Contents
TcpEventBusBridge ( delegate : TcpEventBusBridge )
static val __TYPE_ARG : TypeArg < TcpEventBusBridge >
open fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun close ( ) : Unit
open static fun create ( vertx : Vertx ) : TcpEventBusBridge
open static fun create ( vertx : Vertx , options : BridgeOptions ) : TcpEventBusBridge
open static fun create ( vertx : Vertx , options : BridgeOptions , netServerOptions : NetServerOptions ) : TcpEventBusBridge
open static fun create ( vertx : Vertx , options : BridgeOptions , netServerOptions : NetServerOptions , eventHandler : Handler < BridgeEvent > ) : TcpEventBusBridge
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : TcpEventBusBridge
open fun hashCode ( ) : Int
open fun listen ( ) : TcpEventBusBridge
open fun listen ( handler : Handler < AsyncResult < TcpEventBusBridge > > ) : TcpEventBusBridge
open fun listen ( port : Int , address : String ) : TcpEventBusBridge
open fun listen ( port : Int , address : String , handler : Handler < AsyncResult < TcpEventBusBridge > > ) : TcpEventBusBridge
open fun listen ( port : Int ) : TcpEventBusBridge
open fun listen ( port : Int , handler : Handler < AsyncResult < TcpEventBusBridge > > ) : TcpEventBusBridge
open static fun newInstance ( arg : TcpEventBusBridge ) : TcpEventBusBridge
open fun rxClose ( ) : Single < Void >
open fun rxListen ( ) : Single < TcpEventBusBridge >
open fun rxListen ( port : Int , address : String ) : Single < TcpEventBusBridge >
open fun rxListen ( port : Int ) : Single < TcpEventBusBridge >
open fun toString ( ) : String
package io.vertx.ext.shell
package io.vertx.ext.shell.cli
package io.vertx.ext.shell.command
package io.vertx.ext.shell.command.base
package io.vertx.ext.shell.spi
package io.vertx.ext.shell.system
package io.vertx.ext.shell.term
package io.vertx.ext.sockjs.proxy
package io.vertx.ext.sql
package io.vertx.ext.stomp
Module Contents
interface Acknowledgement
open class DefaultAbortHandler : Handler < ServerFrame >
open class DefaultAckHandler : Handler < ServerFrame >
open class DefaultBeginHandler : Handler < ServerFrame >
open class DefaultCommitHandler : Handler < ServerFrame >
open class DefaultConnectHandler : Handler < ServerFrame >
open class DefaultNackHandler : Handler < ServerFrame >
open class DefaultSendHandler : Handler < ServerFrame >
open class DefaultSubscribeHandler : Handler < ServerFrame >
open class DefaultUnsubscribeHandler : Handler < ServerFrame >
interface Destination : Shareable
interface DestinationFactory
open class FrameConverter
interface Frames
interface StompClientConnection
Module Contents
abstract fun abort ( id : String ) : StompClientConnection
abstract fun abort ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun abort ( id : String , : MutableMap < String , String > ) : StompClientConnection
abstract fun abort ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun ack ( id : String ) : StompClientConnection
abstract fun ack ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun ack ( id : String , txId : String ) : StompClientConnection
abstract fun ack ( id : String , txId : String , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun beginTX ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun beginTX ( id : String ) : StompClientConnection
abstract fun beginTX ( id : String , : MutableMap < String , String > ) : StompClientConnection
abstract fun beginTX ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun close ( ) : Unit
abstract fun closeHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
abstract fun commit ( id : String ) : StompClientConnection
abstract fun commit ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun commit ( id : String , : MutableMap < String , String > ) : StompClientConnection
abstract fun commit ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun connectionDroppedHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
abstract fun disconnect ( ) : StompClientConnection
abstract fun disconnect ( receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun disconnect ( frame : Frame ) : StompClientConnection
abstract fun disconnect ( frame : Frame , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun errorHandler ( handler : Handler < Frame > ) : StompClientConnection
abstract fun exceptionHandler ( exceptionHandler : Handler < Throwable > ) : StompClientConnection
abstract fun isConnected ( ) : Boolean
abstract fun nack ( id : String ) : StompClientConnection
abstract fun nack ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun nack ( id : String , txId : String ) : StompClientConnection
abstract fun nack ( id : String , txId : String , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun pingHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
abstract fun receivedFrameHandler ( handler : Handler < Frame > ) : StompClientConnection
abstract fun send ( : MutableMap < String , String > , body : Buffer ) : StompClientConnection
abstract fun send ( headers : MutableMap < String , String > , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun send ( destination : String , body : Buffer ) : StompClientConnection
abstract fun send ( destination : String , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun send ( frame : Frame ) : StompClientConnection
abstract fun send ( frame : Frame , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun send ( destination : String , : MutableMap < String , String > , body : Buffer ) : StompClientConnection
abstract fun send ( destination : String , headers : MutableMap < String , String > , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun server ( ) : String
abstract fun session ( ) : String
abstract fun subscribe ( destination : String , handler : Handler < Frame > ) : String
abstract fun subscribe ( destination : String , handler : Handler < Frame > , receiptHandler : Handler < Frame > ) : String
abstract fun subscribe ( destination : String , headers : MutableMap < String , String > , handler : Handler < Frame > ) : String
abstract fun subscribe ( destination : String , headers : MutableMap < String , String > , handler : Handler < Frame > , receiptHandler : Handler < Frame > ) : String
abstract fun unsubscribe ( destination : String ) : StompClientConnection
abstract fun unsubscribe ( destination : String , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun unsubscribe ( destination : String , : MutableMap < String , String > ) : StompClientConnection
abstract fun unsubscribe ( destination : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
abstract fun version ( ) : String
abstract fun writingFrameHandler ( handler : Handler < Frame > ) : StompClientConnection
open class StompClientOptionsConverter
interface StompServer
open class StompServerOptionsConverter
package io.vertx.ext.stomp.utils
package io.vertx.ext.sync
package io.vertx.ext.unit
Module Contents
interface Async : Completion < Void >
interface Completion < T : Any >
interface TestCase
interface TestCompletion : Completion < Void >
interface TestContext
Module Contents
abstract fun assertEquals ( expected : Any , actual : Any ) : TestContext
abstract fun assertEquals ( expected : Any , actual : Any , message : String ) : TestContext
abstract fun assertFalse ( condition : Boolean ) : TestContext
abstract fun assertFalse ( condition : Boolean , message : String ) : TestContext
abstract fun assertInRange ( expected : Double , actual : Double , delta : Double ) : TestContext
abstract fun assertInRange ( expected : Double , actual : Double , delta : Double , message : String ) : TestContext
abstract fun assertNotEquals ( first : Any , second : Any ) : TestContext
abstract fun assertNotEquals ( first : Any , second : Any , message : String ) : TestContext
abstract fun assertNotNull ( expected : Any ) : TestContext
abstract fun assertNotNull ( expected : Any , message : String ) : TestContext
abstract fun assertNull ( expected : Any ) : TestContext
abstract fun assertNull ( expected : Any , message : String ) : TestContext
abstract fun assertTrue ( condition : Boolean ) : TestContext
abstract fun assertTrue ( condition : Boolean , message : String ) : TestContext
abstract fun async ( ) : Async
abstract fun async ( count : Int ) : Async
abstract fun < T : Any > asyncAssertFailure ( ) : Handler < AsyncResult < T > >
abstract fun < T : Any > asyncAssertFailure ( causeHandler : Handler < Throwable > ) : Handler < AsyncResult < T > >
abstract fun < T : Any > asyncAssertSuccess ( ) : Handler < AsyncResult < T > >
abstract fun < T : Any > asyncAssertSuccess ( resultHandler : Handler < T > ) : Handler < AsyncResult < T > >
abstract fun exceptionHandler ( ) : Handler < Throwable >
abstract fun fail ( ) : Unit
abstract fun fail ( message : String ) : Unit
abstract fun fail ( cause : Throwable ) : Unit
abstract fun < T : Any > get ( key : String ) : T
abstract fun < T : Any > put ( key : String , value : Any ) : T
abstract fun < T : Any > remove ( key : String ) : T
abstract fun strictAsync ( count : Int ) : Async
abstract fun verify ( block : Handler < Void > ) : TestContext
open class TestOptions : ReportingOptions
open class TestOptionsConverter
interface TestSuite
package io.vertx.ext.unit.collect
package io.vertx.ext.unit.junit
package io.vertx.ext.unit.report
package io.vertx.ext.web
package io.vertx.ext.web.api
package io.vertx.ext.web.api.contract
package io.vertx.ext.web.api.contract.openapi3
package io.vertx.ext.web.api.validation
Module Contents
interface ContainerDeserializer
class ContainerSerializationStyle
interface CustomValidator
interface HTTPRequestValidationHandler : ValidationHandler
Module Contents
abstract fun addCustomValidatorFunction ( customValidator : CustomValidator ) : HTTPRequestValidationHandler
abstract fun addExpectedContentType ( contentType : String ) : HTTPRequestValidationHandler
abstract fun addFormParam ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addFormParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
abstract fun addFormParamWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addFormParamsArray ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addFormParamsArrayWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addHeaderParam ( headerName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addHeaderParamWithCustomTypeValidator ( headerName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
abstract fun addHeaderParamWithPattern ( headerName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addJsonBodySchema ( jsonSchema : String ) : HTTPRequestValidationHandler
abstract fun addMultipartRequiredFile ( filename : String , contentType : String ) : HTTPRequestValidationHandler
abstract fun addPathParam ( parameterName : String , type : ParameterType ) : HTTPRequestValidationHandler
abstract fun addPathParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
abstract fun addPathParamWithPattern ( parameterName : String , pattern : String ) : HTTPRequestValidationHandler
abstract fun addQueryParam ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addQueryParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
abstract fun addQueryParamWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addQueryParamsArray ( arrayName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addQueryParamsArrayWithPattern ( arrayName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
abstract fun addXMLBodySchema ( xmlSchema : String ) : HTTPRequestValidationHandler
open static fun create ( ) : HTTPRequestValidationHandler
class ParameterLocation
class ParameterType
@FunctionalInterface interface ParameterTypeValidator
Module Contents
open static fun createArrayTypeValidator ( arrayMembersValidator : ParameterTypeValidator ) : ParameterTypeValidator
open static fun createArrayTypeValidator ( arrayMembersValidator : ParameterTypeValidator , collectionFormat : String , maxItems : Int , minItems : Int ) : ParameterTypeValidator
open static fun createBooleanTypeValidator ( defaultValue : Any ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( defaultValue : Double ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Double ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createEnumTypeValidatorWithInnerValidator ( allowedValues : MutableList < String > , innerValidator : ParameterTypeValidator ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( defaultValue : Float ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Float ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( defaultValue : Int ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Int ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createLongTypeValidator ( defaultValue : Long ) : ParameterTypeValidator
open static fun createLongTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Long ) : ParameterTypeValidator
open static fun createLongTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createStringEnumTypeValidator ( allowedValues : MutableList < String > ) : ParameterTypeValidator
open static fun createStringTypeValidator ( defaultValue : Any ) : ParameterTypeValidator
open static fun createStringTypeValidator ( pattern : String , defaultValue : Any ) : ParameterTypeValidator
open static fun createStringTypeValidator ( pattern : String , minLength : Int , maxLength : Int , defaultValue : Any ) : ParameterTypeValidator
open fun getDefault ( ) : Any
open fun hasDefault ( ) : Boolean
abstract fun isValid ( value : String ) : RequestParameter
open fun isValidCollection ( value : MutableList < String > ) : RequestParameter
interface ParameterValidationRule
open class SpecFeatureNotSupportedException : RuntimeException
open class ValidationException : VertxException
Module Contents
ValidationException ( message : String , error : ErrorType )
ValidationException ( error : ErrorType )
ValidationException ( message : String )
class ErrorType
open class ValidationExceptionFactory
Module Contents
ValidationExceptionFactory ( )
open static fun generateDeserializationError ( message : String ) : ValidationException
open static fun generateEmptyValueValidationException ( parameterName : String , rule : ParameterValidationRule , location : ParameterLocation ) : ValidationException
open static fun generateFileNotFoundValidationException ( filename : String , contentType : String ) : ValidationException
open static fun generateInvalidJsonBodyException ( message : String ) : ValidationException
open static fun generateInvalidXMLBodyException ( message : String ) : ValidationException
open static fun generateNotFoundValidationException ( parameterName : String , location : ParameterLocation ) : ValidationException
open static fun generateNotMatchValidationException ( parameterName : String , value : String , validationRule : ParameterValidationRule ) : ValidationException
open static fun generateNotMatchValidationException ( message : String ) : ValidationException
open static fun generateNotParsableJsonBodyException ( message : String ) : ValidationException
open static fun generateObjectFieldNotFound ( fieldName : String ) : ValidationException
open static fun generateUnexpectedArraySizeValidationException ( maxItems : Int , minItems : Int , actualSize : Int ) : ValidationException
open static fun generateUnexpectedArrayValidationException ( parameterName : String , validationRule : ParameterValidationRule ) : ValidationException
open static fun generateUnexpectedSingleStringValidationException ( parameterName : String , validationRule : ParameterValidationRule ) : ValidationException
open static fun generateWrongContentTypeExpected ( actualContentType : String , expectedContentType : String ) : ValidationException
open fun parameterName ( ) : String
open fun setParameterName ( parameterName : String ) : Unit
open fun setValidationRule ( validationRule : ParameterValidationRule ) : Unit
open fun setValue ( value : String ) : Unit
open fun toString ( ) : String
open fun type ( ) : ErrorType
open fun validationRule ( ) : ParameterValidationRule
open fun value ( ) : String
interface ValidationHandler : Handler < RoutingContext >
package io.vertx.ext.web.client
package io.vertx.ext.web.codec
package io.vertx.ext.web.codec.spi
package io.vertx.ext.web.handler
package io.vertx.ext.web.handler.sockjs
package io.vertx.ext.web.sstore
package io.vertx.ext.web.templ
package io.vertx.grpc
Module Contents
open class BlockingServerInterceptor : ServerInterceptor
interface GrpcBidiExchange < I : Any , O : Any > : GrpcReadStream < I > , GrpcWriteStream < O >
Module Contents
open static fun < I : Any , O : Any > create ( readStream : GrpcReadStream < I > , writeObserver : StreamObserver < O > ) : GrpcBidiExchange < I , O >
open static fun < I : Any , O : Any > create ( readObserver : StreamObserver < I > , writeObserver : StreamObserver < O > ) : GrpcBidiExchange < I , O >
abstract fun drainHandler ( handler : Handler < Void > ) : GrpcBidiExchange < I , O >
abstract fun endHandler ( handler : Handler < Void > ) : GrpcBidiExchange < I , O >
abstract fun exceptionHandler ( handler : Handler < Throwable > ) : GrpcBidiExchange < I , O >
abstract fun fail ( t : Throwable ) : GrpcBidiExchange < I , O >
abstract fun handler ( handler : Handler < I > ) : GrpcBidiExchange < I , O >
abstract fun pause ( ) : GrpcBidiExchange < I , O >
abstract fun readObserver ( ) : StreamObserver < I >
abstract fun resume ( ) : GrpcBidiExchange < I , O >
abstract fun setReadObserver ( observer : StreamObserver < I > ) : GrpcBidiExchange < I , O >
abstract fun setWriteQueueMaxSize ( maxSize : Int ) : GrpcBidiExchange < I , O >
abstract fun write ( data : O ) : GrpcBidiExchange < I , O >
abstract fun writeObserver ( ) : StreamObserver < O >
interface GrpcReadStream < T : Any > : ReadStream < T >
interface GrpcUniExchange < O : Any , I : Any > : GrpcWriteStream < O >
interface GrpcWriteStream < T : Any > : WriteStream < T >
open class VertxChannelBuilder : ManagedChannelBuilder < VertxChannelBuilder >
open class VertxServer : Server
open class VertxServerBuilder : ServerBuilder < VertxServerBuilder >
package io.vertx.junit5
Module Contents
interface Checkpoint
@Target ( [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Timeout
class VertxExtension : ParameterResolver , BeforeTestExecutionCallback , AfterTestExecutionCallback , BeforeEachCallback , AfterEachCallback , BeforeAllCallback , AfterAllCallback
class VertxTestContext
package io.vertx.kafka.admin
Module Contents
interface AdminUtils
Module Contents
abstract fun changeTopicConfig ( topicName : String , topicConfig : MutableMap < String , String > , completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun create ( vertx : Vertx , zookeeperHosts : String ) : AdminUtils
open static fun create ( vertx : Vertx , zookeeperHosts : String , autoClose : Boolean ) : AdminUtils
open static fun create ( vertx : Vertx , zookeeperHosts : String , connectionTimeoutMs : Int , isSecure : Boolean , autoClose : Boolean ) : AdminUtils
abstract fun createTopic ( topicName : String , partitionCount : Int , replicationFactor : Int , completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun createTopic ( topicName : String , partitionCount : Int , replicationFactor : Int , topicConfig : MutableMap < String , String > , completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun deleteTopic ( topicName : String , completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun topicExists ( topicName : String , completionHandler : Handler < AsyncResult < Boolean > > ) : Unit
package io.vertx.kafka.client.common
package io.vertx.kafka.client.consumer
Module Contents
interface KafkaConsumer < K : Any , V : Any > : ReadStream < KafkaConsumerRecord < K , V > >
Module Contents
abstract fun asStream ( ) : KafkaReadStream < K , V >
abstract fun assign ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
abstract fun assign ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
abstract fun assign ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun assign ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun assignment ( handler : Handler < AsyncResult < MutableSet < TopicPartition > > > ) : KafkaConsumer < K , V >
abstract fun batchHandler ( handler : Handler < KafkaConsumerRecords < K , V > > ) : KafkaConsumer < K , V >
abstract fun beginningOffsets ( topicPartitions : MutableSet < TopicPartition > , handler : Handler < AsyncResult < MutableMap < TopicPartition , Long > > > ) : Unit
abstract fun beginningOffsets ( topicPartition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
open fun close ( ) : Unit
abstract fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun commit ( ) : Unit
abstract fun commit ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun commit ( offsets : MutableMap < TopicPartition , OffsetAndMetadata > ) : Unit
abstract fun commit ( offsets : MutableMap < TopicPartition , OffsetAndMetadata > , completionHandler : Handler < AsyncResult < MutableMap < TopicPartition , OffsetAndMetadata > > > ) : Unit
abstract fun committed ( topicPartition : TopicPartition , handler : Handler < AsyncResult < OffsetAndMetadata > > ) : Unit
open static fun < K : Any , V : Any > create ( vertx : Vertx , consumer : Consumer < K , V > ) : KafkaConsumer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > ) : KafkaConsumer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaConsumer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : Properties ) : KafkaConsumer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : Properties , keyType : Class < K > , valueType : Class < V > ) : KafkaConsumer < K , V >
abstract fun endHandler ( endHandler : Handler < Void > ) : KafkaConsumer < K , V >
abstract fun endOffsets ( topicPartitions : MutableSet < TopicPartition > , handler : Handler < AsyncResult < MutableMap < TopicPartition , Long > > > ) : Unit
abstract fun endOffsets ( topicPartition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
abstract fun exceptionHandler ( handler : Handler < Throwable > ) : KafkaConsumer < K , V >
abstract fun handler ( handler : Handler < KafkaConsumerRecord < K , V > > ) : KafkaConsumer < K , V >
abstract fun listTopics ( handler : Handler < AsyncResult < MutableMap < String , MutableList < PartitionInfo > > > > ) : KafkaConsumer < K , V >
abstract fun offsetsForTimes ( topicPartitionTimestamps : MutableMap < TopicPartition , Long > , handler : Handler < AsyncResult < MutableMap < TopicPartition , OffsetAndTimestamp > > > ) : Unit
abstract fun offsetsForTimes ( topicPartition : TopicPartition , timestamp : Long , handler : Handler < AsyncResult < OffsetAndTimestamp > > ) : Unit
abstract fun partitionsAssignedHandler ( handler : Handler < MutableSet < TopicPartition > > ) : KafkaConsumer < K , V >
abstract fun partitionsFor ( topic : String , handler : Handler < AsyncResult < MutableList < PartitionInfo > > > ) : KafkaConsumer < K , V >
abstract fun partitionsRevokedHandler ( handler : Handler < MutableSet < TopicPartition > > ) : KafkaConsumer < K , V >
abstract fun pause ( ) : KafkaConsumer < K , V >
abstract fun pause ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
abstract fun pause ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
abstract fun pause ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun pause ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun paused ( handler : Handler < AsyncResult < MutableSet < TopicPartition > > > ) : Unit
abstract fun pollTimeout ( timeout : Long ) : KafkaConsumer < K , V >
abstract fun position ( partition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
abstract fun resume ( ) : KafkaConsumer < K , V >
abstract fun resume ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
abstract fun resume ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
abstract fun resume ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun resume ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun seek ( topicPartition : TopicPartition , offset : Long ) : KafkaConsumer < K , V >
abstract fun seek ( topicPartition : TopicPartition , offset : Long , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun seekToBeginning ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
abstract fun seekToBeginning ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
abstract fun seekToBeginning ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun seekToBeginning ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun seekToEnd ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
abstract fun seekToEnd ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
abstract fun seekToEnd ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun seekToEnd ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun subscribe ( topic : String ) : KafkaConsumer < K , V >
abstract fun subscribe ( topics : MutableSet < String > ) : KafkaConsumer < K , V >
abstract fun subscribe ( topic : String , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun subscribe ( topics : MutableSet < String > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun subscription ( handler : Handler < AsyncResult < MutableSet < String > > > ) : KafkaConsumer < K , V >
abstract fun unsubscribe ( ) : KafkaConsumer < K , V >
abstract fun unsubscribe ( completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
abstract fun unwrap ( ) : Consumer < K , V >
interface KafkaConsumerRecords < K : Any , V : Any >
interface KafkaReadStream < K : Any , V : Any > : ReadStream < ConsumerRecord < K , V > >
Module Contents
abstract fun assign ( partitions : MutableSet < TopicPartition > ) : KafkaReadStream < K , V >
abstract fun assign ( partitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaReadStream < K , V >
abstract fun assignment ( handler : Handler < AsyncResult < MutableSet < TopicPartition > > > ) : KafkaReadStream < K , V >
abstract fun batchHandler ( handler : Handler < ConsumerRecords < K , V > > ) : KafkaReadStream < K , V >
abstract fun beginningOffsets ( topicPartitions : MutableSet < TopicPartition > , handler : Handler < AsyncResult < MutableMap < TopicPartition , Long > > > ) : Unit
abstract fun beginningOffsets ( topicPartition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
open fun close ( ) : Unit
abstract fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun commit ( ) : Unit
abstract fun commit ( completionHandler : Handler < AsyncResult < MutableMap < TopicPartition , OffsetAndMetadata > > > ) : Unit
abstract fun commit ( offsets : MutableMap < TopicPartition , OffsetAndMetadata > ) : Unit
abstract fun commit ( offsets : MutableMap < TopicPartition , OffsetAndMetadata > , completionHandler : Handler < AsyncResult < MutableMap < TopicPartition , OffsetAndMetadata > > > ) : Unit
abstract fun committed ( topicPartition : TopicPartition , handler : Handler < AsyncResult < OffsetAndMetadata > > ) : Unit
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : Properties ) : KafkaReadStream < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : Properties , keyType : Class < K > , valueType : Class < V > ) : KafkaReadStream < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , Any > ) : KafkaReadStream < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , Any > , keyType : Class < K > , valueType : Class < V > ) : KafkaReadStream < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , consumer : Consumer < K , V > ) : KafkaReadStream < K , V >
abstract fun endOffsets ( topicPartitions : MutableSet < TopicPartition > , handler : Handler < AsyncResult < MutableMap < TopicPartition , Long > > > ) : Unit
abstract fun endOffsets ( topicPartition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
abstract fun listTopics ( handler : Handler < AsyncResult < MutableMap < String , MutableList < PartitionInfo > > > > ) : KafkaReadStream < K , V >
abstract fun offsetsForTimes ( topicPartitionTimestamps : MutableMap < TopicPartition , Long > , handler : Handler < AsyncResult < MutableMap < TopicPartition , OffsetAndTimestamp > > > ) : Unit
abstract fun offsetsForTimes ( topicPartition : TopicPartition , timestamp : Long , handler : Handler < AsyncResult < OffsetAndTimestamp > > ) : Unit
abstract fun partitionsAssignedHandler ( handler : Handler < MutableSet < TopicPartition > > ) : KafkaReadStream < K , V >
abstract fun partitionsFor ( topic : String , handler : Handler < AsyncResult < MutableList < PartitionInfo > > > ) : KafkaReadStream < K , V >
abstract fun partitionsRevokedHandler ( handler : Handler < MutableSet < TopicPartition > > ) : KafkaReadStream < K , V >
abstract fun pause ( topicPartitions : MutableSet < TopicPartition > ) : KafkaReadStream < K , V >
abstract fun pause ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaReadStream < K , V >
abstract fun paused ( handler : Handler < AsyncResult < MutableSet < TopicPartition > > > ) : Unit
abstract fun pollTimeout ( timeout : Long ) : KafkaReadStream < K , V >
abstract fun position ( partition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
abstract fun resume ( topicPartitions : MutableSet < TopicPartition > ) : KafkaReadStream < K , V >
abstract fun resume ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaReadStream < K , V >
abstract fun seek ( topicPartition : TopicPartition , offset : Long ) : KafkaReadStream < K , V >
abstract fun seek ( topicPartition : TopicPartition , offset : Long , completionHandler : Handler < AsyncResult < Void > > ) : KafkaReadStream < K , V >
abstract fun seekToBeginning ( topicPartitions : MutableSet < TopicPartition > ) : KafkaReadStream < K , V >
abstract fun seekToBeginning ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaReadStream < K , V >
abstract fun seekToEnd ( topicPartitions : MutableSet < TopicPartition > ) : KafkaReadStream < K , V >
abstract fun seekToEnd ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaReadStream < K , V >
abstract fun subscribe ( topics : MutableSet < String > ) : KafkaReadStream < K , V >
abstract fun subscribe ( topics : MutableSet < String > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaReadStream < K , V >
abstract fun subscription ( handler : Handler < AsyncResult < MutableSet < String > > > ) : KafkaReadStream < K , V >
abstract fun unsubscribe ( ) : KafkaReadStream < K , V >
abstract fun unsubscribe ( completionHandler : Handler < AsyncResult < Void > > ) : KafkaReadStream < K , V >
abstract fun unwrap ( ) : Consumer < K , V >
package io.vertx.kafka.client.producer
Module Contents
interface KafkaProducer < K : Any , V : Any > : WriteStream < KafkaProducerRecord < K , V > >
Module Contents
abstract fun asStream ( ) : KafkaWriteStream < K , V >
abstract fun close ( ) : Unit
abstract fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun close ( timeout : Long , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun < K : Any , V : Any > create ( vertx : Vertx , producer : Producer < K , V > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : Properties ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : Properties , keyType : Class < K > , valueType : Class < V > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > createShared ( vertx : Vertx , name : String , config : Properties ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > createShared ( vertx : Vertx , name : String , config : MutableMap < String , String > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > createShared ( vertx : Vertx , name : String , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > createShared ( vertx : Vertx , name : String , config : Properties , keyType : Class < K > , valueType : Class < V > ) : KafkaProducer < K , V >
abstract fun drainHandler ( handler : Handler < Void > ) : KafkaProducer < K , V >
abstract fun end ( ) : Unit
abstract fun end ( kafkaProducerRecord : KafkaProducerRecord < K , V > ) : Unit
abstract fun exceptionHandler ( handler : Handler < Throwable > ) : KafkaProducer < K , V >
abstract fun flush ( completionHandler : Handler < Void > ) : KafkaProducer < K , V >
abstract fun partitionsFor ( topic : String , handler : Handler < AsyncResult < MutableList < PartitionInfo > > > ) : KafkaProducer < K , V >
abstract fun setWriteQueueMaxSize ( i : Int ) : KafkaProducer < K , V >
abstract fun unwrap ( ) : Producer < K , V >
abstract fun write ( kafkaProducerRecord : KafkaProducerRecord < K , V > ) : KafkaProducer < K , V >
abstract fun write ( record : KafkaProducerRecord < K , V > , handler : Handler < AsyncResult < RecordMetadata > > ) : KafkaProducer < K , V >
abstract fun writeQueueFull ( ) : Boolean
package io.vertx.kafka.client.serialization
package io.vertx.kotlin.amqpbridge
Module Contents
fun AmqpBridgeOptions ( connectTimeout : Int ? = null, containerId : String ? = null, crlPaths : Iterable < String > ? = null, crlValues : Iterable < Buffer > ? = null, enabledCipherSuites : Iterable < String > ? = null, enabledSaslMechanisms : Iterable < String > ? = null, enabledSecureTransportProtocols : Iterable < String > ? = null, heartbeat : Int ? = null, hostnameVerificationAlgorithm : String ? = null, idleTimeout : Int ? = null, jdkSslEngineOptions : JdkSSLEngineOptions ? = null, keyStoreOptions : JksOptions ? = null, localAddress : String ? = null, logActivity : Boolean ? = null, maxFrameSize : Int ? = null, metricsName : String ? = null, openSslEngineOptions : OpenSSLEngineOptions ? = null, pemKeyCertOptions : PemKeyCertOptions ? = null, pemTrustOptions : PemTrustOptions ? = null, pfxKeyCertOptions : PfxOptions ? = null, pfxTrustOptions : PfxOptions ? = null, proxyOptions : ProxyOptions ? = null, receiveBufferSize : Int ? = null, reconnectAttempts : Int ? = null, reconnectInterval : Long ? = null, replyHandlingSupport : Boolean ? = null, reuseAddress : Boolean ? = null, reusePort : Boolean ? = null, sendBufferSize : Int ? = null, sniServerName : String ? = null, soLinger : Int ? = null, ssl : Boolean ? = null, tcpCork : Boolean ? = null, tcpFastOpen : Boolean ? = null, tcpKeepAlive : Boolean ? = null, tcpNoDelay : Boolean ? = null, tcpQuickAck : Boolean ? = null, trafficClass : Int ? = null, trustAll : Boolean ? = null, trustStoreOptions : JksOptions ? = null, useAlpn : Boolean ? = null, usePooledBuffers : Boolean ? = null, vhost : String ? = null, virtualHost : String ? = null) : AmqpBridgeOptions
package io.vertx.kotlin.circuitbreaker
package io.vertx.kotlin.config
Module Contents
fun ConfigChange ( newConfiguration : JsonObject ? = null, previousConfiguration : JsonObject ? = null) : ConfigChange
fun ConfigRetrieverOptions ( includeDefaultStores : Boolean ? = null, scanPeriod : Long ? = null, stores : Iterable < ConfigStoreOptions > ? = null) : ConfigRetrieverOptions
fun ConfigStoreOptions ( config : JsonObject ? = null, format : String ? = null, optional : Boolean ? = null, type : String ? = null) : ConfigStoreOptions
fun ConfigurationChange ( newConfiguration : JsonObject ? = null, previousConfiguration : JsonObject ? = null) : ConfigChange
fun ConfigurationRetrieverOptions ( scanPeriod : Long ? = null, stores : List < ConfigStoreOptions > ? = null) : ConfigRetrieverOptions
fun ConfigurationStoreOptions ( config : JsonObject ? = null, format : String ? = null, type : String ? = null) : ConfigStoreOptions
package io.vertx.kotlin.config.vault.client
package io.vertx.kotlin.core.buffer
package io.vertx.kotlin.core.json
package io.vertx.kotlin.core.streams
package io.vertx.kotlin.coroutines
package io.vertx.kotlin.ext.auth
package io.vertx.kotlin.ext.auth.jdbc
package io.vertx.kotlin.ext.auth.jwt
Module Contents
fun JWTAuthOptions ( jwtOptions : JWTOptions ? = null, keyStore : KeyStoreOptions ? = null, permissionsClaimKey : String ? = null, pubSecKeys : Iterable < PubSecKeyOptions > ? = null, secrets : Iterable < SecretOptions > ? = null) : JWTAuthOptions
fun JWTKeyStoreOptions ( password : String ? = null, path : String ? = null, type : String ? = null) : JWTKeyStoreOptions
fun JWTOptions ( algorithm : String ? = null, audience : Iterable < String > ? = null, audiences : Iterable < String > ? = null, expiresInMinutes : Int ? = null, expiresInSeconds : Int ? = null, : JsonObject ? = null, ignoreExpiration : Boolean ? = null, issuer : String ? = null, leeway : Int ? = null, noTimestamp : Boolean ? = null, permissions : Iterable < String > ? = null, subject : String ? = null) : JWTOptions
package io.vertx.kotlin.ext.auth.mongo
Module Contents
fun MongoAuthOptions ( collectionName : String ? = null, config : JsonObject ? = null, datasourceName : String ? = null, passwordField : String ? = null, permissionField : String ? = null, roleField : String ? = null, saltField : String ? = null, saltStyle : HashSaltStyle ? = null, shared : Boolean ? = null, usernameCredentialField : String ? = null, usernameField : String ? = null) : MongoAuthOptions
package io.vertx.kotlin.ext.auth.oauth2
Module Contents
fun OAuth2ClientOptions ( alpnVersions : Iterable < HttpVersion > ? = null, authorizationPath : String ? = null, clientID : String ? = null, clientSecret : String ? = null, clientSecretParameterName : String ? = null, connectTimeout : Int ? = null, crlPaths : Iterable < String > ? = null, crlValues : Iterable < Buffer > ? = null, decoderInitialBufferSize : Int ? = null, defaultHost : String ? = null, defaultPort : Int ? = null, enabledCipherSuites : Iterable < String > ? = null, enabledSecureTransportProtocols : Iterable < String > ? = null, : JsonObject ? = null, forceSni : Boolean ? = null, : JsonObject ? = null, http2ClearTextUpgrade : Boolean ? = null, http2ConnectionWindowSize : Int ? = null, http2KeepAliveTimeout : Int ? = null, http2MaxPoolSize : Int ? = null, http2MultiplexingLimit : Int ? = null, idleTimeout : Int ? = null, initialSettings : Http2Settings ? = null, introspectionPath : String ? = null, jdkSslEngineOptions : JdkSSLEngineOptions ? = null, jwkPath : String ? = null, jwtOptions : JWTOptions ? = null, jwtToken : Boolean ? = null, keepAlive : Boolean ? = null, keepAliveTimeout : Int ? = null, keyStoreOptions : JksOptions ? = null, localAddress : String ? = null, logActivity : Boolean ? = null, logoutPath : String ? = null, maxChunkSize : Int ? = null, : Int ? = null, maxInitialLineLength : Int ? = null, maxPoolSize : Int ? = null, maxRedirects : Int ? = null, maxWaitQueueSize : Int ? = null, maxWebsocketFrameSize : Int ? = null, maxWebsocketMessageSize : Int ? = null, metricsName : String ? = null, openSslEngineOptions : OpenSSLEngineOptions ? = null, pemKeyCertOptions : PemKeyCertOptions ? = null, pemTrustOptions : PemTrustOptions ? = null, pfxKeyCertOptions : PfxOptions ? = null, pfxTrustOptions : PfxOptions ? = null, pipelining : Boolean ? = null, pipeliningLimit : Int ? = null, poolCleanerPeriod : Int ? = null, protocolVersion : HttpVersion ? = null, proxyOptions : ProxyOptions ? = null, pubSecKeys : Iterable < PubSecKeyOptions > ? = null, receiveBufferSize : Int ? = null, reuseAddress : Boolean ? = null, reusePort : Boolean ? = null, revocationPath : String ? = null, scopeSeparator : String ? = null, sendBufferSize : Int ? = null, sendUnmaskedFrames : Boolean ? = null, site : String ? = null, soLinger : Int ? = null, ssl : Boolean ? = null, tcpCork : Boolean ? = null, tcpFastOpen : Boolean ? = null, tcpKeepAlive : Boolean ? = null, tcpNoDelay : Boolean ? = null, tcpQuickAck : Boolean ? = null, tokenPath : String ? = null, trafficClass : Int ? = null, trustAll : Boolean ? = null, trustStoreOptions : JksOptions ? = null, tryUseCompression : Boolean ? = null, useAlpn : Boolean ? = null, : Boolean ? = null, usePooledBuffers : Boolean ? = null, userAgent : String ? = null, userInfoParameters : JsonObject ? = null, userInfoPath : String ? = null, verifyHost : Boolean ? = null) : OAuth2ClientOptions
package io.vertx.kotlin.ext.auth.shiro
package io.vertx.kotlin.ext.bridge
package io.vertx.kotlin.ext.configuration
package io.vertx.kotlin.ext.consul
Module Contents
fun AclToken ( id : String ? = null, name : String ? = null, rules : String ? = null, type : AclTokenType ? = null) : AclToken
fun BlockingQueryOptions ( index : Long ? = null, wait : String ? = null) : BlockingQueryOptions
fun Check ( id : String ? = null, name : String ? = null, nodeName : String ? = null, notes : String ? = null, output : String ? = null, serviceId : String ? = null, serviceName : String ? = null, status : CheckStatus ? = null) : Check
fun CheckList ( index : Long ? = null, list : Iterable < Check > ? = null) : CheckList
fun CheckOptions ( deregisterAfter : String ? = null, http : String ? = null, id : String ? = null, interval : String ? = null, name : String ? = null, notes : String ? = null, script : String ? = null, serviceId : String ? = null, status : CheckStatus ? = null, tcp : String ? = null, ttl : String ? = null) : CheckOptions
fun CheckQueryOptions ( blockingOptions : BlockingQueryOptions ? = null, near : String ? = null) : CheckQueryOptions
fun ConsulClientOptions ( aclToken : String ? = null, alpnVersions : Iterable < HttpVersion > ? = null, connectTimeout : Int ? = null, crlPaths : Iterable < String > ? = null, crlValues : Iterable < Buffer > ? = null, dc : String ? = null, decoderInitialBufferSize : Int ? = null, defaultHost : String ? = null, defaultPort : Int ? = null, enabledCipherSuites : Iterable < String > ? = null, enabledSecureTransportProtocols : Iterable < String > ? = null, followRedirects : Boolean ? = null, forceSni : Boolean ? = null, http2ClearTextUpgrade : Boolean ? = null, http2ConnectionWindowSize : Int ? = null, http2KeepAliveTimeout : Int ? = null, http2MaxPoolSize : Int ? = null, http2MultiplexingLimit : Int ? = null, idleTimeout : Int ? = null, initialSettings : Http2Settings ? = null, jdkSslEngineOptions : JdkSSLEngineOptions ? = null, keepAlive : Boolean ? = null, keepAliveTimeout : Int ? = null, keyStoreOptions : JksOptions ? = null, localAddress : String ? = null, logActivity : Boolean ? = null, maxChunkSize : Int ? = null, : Int ? = null, maxInitialLineLength : Int ? = null, maxPoolSize : Int ? = null, maxRedirects : Int ? = null, maxWaitQueueSize : Int ? = null, maxWebsocketFrameSize : Int ? = null, maxWebsocketMessageSize : Int ? = null, metricsName : String ? = null, openSslEngineOptions : OpenSSLEngineOptions ? = null, pemKeyCertOptions : PemKeyCertOptions ? = null, pemTrustOptions : PemTrustOptions ? = null, pfxKeyCertOptions : PfxOptions ? = null, pfxTrustOptions : PfxOptions ? = null, pipelining : Boolean ? = null, pipeliningLimit : Int ? = null, poolCleanerPeriod : Int ? = null, protocolVersion : HttpVersion ? = null, proxyOptions : ProxyOptions ? = null, receiveBufferSize : Int ? = null, reuseAddress : Boolean ? = null, reusePort : Boolean ? = null, sendBufferSize : Int ? = null, sendUnmaskedFrames : Boolean ? = null, soLinger : Int ? = null, ssl : Boolean ? = null, tcpCork : Boolean ? = null, tcpFastOpen : Boolean ? = null, tcpKeepAlive : Boolean ? = null, tcpNoDelay : Boolean ? = null, tcpQuickAck : Boolean ? = null, timeout : Long ? = null, trafficClass : Int ? = null, trustAll : Boolean ? = null, trustStoreOptions : JksOptions ? = null, tryUseCompression : Boolean ? = null, useAlpn : Boolean ? = null, usePooledBuffers : Boolean ? = null, userAgent : String ? = null, userAgentEnabled : Boolean ? = null, verifyHost : Boolean ? = null) : ConsulClientOptions
fun Coordinate ( adj : Float ? = null, err : Float ? = null, height : Float ? = null, node : String ? = null, vec : Iterable < Float > ? = null) : Coordinate
fun CoordinateList ( index : Long ? = null, list : Iterable < Coordinate > ? = null) : CoordinateList
fun DcCoordinates ( datacenter : String ? = null, servers : Iterable < Coordinate > ? = null) : DcCoordinates
fun Event ( id : String ? = null, lTime : Int ? = null, name : String ? = null, node : String ? = null, payload : String ? = null, service : String ? = null, tag : String ? = null, version : Int ? = null) : Event
fun EventList ( index : Long ? = null, list : Iterable < Event > ? = null) : EventList
fun EventListOptions ( blockingOptions : BlockingQueryOptions ? = null, name : String ? = null) : EventListOptions
fun EventOptions ( node : String ? = null, payload : String ? = null, service : String ? = null, tag : String ? = null) : EventOptions
fun KeyValue ( createIndex : Long ? = null, flags : Long ? = null, key : String ? = null, lockIndex : Long ? = null, modifyIndex : Long ? = null, session : String ? = null, value : String ? = null) : KeyValue
fun KeyValueList ( index : Long ? = null, list : Iterable < KeyValue > ? = null) : KeyValueList
fun KeyValueOptions ( acquireSession : String ? = null, casIndex : Long ? = null, flags : Long ? = null, releaseSession : String ? = null) : KeyValueOptions
fun MaintenanceOptions ( enable : Boolean ? = null, id : String ? = null, reason : String ? = null) : MaintenanceOptions
fun Node ( address : String ? = null, lanAddress : String ? = null, name : String ? = null, wanAddress : String ? = null) : Node
fun NodeList ( index : Long ? = null, list : Iterable < Node > ? = null) : NodeList
fun NodeQueryOptions ( blockingOptions : BlockingQueryOptions ? = null, near : String ? = null) : NodeQueryOptions
fun PreparedQueryDefinition ( dcs : Iterable < String > ? = null, dnsTtl : String ? = null, id : String ? = null, meta : Map < String , String > ? = null, name : String ? = null, nearestN : Int ? = null, passing : Boolean ? = null, service : String ? = null, session : String ? = null, tags : Iterable < String > ? = null, templateRegexp : String ? = null, templateType : String ? = null, token : String ? = null) : PreparedQueryDefinition
fun PreparedQueryExecuteOptions ( limit : Int ? = null, near : String ? = null) : PreparedQueryExecuteOptions
fun PreparedQueryExecuteResponse ( dc : String ? = null, dnsTtl : String ? = null, failovers : Int ? = null, nodes : Iterable < ServiceEntry > ? = null, service : String ? = null) : PreparedQueryExecuteResponse
fun Service ( address : String ? = null, id : String ? = null, name : String ? = null, node : String ? = null, nodeAddress : String ? = null, port : Int ? = null, tags : Iterable < String > ? = null) : Service
fun ServiceEntry ( checks : Iterable < Check > ? = null, node : Node ? = null, service : Service ? = null) : ServiceEntry
fun ServiceEntryList ( index : Long ? = null, list : Iterable < ServiceEntry > ? = null) : ServiceEntryList
fun ServiceList ( index : Long ? = null, list : Iterable < Service > ? = null) : ServiceList
fun ServiceOptions ( address : String ? = null, checkOptions : CheckOptions ? = null, id : String ? = null, name : String ? = null, port : Int ? = null, tags : Iterable < String > ? = null) : ServiceOptions
fun ServiceQueryOptions ( blockingOptions : BlockingQueryOptions ? = null, near : String ? = null, tag : String ? = null) : ServiceQueryOptions
fun Session ( checks : Iterable < String > ? = null, createIndex : Long ? = null, id : String ? = null, index : Long ? = null, lockDelay : Long ? = null, node : String ? = null) : Session
fun SessionList ( index : Long ? = null, list : Iterable < Session > ? = null) : SessionList
fun SessionOptions ( behavior : SessionBehavior ? = null, checks : Iterable < String > ? = null, lockDelay : Long ? = null, name : String ? = null, node : String ? = null, ttl : Long ? = null) : SessionOptions
fun TxnError ( opIndex : Int ? = null, what : String ? = null) : TxnError
fun TxnKVOperation ( flags : Long ? = null, index : Long ? = null, key : String ? = null, session : String ? = null, type : TxnKVVerb ? = null, value : String ? = null) : TxnKVOperation
fun TxnRequest ( ) : TxnRequest
fun TxnResponse ( errors : Iterable < TxnError > ? = null) : TxnResponse
package io.vertx.kotlin.ext.dropwizard
Module Contents
fun DropwizardMetricsOptions ( baseName : String ? = null, configPath : String ? = null, enabled : Boolean ? = null, jmxDomain : String ? = null, jmxEnabled : Boolean ? = null, monitoredEventBusHandlers : Iterable < Match > ? = null, monitoredHttpClientEndpoints : Iterable < Match > ? = null, monitoredHttpClientUris : Iterable < Match > ? = null, monitoredHttpServerUris : Iterable < Match > ? = null, registryName : String ? = null) : DropwizardMetricsOptions
fun Match ( alias : String ? = null, type : MatchType ? = null, value : String ? = null) : Match
package io.vertx.kotlin.ext.hawkular
Module Contents
fun AuthenticationOptions ( enabled : Boolean ? = null, id : String ? = null, secret : String ? = null) : AuthenticationOptions
fun MetricTagsMatch ( tags : JsonObject ? = null, type : MatchType ? = null, value : String ? = null) : MetricTagsMatch
fun VertxHawkularOptions ( authenticationOptions : AuthenticationOptions ? = null, batchDelay : Int ? = null, batchSize : Int ? = null, disabledMetricsTypes : Iterable < MetricsType > ? = null, enabled : Boolean ? = null, host : String ? = null, : JsonObject ? = null, httpOptions : HttpClientOptions ? = null, metricTagsMatches : Iterable < MetricTagsMatch > ? = null, metricsBridgeAddress : String ? = null, metricsBridgeEnabled : Boolean ? = null, metricsServiceUri : String ? = null, port : Int ? = null, prefix : String ? = null, schedule : Int ? = null, : Boolean ? = null, taggedMetricsCacheSize : Int ? = null, tags : JsonObject ? = null, tenant : String ? = null) : VertxHawkularOptions
package io.vertx.kotlin.ext.healthchecks
package io.vertx.kotlin.ext.jwt
Module Contents
fun JWTOptions ( algorithm : String ? = null, audience : Iterable < String > ? = null, audiences : Iterable < String > ? = null, expiresInMinutes : Int ? = null, expiresInSeconds : Int ? = null, : JsonObject ? = null, ignoreExpiration : Boolean ? = null, issuer : String ? = null, leeway : Int ? = null, noTimestamp : Boolean ? = null, permissions : Iterable < String > ? = null, subject : String ? = null) : JWTOptions
package io.vertx.kotlin.ext.mail
Module Contents
fun MailAttachment ( contentId : String ? = null, contentType : String ? = null, data : Buffer ? = null, description : String ? = null, disposition : String ? = null, : Map < String , String > ? = null, name : String ? = null) : MailAttachment
fun MailConfig ( allowRcptErrors : Boolean ? = null, authMethods : String ? = null, disableEsmtp : Boolean ? = null, hostname : String ? = null, keepAlive : Boolean ? = null, keyStore : String ? = null, keyStorePassword : String ? = null, login : LoginOption ? = null, maxPoolSize : Int ? = null, ownHostname : String ? = null, password : String ? = null, port : Int ? = null, ssl : Boolean ? = null, starttls : StartTLSOptions ? = null, trustAll : Boolean ? = null, username : String ? = null) : MailConfig
fun MailMessage ( attachment : Iterable < MailAttachment > ? = null, bcc : Iterable < String > ? = null, bounceAddress : String ? = null, cc : Iterable < String > ? = null, : Boolean ? = null, from : String ? = null, : Map < String , String > ? = null, html : String ? = null, inlineAttachment : Iterable < MailAttachment > ? = null, subject : String ? = null, text : String ? = null, to : Iterable < String > ? = null) : MailMessage
fun MailResult ( messageID : String ? = null, recipients : Iterable < String > ? = null) : MailResult
package io.vertx.kotlin.ext.mongo
Module Contents
fun BulkOperation ( document : JsonObject ? = null, filter : JsonObject ? = null, multi : Boolean ? = null, type : BulkOperationType ? = null, upsert : Boolean ? = null) : BulkOperation
fun BulkWriteOptions ( ordered : Boolean ? = null, writeOption : WriteOption ? = null) : BulkWriteOptions
fun FindOptions ( batchSize : Int ? = null, fields : JsonObject ? = null, limit : Int ? = null, skip : Int ? = null, sort : JsonObject ? = null) : FindOptions
fun IndexOptions ( ) : IndexOptions
fun MongoClientBulkWriteResult ( ) : MongoClientBulkWriteResult
fun MongoClientDeleteResult ( ) : MongoClientDeleteResult
fun MongoClientUpdateResult ( ) : MongoClientUpdateResult
fun UpdateOptions ( multi : Boolean ? = null, returningNewDocument : Boolean ? = null, upsert : Boolean ? = null, writeOption : WriteOption ? = null) : UpdateOptions
package io.vertx.kotlin.ext.shell
package io.vertx.kotlin.ext.shell.term
Module Contents
fun HttpTermOptions ( acceptBacklog : Int ? = null, acceptUnmaskedFrames : Boolean ? = null, alpnVersions : Iterable < HttpVersion > ? = null, charset : String ? = null, clientAuth : ClientAuth ? = null, clientAuthRequired : Boolean ? = null, compressionLevel : Int ? = null, compressionSupported : Boolean ? = null, crlPaths : Iterable < String > ? = null, crlValues : Iterable < Buffer > ? = null, decoderInitialBufferSize : Int ? = null, decompressionSupported : Boolean ? = null, enabledCipherSuites : Iterable < String > ? = null, enabledSecureTransportProtocols : Iterable < String > ? = null, handle100ContinueAutomatically : Boolean ? = null, host : String ? = null, http2ConnectionWindowSize : Int ? = null, idleTimeout : Int ? = null, initialSettings : Http2Settings ? = null, intputrc : String ? = null, jdkSslEngineOptions : JdkSSLEngineOptions ? = null, keyStoreOptions : JksOptions ? = null, logActivity : Boolean ? = null, maxChunkSize : Int ? = null, maxHeaderSize : Int ? = null, maxInitialLineLength : Int ? = null, maxWebsocketFrameSize : Int ? = null, maxWebsocketMessageSize : Int ? = null, openSslEngineOptions : OpenSSLEngineOptions ? = null, pemKeyCertOptions : PemKeyCertOptions ? = null, pemTrustOptions : PemTrustOptions ? = null, pfxKeyCertOptions : PfxOptions ? = null, pfxTrustOptions : PfxOptions ? = null, port : Int ? = null, receiveBufferSize : Int ? = null, reuseAddress : Boolean ? = null, reusePort : Boolean ? = null, sendBufferSize : Int ? = null, shellHtmlResource : Buffer ? = null, sni : Boolean ? = null, soLinger : Int ? = null, sockJSHandlerOptions : SockJSHandlerOptions ? = null, sockJSPath : String ? = null, ssl : Boolean ? = null, tcpCork : Boolean ? = null, tcpFastOpen : Boolean ? = null, tcpKeepAlive : Boolean ? = null, tcpNoDelay : Boolean ? = null, tcpQuickAck : Boolean ? = null, termJsResource : Buffer ? = null, trafficClass : Int ? = null, trustStoreOptions : JksOptions ? = null, useAlpn : Boolean ? = null, usePooledBuffers : Boolean ? = null, vertsShellJsResource : Buffer ? = null, websocketSubProtocols : String ? = null) : HttpTermOptions
fun SSHTermOptions ( defaultCharset : String ? = null, host : String ? = null, intputrc : String ? = null, keyPairOptions : JksOptions ? = null, pemKeyPairOptions : PemKeyCertOptions ? = null, pfxKeyPairOptions : PfxOptions ? = null, port : Int ? = null) : SSHTermOptions
fun TelnetTermOptions ( acceptBacklog : Int ? = null, charset : String ? = null, clientAuth : ClientAuth ? = null, clientAuthRequired : Boolean ? = null, crlPaths : Iterable < String > ? = null, crlValues : Iterable < Buffer > ? = null, enabledCipherSuites : Iterable < String > ? = null, enabledSecureTransportProtocols : Iterable < String > ? = null, host : String ? = null, idleTimeout : Int ? = null, inBinary : Boolean ? = null, intputrc : String ? = null, jdkSslEngineOptions : JdkSSLEngineOptions ? = null, keyStoreOptions : JksOptions ? = null, logActivity : Boolean ? = null, openSslEngineOptions : OpenSSLEngineOptions ? = null, outBinary : Boolean ? = null, pemKeyCertOptions : PemKeyCertOptions ? = null, pemTrustOptions : PemTrustOptions ? = null, pfxKeyCertOptions : PfxOptions ? = null, pfxTrustOptions : PfxOptions ? = null, port : Int ? = null, receiveBufferSize : Int ? = null, reuseAddress : Boolean ? = null, reusePort : Boolean ? = null, sendBufferSize : Int ? = null, sni : Boolean ? = null, soLinger : Int ? = null, ssl : Boolean ? = null, tcpCork : Boolean ? = null, tcpFastOpen : Boolean ? = null, tcpKeepAlive : Boolean ? = null, tcpNoDelay : Boolean ? = null, tcpQuickAck : Boolean ? = null, trafficClass : Int ? = null, trustStoreOptions : JksOptions ? = null, useAlpn : Boolean ? = null, usePooledBuffers : Boolean ? = null) : TelnetTermOptions
package io.vertx.kotlin.ext.sql
Module Contents
fun ResultSet ( columnNames : Iterable < String > ? = null, next : ResultSet ? = null, output : JsonArray ? = null, results : Iterable < JsonArray > ? = null) : ResultSet
fun SQLOptions ( autoGeneratedKeys : Boolean ? = null, autoGeneratedKeysIndexes : JsonArray ? = null, catalog : String ? = null, fetchDirection : FetchDirection ? = null, fetchSize : Int ? = null, queryTimeout : Int ? = null, readOnly : Boolean ? = null, resultSetConcurrency : ResultSetConcurrency ? = null, resultSetType : ResultSetType ? = null, schema : String ? = null, transactionIsolation : TransactionIsolation ? = null) : SQLOptions
fun UpdateResult ( keys : JsonArray ? = null, updated : Int ? = null) : UpdateResult
package io.vertx.kotlin.ext.stomp
Module Contents
fun BridgeOptions ( inboundPermitteds : Iterable < PermittedOptions > ? = null, outboundPermitteds : Iterable < PermittedOptions > ? = null, pointToPoint : Boolean ? = null) : BridgeOptions
fun Frame ( body : Buffer ? = null, command : Command ? = null, destination : String ? = null, headers : Map < String , String > ? = null, id : String ? = null, transaction : String ? = null) : Frame
fun StompClientOptions ( acceptedVersions : Iterable < String > ? = null, autoComputeContentLength : Boolean ? = null, : Boolean ? = null, connectTimeout : Int ? = null, crlPaths : Iterable < String > ? = null, crlValues : Iterable < Buffer > ? = null, enabledCipherSuites : Iterable < String > ? = null, enabledSecureTransportProtocols : Iterable < String > ? = null, heartbeat : JsonObject ? = null, host : String ? = null, hostnameVerificationAlgorithm : String ? = null, idleTimeout : Int ? = null, jdkSslEngineOptions : JdkSSLEngineOptions ? = null, keyStoreOptions : JksOptions ? = null, localAddress : String ? = null, logActivity : Boolean ? = null, login : String ? = null, metricsName : String ? = null, openSslEngineOptions : OpenSSLEngineOptions ? = null, passcode : String ? = null, pemKeyCertOptions : PemKeyCertOptions ? = null, pemTrustOptions : PemTrustOptions ? = null, pfxKeyCertOptions : PfxOptions ? = null, pfxTrustOptions : PfxOptions ? = null, port : Int ? = null, proxyOptions : ProxyOptions ? = null, receiveBufferSize : Int ? = null, reconnectAttempts : Int ? = null, reconnectInterval : Long ? = null, reuseAddress : Boolean ? = null, reusePort : Boolean ? = null, sendBufferSize : Int ? = null, soLinger : Int ? = null, ssl : Boolean ? = null, tcpCork : Boolean ? = null, tcpFastOpen : Boolean ? = null, tcpKeepAlive : Boolean ? = null, tcpNoDelay : Boolean ? = null, tcpQuickAck : Boolean ? = null, trafficClass : Int ? = null, trailingLine : Boolean ? = null, trustAll : Boolean ? = null, trustStoreOptions : JksOptions ? = null, useAlpn : Boolean ? = null, usePooledBuffers : Boolean ? = null, useStompFrame : Boolean ? = null, virtualHost : String ? = null) : StompClientOptions
fun StompServerOptions ( acceptBacklog : Int ? = null, clientAuth : ClientAuth ? = null, clientAuthRequired : Boolean ? = null, crlPaths : Iterable < String > ? = null, crlValues : Iterable < Buffer > ? = null, enabledCipherSuites : Iterable < String > ? = null, enabledSecureTransportProtocols : Iterable < String > ? = null, heartbeat : JsonObject ? = null, host : String ? = null, idleTimeout : Int ? = null, jdkSslEngineOptions : JdkSSLEngineOptions ? = null, keyStoreOptions : JksOptions ? = null, logActivity : Boolean ? = null, maxBodyLength : Int ? = null, maxFrameInTransaction : Int ? = null, : Int ? = null, : Int ? = null, maxSubscriptionsByClient : Int ? = null, openSslEngineOptions : OpenSSLEngineOptions ? = null, pemKeyCertOptions : PemKeyCertOptions ? = null, pemTrustOptions : PemTrustOptions ? = null, pfxKeyCertOptions : PfxOptions ? = null, pfxTrustOptions : PfxOptions ? = null, port : Int ? = null, receiveBufferSize : Int ? = null, reuseAddress : Boolean ? = null, reusePort : Boolean ? = null, secured : Boolean ? = null, sendBufferSize : Int ? = null, sendErrorOnNoSubscriptions : Boolean ? = null, sni : Boolean ? = null, soLinger : Int ? = null, ssl : Boolean ? = null, supportedVersions : Iterable < String > ? = null, tcpCork : Boolean ? = null, tcpFastOpen : Boolean ? = null, tcpKeepAlive : Boolean ? = null, tcpNoDelay : Boolean ? = null, tcpQuickAck : Boolean ? = null, timeFactor : Int ? = null, trafficClass : Int ? = null, trailingLine : Boolean ? = null, transactionChunkSize : Int ? = null, trustStoreOptions : JksOptions ? = null, useAlpn : Boolean ? = null, usePooledBuffers : Boolean ? = null, websocketBridge : Boolean ? = null, websocketPath : String ? = null) : StompServerOptions
package io.vertx.kotlin.ext.unit
package io.vertx.kotlin.ext.unit.report
package io.vertx.kotlin.ext.web
package io.vertx.kotlin.ext.web.api.contract
package io.vertx.kotlin.ext.web.client
Module Contents
fun WebClientOptions ( alpnVersions : Iterable < HttpVersion > ? = null, connectTimeout : Int ? = null, crlPaths : Iterable < String > ? = null, crlValues : Iterable < Buffer > ? = null, decoderInitialBufferSize : Int ? = null, defaultHost : String ? = null, defaultPort : Int ? = null, enabledCipherSuites : Iterable < String > ? = null, enabledSecureTransportProtocols : Iterable < String > ? = null, followRedirects : Boolean ? = null, forceSni : Boolean ? = null, http2ClearTextUpgrade : Boolean ? = null, http2ConnectionWindowSize : Int ? = null, http2KeepAliveTimeout : Int ? = null, http2MaxPoolSize : Int ? = null, http2MultiplexingLimit : Int ? = null, idleTimeout : Int ? = null, initialSettings : Http2Settings ? = null, jdkSslEngineOptions : JdkSSLEngineOptions ? = null, keepAlive : Boolean ? = null, keepAliveTimeout : Int ? = null, keyStoreOptions : JksOptions ? = null, localAddress : String ? = null, logActivity : Boolean ? = null, maxChunkSize : Int ? = null, : Int ? = null, maxInitialLineLength : Int ? = null, maxPoolSize : Int ? = null, maxRedirects : Int ? = null, maxWaitQueueSize : Int ? = null, maxWebsocketFrameSize : Int ? = null, maxWebsocketMessageSize : Int ? = null, metricsName : String ? = null, openSslEngineOptions : OpenSSLEngineOptions ? = null, pemKeyCertOptions : PemKeyCertOptions ? = null, pemTrustOptions : PemTrustOptions ? = null, pfxKeyCertOptions : PfxOptions ? = null, pfxTrustOptions : PfxOptions ? = null, pipelining : Boolean ? = null, pipeliningLimit : Int ? = null, poolCleanerPeriod : Int ? = null, protocolVersion : HttpVersion ? = null, proxyOptions : ProxyOptions ? = null, receiveBufferSize : Int ? = null, reuseAddress : Boolean ? = null, reusePort : Boolean ? = null, sendBufferSize : Int ? = null, sendUnmaskedFrames : Boolean ? = null, soLinger : Int ? = null, ssl : Boolean ? = null, tcpCork : Boolean ? = null, tcpFastOpen : Boolean ? = null, tcpKeepAlive : Boolean ? = null, tcpNoDelay : Boolean ? = null, tcpQuickAck : Boolean ? = null, trafficClass : Int ? = null, trustAll : Boolean ? = null, trustStoreOptions : JksOptions ? = null, tryUseCompression : Boolean ? = null, useAlpn : Boolean ? = null, usePooledBuffers : Boolean ? = null, userAgent : String ? = null, userAgentEnabled : Boolean ? = null, verifyHost : Boolean ? = null) : WebClientOptions
package io.vertx.kotlin.ext.web.handler.sockjs
Module Contents
fun BridgeOptions ( inboundPermitted : Iterable < PermittedOptions > ? = null, inboundPermitteds : Iterable < PermittedOptions > ? = null, maxAddressLength : Int ? = null, maxHandlersPerSocket : Int ? = null, outboundPermitted : Iterable < PermittedOptions > ? = null, outboundPermitteds : Iterable < PermittedOptions > ? = null, pingTimeout : Long ? = null, replyTimeout : Long ? = null) : BridgeOptions
fun PermittedOptions ( address : String ? = null, addressRegex : String ? = null, match : JsonObject ? = null, requiredAuthority : String ? = null) : PermittedOptions
fun SockJSHandlerOptions ( disabledTransports : Iterable < String > ? = null, heartbeatInterval : Long ? = null, insertJSESSIONID : Boolean ? = null, libraryURL : String ? = null, maxBytesStreaming : Int ? = null, sessionTimeout : Long ? = null) : SockJSHandlerOptions
package io.vertx.kotlin.kafka.client.common
Module Contents
fun Node ( hasRack : Boolean ? = null, host : String ? = null, id : Int ? = null, idString : String ? = null, isEmpty : Boolean ? = null, port : Int ? = null, rack : String ? = null) : Node
fun PartitionInfo ( inSyncReplicas : Iterable < Node > ? = null, leader : Node ? = null, partition : Int ? = null, replicas : Iterable < Node > ? = null, topic : String ? = null) : PartitionInfo
fun TopicPartition ( partition : Int ? = null, topic : String ? = null) : TopicPartition
package io.vertx.kotlin.kafka.client.consumer
package io.vertx.kotlin.kafka.client.producer
package io.vertx.kotlin.micrometer
Module Contents
fun Match ( alias : String ? = null, domain : MetricsDomain ? = null, label : String ? = null, type : MatchType ? = null, value : String ? = null) : Match
fun MicrometerMetricsOptions ( disabledMetricsCategories : Iterable < MetricsDomain > ? = null, enabled : Boolean ? = null, influxDbOptions : VertxInfluxDbOptions ? = null, jmxMetricsOptions : VertxJmxMetricsOptions ? = null, labelMatchs : Iterable < Match > ? = null, prometheusOptions : VertxPrometheusOptions ? = null, registryName : String ? = null) : MicrometerMetricsOptions
fun VertxInfluxDbOptions ( batchSize : Int ? = null, compressed : Boolean ? = null, connectTimeout : Int ? = null, db : String ? = null, enabled : Boolean ? = null, numThreads : Int ? = null, password : String ? = null, readTimeout : Int ? = null, retentionPolicy : String ? = null, step : Int ? = null, uri : String ? = null, userName : String ? = null) : VertxInfluxDbOptions
fun VertxJmxMetricsOptions ( domain : String ? = null, enabled : Boolean ? = null, step : Int ? = null) : VertxJmxMetricsOptions
fun VertxPrometheusOptions ( embeddedServerEndpoint : String ? = null, embeddedServerOptions : HttpServerOptions ? = null, enabled : Boolean ? = null, startEmbeddedServer : Boolean ? = null) : VertxPrometheusOptions
package io.vertx.kotlin.micrometer.backend
Module Contents
fun VertxInfluxDbOptions ( batchSize : Int ? = null, compressed : Boolean ? = null, connectTimeout : Int ? = null, db : String ? = null, enabled : Boolean ? = null, numThreads : Int ? = null, password : String ? = null, readTimeout : Int ? = null, retentionPolicy : String ? = null, step : Int ? = null, uri : String ? = null, userName : String ? = null) : VertxInfluxDbOptions
fun VertxJmxMetricsOptions ( domain : String ? = null, enabled : Boolean ? = null, step : Int ? = null) : VertxJmxMetricsOptions
fun VertxPrometheusOptions ( embeddedServerEndpoint : String ? = null, embeddedServerOptions : HttpServerOptions ? = null, enabled : Boolean ? = null, startEmbeddedServer : Boolean ? = null) : VertxPrometheusOptions
package io.vertx.kotlin.micrometer.match
package io.vertx.kotlin.mqtt
Module Contents
fun MqttAuth ( ) : MqttAuth
fun MqttClientOptions ( autoGeneratedClientId : Boolean ? = null, autoKeepAlive : Boolean ? = null, cleanSession : Boolean ? = null, clientId : String ? = null, connectTimeout : Int ? = null, crlPaths : Iterable < String > ? = null, crlValues : Iterable < Buffer > ? = null, enabledCipherSuites : Iterable < String > ? = null, enabledSecureTransportProtocols : Iterable < String > ? = null, hostnameVerificationAlgorithm : String ? = null, idleTimeout : Int ? = null, jdkSslEngineOptions : JdkSSLEngineOptions ? = null, keepAliveTimeSeconds : Int ? = null, keyStoreOptions : JksOptions ? = null, localAddress : String ? = null, logActivity : Boolean ? = null, maxInflightQueue : Int ? = null, maxMessageSize : Int ? = null, metricsName : String ? = null, openSslEngineOptions : OpenSSLEngineOptions ? = null, password : String ? = null, pemKeyCertOptions : PemKeyCertOptions ? = null, pemTrustOptions : PemTrustOptions ? = null, pfxKeyCertOptions : PfxOptions ? = null, pfxTrustOptions : PfxOptions ? = null, proxyOptions : ProxyOptions ? = null, receiveBufferSize : Int ? = null, reconnectAttempts : Int ? = null, reconnectInterval : Long ? = null, reuseAddress : Boolean ? = null, reusePort : Boolean ? = null, sendBufferSize : Int ? = null, soLinger : Int ? = null, ssl : Boolean ? = null, tcpCork : Boolean ? = null, tcpFastOpen : Boolean ? = null, tcpKeepAlive : Boolean ? = null, tcpNoDelay : Boolean ? = null, tcpQuickAck : Boolean ? = null, trafficClass : Int ? = null, trustAll : Boolean ? = null, trustStoreOptions : JksOptions ? = null, useAlpn : Boolean ? = null, usePooledBuffers : Boolean ? = null, username : String ? = null, willFlag : Boolean ? = null, willMessage : String ? = null, willQoS : Int ? = null, willRetain : Boolean ? = null, willTopic : String ? = null) : MqttClientOptions
fun MqttServerOptions ( acceptBacklog : Int ? = null, autoClientId : Boolean ? = null, clientAuth : ClientAuth ? = null, clientAuthRequired : Boolean ? = null, crlPaths : Iterable < String > ? = null, crlValues : Iterable < Buffer > ? = null, enabledCipherSuites : Iterable < String > ? = null, enabledSecureTransportProtocols : Iterable < String > ? = null, host : String ? = null, idleTimeout : Int ? = null, jdkSslEngineOptions : JdkSSLEngineOptions ? = null, keyStoreOptions : JksOptions ? = null, logActivity : Boolean ? = null, maxMessageSize : Int ? = null, openSslEngineOptions : OpenSSLEngineOptions ? = null, pemKeyCertOptions : PemKeyCertOptions ? = null, pemTrustOptions : PemTrustOptions ? = null, pfxKeyCertOptions : PfxOptions ? = null, pfxTrustOptions : PfxOptions ? = null, port : Int ? = null, receiveBufferSize : Int ? = null, reuseAddress : Boolean ? = null, reusePort : Boolean ? = null, sendBufferSize : Int ? = null, sni : Boolean ? = null, soLinger : Int ? = null, ssl : Boolean ? = null, tcpCork : Boolean ? = null, tcpFastOpen : Boolean ? = null, tcpKeepAlive : Boolean ? = null, tcpNoDelay : Boolean ? = null, tcpQuickAck : Boolean ? = null, timeoutOnConnect : Int ? = null, trafficClass : Int ? = null, trustStoreOptions : JksOptions ? = null, useAlpn : Boolean ? = null, usePooledBuffers : Boolean ? = null) : MqttServerOptions
fun MqttWill ( ) : MqttWill
package io.vertx.kotlin.rabbitmq
Module Contents
fun RabbitMQOptions ( automaticRecoveryEnabled : Boolean ? = null, connectionRetries : Int ? = null, connectionRetryDelay : Long ? = null, connectionTimeout : Int ? = null, handshakeTimeout : Int ? = null, host : String ? = null, includeProperties : Boolean ? = null, networkRecoveryInterval : Long ? = null, password : String ? = null, port : Int ? = null, requestedChannelMax : Int ? = null, requestedHeartbeat : Int ? = null, uri : String ? = null, user : String ? = null, virtualHost : String ? = null) : RabbitMQOptions
package io.vertx.kotlin.redis
Module Contents
fun RedisOptions ( address : String ? = null, auth : String ? = null, binary : Boolean ? = null, connectTimeout : Int ? = null, crlPaths : Iterable < String > ? = null, crlValues : Iterable < Buffer > ? = null, domainSocket : Boolean ? = null, domainSocketAddress : String ? = null, enabledCipherSuites : Iterable < String > ? = null, enabledSecureTransportProtocols : Iterable < String > ? = null, encoding : String ? = null, host : String ? = null, hostnameVerificationAlgorithm : String ? = null, idleTimeout : Int ? = null, jdkSslEngineOptions : JdkSSLEngineOptions ? = null, keyStoreOptions : JksOptions ? = null, localAddress : String ? = null, logActivity : Boolean ? = null, masterName : String ? = null, metricsName : String ? = null, openSslEngineOptions : OpenSSLEngineOptions ? = null, pemKeyCertOptions : PemKeyCertOptions ? = null, pemTrustOptions : PemTrustOptions ? = null, pfxKeyCertOptions : PfxOptions ? = null, pfxTrustOptions : PfxOptions ? = null, port : Int ? = null, proxyOptions : ProxyOptions ? = null, receiveBufferSize : Int ? = null, reconnectAttempts : Int ? = null, reconnectInterval : Long ? = null, reuseAddress : Boolean ? = null, reusePort : Boolean ? = null, select : Int ? = null, sendBufferSize : Int ? = null, sentinels : Iterable < String > ? = null, soLinger : Int ? = null, ssl : Boolean ? = null, tcpCork : Boolean ? = null, tcpFastOpen : Boolean ? = null, tcpKeepAlive : Boolean ? = null, tcpNoDelay : Boolean ? = null, tcpQuickAck : Boolean ? = null, trafficClass : Int ? = null, trustAll : Boolean ? = null, trustStoreOptions : JksOptions ? = null, useAlpn : Boolean ? = null, usePooledBuffers : Boolean ? = null) : RedisOptions
package io.vertx.kotlin.redis.op
Module Contents
fun BitFieldGetCommand ( offset : Long ? = null, type : String ? = null) : BitFieldGetCommand
fun BitFieldIncrbyCommand ( increment : Long ? = null, offset : Long ? = null, type : String ? = null) : BitFieldIncrbyCommand
fun BitFieldOptions ( get : BitFieldGetCommand ? = null, incrby : BitFieldIncrbyCommand ? = null, set : BitFieldSetCommand ? = null) : BitFieldOptions
fun BitFieldSetCommand ( offset : Long ? = null, type : String ? = null, value : Long ? = null) : BitFieldSetCommand
fun GeoMember ( latitude : Double ? = null, longitude : Double ? = null, member : String ? = null) : GeoMember
fun GeoRadiusOptions ( count : Long ? = null, withCoord : Boolean ? = null, withDist : Boolean ? = null, withHash : Boolean ? = null) : GeoRadiusOptions
fun KillFilter ( addr : String ? = null, id : String ? = null, skipme : Boolean ? = null, type : Type ? = null) : KillFilter
fun LimitOptions ( ) : LimitOptions
fun MigrateOptions ( ) : MigrateOptions
fun RangeLimitOptions ( ) : RangeLimitOptions
fun ScanOptions ( count : Int ? = null, match : String ? = null) : ScanOptions
fun SetOptions ( ex : Long ? = null, nx : Boolean ? = null, px : Long ? = null, xx : Boolean ? = null) : SetOptions
fun SortOptions ( by : String ? = null, gets : Iterable < String > ? = null, store : String ? = null) : SortOptions
package io.vertx.kotlin.servicediscovery
package io.vertx.kotlin.servicediscovery.types
package io.vertx.lang.groovy
package io.vertx.lang.kotlin
package io.vertx.lang.reactivex
package io.vertx.lang.ruby
package io.vertx.lang.rxjava
package io.vertx.maven
package io.vertx.maven.resolver
package io.vertx.micrometer
package io.vertx.micrometer.backends
package io.vertx.mqtt
package io.vertx.rabbitmq
Module Contents
interface RabbitMQClient
Module Contents
abstract fun basicAck ( deliveryTag : Long , multiple : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun basicConsume ( queue : String , address : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun basicConsume ( queue : String , address : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun basicConsume ( queue : String , address : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < Void > > , errorHandler : Handler < Throwable > ) : Unit
abstract fun basicGet ( queue : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun basicNack ( deliveryTag : Long , multiple : Boolean , requeue : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun basicPublish ( exchange : String , routingKey : String , message : JsonObject , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun basicQos ( prefetchCount : Int , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun confirmSelect ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun create ( vertx : Vertx , config : RabbitMQOptions ) : RabbitMQClient
open static fun create ( vertx : Vertx , config : JsonObject ) : RabbitMQClient
abstract fun exchangeBind ( destination : String , source : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun exchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun exchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean , config : JsonObject , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun exchangeDelete ( exchange : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun exchangeUnbind ( destination : String , source : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun isConnected ( ) : Boolean
abstract fun isOpenChannel ( ) : Boolean
abstract fun messageCount ( queue : String , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun queueBind ( queue : String , exchange : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun queueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun queueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean , config : JsonObject , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun queueDeclareAuto ( resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun queueDelete ( queue : String , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun queueDeleteIf ( queue : String , ifUnused : Boolean , ifEmpty : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
abstract fun start ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun stop ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun waitForConfirms ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
abstract fun waitForConfirms ( timeout : Long , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open class RabbitMQOptionsConverter
package io.vertx.reactivex
Module Contents
open class CompletableHelper
open class ContextScheduler : Scheduler
open class FlowableHelper
Module Contents
FlowableHelper ( )
open static fun < T : Any , U : Any > toFlowable ( stream : ReadStream < T > , mapping : Function < T , U > ) : Flowable < U >
open static fun < T : Any > toFlowable ( stream : ReadStream < T > ) : Flowable < T >
open static fun < T : Any > toFlowable ( stream : ReadStream < T > , maxBufferSize : Long ) : Flowable < T >
open static fun < T : Any > toReadStream ( observable : Flowable < T > ) : ReadStream < T >
open static fun < T : Any > unmarshaller ( mappedType : Class < T > ) : FlowableTransformer < Buffer , T >
open static fun < T : Any > unmarshaller ( mappedTypeRef : TypeReference < T > ) : FlowableTransformer < Buffer , T >
open static fun < T : Any > unmarshaller ( mappedType : Class < T > , mapper : ObjectMapper ) : FlowableTransformer < Buffer , T >
open static fun < T : Any > unmarshaller ( mappedTypeRef : TypeReference < T > , mapper : ObjectMapper ) : FlowableTransformer < Buffer , T >
open class MaybeHelper
open class ObservableHelper
open class RxHelper
open class SingleHelper
package io.vertx.reactivex.amqpbridge
Module Contents
open class AmqpBridge
Module Contents
AmqpBridge ( delegate : AmqpBridge )
static val __TYPE_ARG : TypeArg < AmqpBridge >
open fun close ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun create ( vertx : Vertx ) : AmqpBridge
open static fun create ( vertx : Vertx , options : AmqpBridgeOptions ) : AmqpBridge
open fun < T : Any > createConsumer ( amqpAddress : String ) : MessageConsumer < T >
open fun < T : Any > createProducer ( amqpAddress : String ) : MessageProducer < T >
open fun endHandler ( endHandler : Handler < Void > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : AmqpBridge
open fun hashCode ( ) : Int
open static fun newInstance ( arg : AmqpBridge ) : AmqpBridge
open fun rxClose ( ) : Completable
open fun rxStart ( hostname : String , port : Int , username : String , password : String ) : Single < AmqpBridge >
open fun rxStart ( hostname : String , port : Int ) : Single < AmqpBridge >
open fun start ( hostname : String , port : Int , username : String , password : String , resultHandler : Handler < AsyncResult < AmqpBridge > > ) : Unit
open fun start ( hostname : String , port : Int , resultHandler : Handler < AsyncResult < AmqpBridge > > ) : Unit
open fun toString ( ) : String
package io.vertx.reactivex.circuitbreaker
Module Contents
open class CircuitBreaker
Module Contents
CircuitBreaker ( delegate : CircuitBreaker )
static val __TYPE_ARG : TypeArg < CircuitBreaker >
open fun close ( ) : CircuitBreaker
open fun closeHandler ( handler : Handler < Void > ) : CircuitBreaker
open static fun create ( name : String , vertx : Vertx , options : CircuitBreakerOptions ) : CircuitBreaker
open static fun create ( name : String , vertx : Vertx ) : CircuitBreaker
open fun equals ( other : Any ? ) : Boolean
open fun < T : Any > execute ( command : Handler < Future < T > > ) : Future < T >
open fun < T : Any > executeAndReport ( resultFuture : Future < T > , command : Handler < Future < T > > ) : CircuitBreaker
open fun < T : Any > executeAndReportWithFallback ( resultFuture : Future < T > , command : Handler < Future < T > > , fallback : Function < Throwable , T > ) : CircuitBreaker
open fun < T : Any > executeCommand ( command : Handler < Future < T > > , handler : Handler < AsyncResult < T > > ) : Unit
open fun < T : Any > executeCommandWithFallback ( command : Handler < Future < T > > , fallback : Function < Throwable , T > , handler : Handler < AsyncResult < T > > ) : Unit
open fun < T : Any > executeWithFallback ( command : Handler < Future < T > > , fallback : Function < Throwable , T > ) : Future < T >
open fun failureCount ( ) : Long
open fun < T : Any > fallback ( handler : Function < Throwable , T > ) : CircuitBreaker
open fun getDelegate ( ) : CircuitBreaker
open fun halfOpenHandler ( handler : Handler < Void > ) : CircuitBreaker
open fun hashCode ( ) : Int
open fun name ( ) : String
open static fun newInstance ( arg : CircuitBreaker ) : CircuitBreaker
open fun open ( ) : CircuitBreaker
open fun openHandler ( handler : Handler < Void > ) : CircuitBreaker
open fun reset ( ) : CircuitBreaker
open fun < T : Any > rxExecuteCommand ( command : Handler < Future < T > > ) : Single < T >
open fun < T : Any > rxExecuteCommandWithFallback ( command : Handler < Future < T > > , fallback : Function < Throwable , T > ) : Single < T >
open fun state ( ) : CircuitBreakerState
open fun toString ( ) : String
open class HystrixMetricHandler : Handler < RoutingContext >
package io.vertx.reactivex.config
package io.vertx.reactivex.core
Module Contents
open class AbstractVerticle : AbstractVerticle
open class CompositeFuture : Future < CompositeFuture >
Module Contents
CompositeFuture ( delegate : CompositeFuture )
static val __TYPE_ARG : TypeArg < CompositeFuture >
open static fun < T1 : Any , T2 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any , T6 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > , f6 : Future < T6 > ) : CompositeFuture
open static fun all ( futures : MutableList < Future < Any > > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any , T6 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > , f6 : Future < T6 > ) : CompositeFuture
open static fun any ( futures : MutableList < Future < Any > > ) : CompositeFuture
open fun cause ( index : Int ) : Throwable
open fun complete ( result : CompositeFuture ) : Unit
open fun complete ( ) : Unit
open fun completer ( ) : Handler < AsyncResult < CompositeFuture > >
open fun < U : Any > compose ( handler : Handler < CompositeFuture > , next : Future < U > ) : Future < U >
open fun < U : Any > compose ( mapper : Function < CompositeFuture , Future < U > > ) : Future < U >
open fun equals ( other : Any ? ) : Boolean
open fun failed ( index : Int ) : Boolean
open fun getDelegate ( ) : CompositeFuture
open fun hashCode ( ) : Int
open fun isComplete ( index : Int ) : Boolean
open static fun < T1 : Any , T2 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any , T6 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > , f6 : Future < T6 > ) : CompositeFuture
open static fun join ( futures : MutableList < Future < Any > > ) : CompositeFuture
open fun < U : Any > map ( mapper : Function < CompositeFuture , U > ) : Future < U >
open static fun newInstance ( arg : CompositeFuture ) : CompositeFuture
open fun otherwise ( mapper : Function < Throwable , CompositeFuture > ) : Future < CompositeFuture >
open fun otherwise ( value : CompositeFuture ) : Future < CompositeFuture >
open fun otherwiseEmpty ( ) : Future < CompositeFuture >
open fun recover ( mapper : Function < Throwable , Future < CompositeFuture > > ) : Future < CompositeFuture >
open fun result ( ) : CompositeFuture
open fun < T : Any > resultAt ( index : Int ) : T
open fun rxSetHandler ( ) : Single < CompositeFuture >
open fun setHandler ( handler : Handler < AsyncResult < CompositeFuture > > ) : CompositeFuture
open fun size ( ) : Int
open fun succeeded ( index : Int ) : Boolean
open fun toString ( ) : String
open fun tryComplete ( result : CompositeFuture ) : Boolean
open fun tryComplete ( ) : Boolean
open class Context
open class FlowableHelper
open class Future < T : Any >
open class MaybeHelper
open class MultiMap
open class ObservableHelper
open class RxHelper
open class SingleHelper
open class TimeoutStream : ReadStream < Long >
open class Vertx : Measured
Module Contents
Vertx ( delegate : Vertx )
static val __TYPE_ARG : TypeArg < Vertx >
open fun cancelTimer ( id : Long ) : Boolean
open fun close ( ) : Unit
open fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun clusteredVertx ( options : VertxOptions , resultHandler : Handler < AsyncResult < Vertx > > ) : Unit
open fun createDatagramSocket ( options : DatagramSocketOptions ) : DatagramSocket
open fun createDatagramSocket ( ) : DatagramSocket
open fun createDnsClient ( port : Int , host : String ) : DnsClient
open fun createDnsClient ( ) : DnsClient
open fun createDnsClient ( options : DnsClientOptions ) : DnsClient
open fun createHttpClient ( options : HttpClientOptions ) : HttpClient
open fun createHttpClient ( ) : HttpClient
open fun createHttpServer ( options : HttpServerOptions ) : HttpServer
open fun createHttpServer ( ) : HttpServer
open fun createNetClient ( options : NetClientOptions ) : NetClient
open fun createNetClient ( ) : NetClient
open fun createNetServer ( options : NetServerOptions ) : NetServer
open fun createNetServer ( ) : NetServer
open fun createSharedWorkerExecutor ( name : String ) : WorkerExecutor
open fun createSharedWorkerExecutor ( name : String , poolSize : Int ) : WorkerExecutor
open fun createSharedWorkerExecutor ( name : String , poolSize : Int , maxExecuteTime : Long ) : WorkerExecutor
open static fun currentContext ( ) : Context
open fun deployVerticle ( name : String ) : Unit
open fun deployVerticle ( name : String , completionHandler : Handler < AsyncResult < String > > ) : Unit
open fun deployVerticle ( name : String , options : DeploymentOptions ) : Unit
open fun deployVerticle ( name : String , options : DeploymentOptions , completionHandler : Handler < AsyncResult < String > > ) : Unit
open fun deploymentIDs ( ) : MutableSet < String >
open fun equals ( other : Any ? ) : Boolean
open fun eventBus ( ) : EventBus
open fun exceptionHandler ( handler : Handler < Throwable > ) : Vertx
open fun < T : Any > executeBlocking ( blockingCodeHandler : Handler < Future < T > > , ordered : Boolean , resultHandler : Handler < AsyncResult < T > > ) : Unit
open fun < T : Any > executeBlocking ( blockingCodeHandler : Handler < Future < T > > , resultHandler : Handler < AsyncResult < T > > ) : Unit
open fun fileSystem ( ) : FileSystem
open fun getDelegate ( ) : Vertx
open fun getOrCreateContext ( ) : Context
open fun hashCode ( ) : Int
open fun isClustered ( ) : Boolean
open fun isMetricsEnabled ( ) : Boolean
open fun isNativeTransportEnabled ( ) : Boolean
open static fun newInstance ( arg : Vertx ) : Vertx
open fun periodicStream ( delay : Long ) : TimeoutStream
open fun runOnContext ( action : Handler < Void > ) : Unit
open fun rxClose ( ) : Completable
open static fun rxClusteredVertx ( options : VertxOptions ) : Single < Vertx >
open fun rxDeployVerticle ( name : String ) : Single < String >
open fun rxDeployVerticle ( name : String , options : DeploymentOptions ) : Single < String >
open fun < T : Any > rxExecuteBlocking ( blockingCodeHandler : Handler < Future < T > > , ordered : Boolean ) : Single < T >
open fun < T : Any > rxExecuteBlocking ( blockingCodeHandler : Handler < Future < T > > ) : Single < T >
open fun rxUndeploy ( deploymentID : String ) : Completable
open fun setPeriodic ( delay : Long , handler : Handler < Long > ) : Long
open fun setTimer ( delay : Long , handler : Handler < Long > ) : Long
open fun sharedData ( ) : SharedData
open fun timerStream ( delay : Long ) : TimeoutStream
open fun toString ( ) : String
open fun undeploy ( deploymentID : String ) : Unit
open fun undeploy ( deploymentID : String , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun vertx ( ) : Vertx
open static fun vertx ( options : VertxOptions ) : Vertx
open class WorkerExecutor : Measured
package io.vertx.reactivex.core.buffer
Module Contents
open class Buffer : ClusterSerializable
Module Contents
Buffer ( delegate : Buffer )
static val __TYPE_ARG : TypeArg < Buffer >
open fun appendBuffer ( buff : Buffer ) : Buffer
open fun appendBuffer ( buff : Buffer , offset : Int , len : Int ) : Buffer
open fun appendByte ( b : Byte ) : Buffer
open fun appendDouble ( d : Double ) : Buffer
open fun appendFloat ( f : Float ) : Buffer
open fun appendInt ( i : Int ) : Buffer
open fun appendIntLE ( i : Int ) : Buffer
open fun appendLong ( l : Long ) : Buffer
open fun appendLongLE ( l : Long ) : Buffer
open fun appendMedium ( i : Int ) : Buffer
open fun appendMediumLE ( i : Int ) : Buffer
open fun appendShort ( s : Short ) : Buffer
open fun appendShortLE ( s : Short ) : Buffer
open fun appendString ( str : String , enc : String ) : Buffer
open fun appendString ( str : String ) : Buffer
open fun appendUnsignedByte ( b : Short ) : Buffer
open fun appendUnsignedInt ( i : Long ) : Buffer
open fun appendUnsignedIntLE ( i : Long ) : Buffer
open fun appendUnsignedShort ( s : Int ) : Buffer
open fun appendUnsignedShortLE ( s : Int ) : Buffer
open static fun buffer ( ) : Buffer
open static fun buffer ( initialSizeHint : Int ) : Buffer
open static fun buffer ( string : String ) : Buffer
open static fun buffer ( string : String , enc : String ) : Buffer
open fun copy ( ) : Buffer
open fun equals ( other : Any ? ) : Boolean
open fun getBuffer ( start : Int , end : Int ) : Buffer
open fun getByte ( pos : Int ) : Byte
open fun getDelegate ( ) : Buffer
open fun getDouble ( pos : Int ) : Double
open fun getFloat ( pos : Int ) : Float
open fun getInt ( pos : Int ) : Int
open fun getIntLE ( pos : Int ) : Int
open fun getLong ( pos : Int ) : Long
open fun getLongLE ( pos : Int ) : Long
open fun getMedium ( pos : Int ) : Int
open fun getMediumLE ( pos : Int ) : Int
open fun getShort ( pos : Int ) : Short
open fun getShortLE ( pos : Int ) : Short
open fun getString ( start : Int , end : Int , enc : String ) : String
open fun getString ( start : Int , end : Int ) : String
open fun getUnsignedByte ( pos : Int ) : Short
open fun getUnsignedInt ( pos : Int ) : Long
open fun getUnsignedIntLE ( pos : Int ) : Long
open fun getUnsignedMedium ( pos : Int ) : Int
open fun getUnsignedMediumLE ( pos : Int ) : Int
open fun getUnsignedShort ( pos : Int ) : Int
open fun getUnsignedShortLE ( pos : Int ) : Int
open fun hashCode ( ) : Int
open fun length ( ) : Int
open static fun newInstance ( arg : Buffer ) : Buffer
open fun readFromBuffer ( pos : Int , buffer : Buffer ) : Int
open fun setBuffer ( pos : Int , b : Buffer ) : Buffer
open fun setBuffer ( pos : Int , b : Buffer , offset : Int , len : Int ) : Buffer
open fun setByte ( pos : Int , b : Byte ) : Buffer
open fun setDouble ( pos : Int , d : Double ) : Buffer
open fun setFloat ( pos : Int , f : Float ) : Buffer
open fun setInt ( pos : Int , i : Int ) : Buffer
open fun setIntLE ( pos : Int , i : Int ) : Buffer
open fun setLong ( pos : Int , l : Long ) : Buffer
open fun setLongLE ( pos : Int , l : Long ) : Buffer
open fun setMedium ( pos : Int , i : Int ) : Buffer
open fun setMediumLE ( pos : Int , i : Int ) : Buffer
open fun setShort ( pos : Int , s : Short ) : Buffer
open fun setShortLE ( pos : Int , s : Short ) : Buffer
open fun setString ( pos : Int , str : String ) : Buffer
open fun setString ( pos : Int , str : String , enc : String ) : Buffer
open fun setUnsignedByte ( pos : Int , b : Short ) : Buffer
open fun setUnsignedInt ( pos : Int , i : Long ) : Buffer
open fun setUnsignedIntLE ( pos : Int , i : Long ) : Buffer
open fun setUnsignedShort ( pos : Int , s : Int ) : Buffer
open fun setUnsignedShortLE ( pos : Int , s : Int ) : Buffer
open fun slice ( ) : Buffer
open fun slice ( start : Int , end : Int ) : Buffer
open fun toJsonArray ( ) : JsonArray
open fun toJsonObject ( ) : JsonObject
open fun toString ( ) : String
open fun toString ( enc : String ) : String
open fun writeToBuffer ( buffer : Buffer ) : Unit
package io.vertx.reactivex.core.cli
package io.vertx.reactivex.core.datagram
Module Contents
open class DatagramPacket
open class DatagramSocket : ReadStream < DatagramPacket > , Measured
Module Contents
DatagramSocket ( delegate : DatagramSocket )
static val __TYPE_ARG : TypeArg < DatagramSocket >
open fun blockMulticastGroup ( multicastAddress : String , sourceToBlock : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun blockMulticastGroup ( multicastAddress : String , networkInterface : String , sourceToBlock : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun close ( ) : Unit
open fun endHandler ( endHandler : Handler < Void > ) : DatagramSocket
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : DatagramSocket
open fun getDelegate ( ) : DatagramSocket
open fun handler ( handler : Handler < DatagramPacket > ) : DatagramSocket
open fun hashCode ( ) : Int
open fun isMetricsEnabled ( ) : Boolean
open fun listen ( port : Int , host : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun listenMulticastGroup ( multicastAddress : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun listenMulticastGroup ( multicastAddress : String , networkInterface : String , source : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun localAddress ( ) : SocketAddress
open static fun newInstance ( arg : DatagramSocket ) : DatagramSocket
open fun pause ( ) : DatagramSocket
open fun resume ( ) : DatagramSocket
open fun rxBlockMulticastGroup ( multicastAddress : String , sourceToBlock : String ) : Single < DatagramSocket >
open fun rxBlockMulticastGroup ( multicastAddress : String , networkInterface : String , sourceToBlock : String ) : Single < DatagramSocket >
open fun rxClose ( ) : Completable
open fun rxListen ( port : Int , host : String ) : Single < DatagramSocket >
open fun rxListenMulticastGroup ( multicastAddress : String ) : Single < DatagramSocket >
open fun rxListenMulticastGroup ( multicastAddress : String , networkInterface : String , source : String ) : Single < DatagramSocket >
open fun rxSend ( packet : Buffer , port : Int , host : String ) : Single < DatagramSocket >
open fun rxSend ( str : String , port : Int , host : String ) : Single < DatagramSocket >
open fun rxSend ( str : String , enc : String , port : Int , host : String ) : Single < DatagramSocket >
open fun rxUnlistenMulticastGroup ( multicastAddress : String ) : Single < DatagramSocket >
open fun rxUnlistenMulticastGroup ( multicastAddress : String , networkInterface : String , source : String ) : Single < DatagramSocket >
open fun send ( packet : Buffer , port : Int , host : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun send ( str : String , port : Int , host : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun send ( str : String , enc : String , port : Int , host : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun sender ( port : Int , host : String ) : WriteStream < Buffer >
open fun toFlowable ( ) : Flowable < DatagramPacket >
open fun toObservable ( ) : Observable < DatagramPacket >
open fun toString ( ) : String
open fun unlistenMulticastGroup ( multicastAddress : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun unlistenMulticastGroup ( multicastAddress : String , networkInterface : String , source : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
package io.vertx.reactivex.core.dns
Module Contents
open class DnsClient
Module Contents
DnsClient ( delegate : DnsClient )
static val __TYPE_ARG : TypeArg < DnsClient >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : DnsClient
open fun hashCode ( ) : Int
open fun lookup ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open fun lookup4 ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open fun lookup6 ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open static fun newInstance ( arg : DnsClient ) : DnsClient
open fun resolveA ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun resolveAAAA ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun resolveCNAME ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun resolveMX ( name : String , handler : Handler < AsyncResult < MutableList < MxRecord > > > ) : DnsClient
open fun resolveNS ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun resolvePTR ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open fun resolveSRV ( name : String , handler : Handler < AsyncResult < MutableList < SrvRecord > > > ) : DnsClient
open fun resolveTXT ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun reverseLookup ( ipaddress : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open fun rxLookup ( name : String ) : Maybe < String >
open fun rxLookup4 ( name : String ) : Maybe < String >
open fun rxLookup6 ( name : String ) : Maybe < String >
open fun rxResolveA ( name : String ) : Single < MutableList < String > >
open fun rxResolveAAAA ( name : String ) : Single < MutableList < String > >
open fun rxResolveCNAME ( name : String ) : Single < MutableList < String > >
open fun rxResolveMX ( name : String ) : Single < MutableList < MxRecord > >
open fun rxResolveNS ( name : String ) : Single < MutableList < String > >
open fun rxResolvePTR ( name : String ) : Maybe < String >
open fun rxResolveSRV ( name : String ) : Single < MutableList < SrvRecord > >
open fun rxResolveTXT ( name : String ) : Single < MutableList < String > >
open fun rxReverseLookup ( ipaddress : String ) : Maybe < String >
open fun toString ( ) : String
open class MxRecord
open class SrvRecord
package io.vertx.reactivex.core.eventbus
Module Contents
open class EventBus : Measured
Module Contents
EventBus ( delegate : EventBus )
static val __TYPE_ARG : TypeArg < EventBus >
open fun addInterceptor ( interceptor : Handler < SendContext < Any > > ) : EventBus
open fun < T : Any > consumer ( address : String ) : MessageConsumer < T >
open fun < T : Any > consumer ( address : String , handler : Handler < Message < T > > ) : MessageConsumer < T >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : EventBus
open fun hashCode ( ) : Int
open fun isMetricsEnabled ( ) : Boolean
open fun < T : Any > localConsumer ( address : String ) : MessageConsumer < T >
open fun < T : Any > localConsumer ( address : String , handler : Handler < Message < T > > ) : MessageConsumer < T >
open static fun newInstance ( arg : EventBus ) : EventBus
open fun publish ( address : String , message : Any ) : EventBus
open fun publish ( address : String , message : Any , options : DeliveryOptions ) : EventBus
open fun < T : Any > publisher ( address : String ) : MessageProducer < T >
open fun < T : Any > publisher ( address : String , options : DeliveryOptions ) : MessageProducer < T >
open fun removeInterceptor ( interceptor : Handler < SendContext < Any > > ) : EventBus
open fun < T : Any > rxSend ( address : String , message : Any ) : Single < Message < T > >
open fun < T : Any > rxSend ( address : String , message : Any , options : DeliveryOptions ) : Single < Message < T > >
open fun send ( address : String , message : Any ) : EventBus
open fun < T : Any > send ( address : String , message : Any , replyHandler : Handler < AsyncResult < Message < T > > > ) : EventBus
open fun send ( address : String , message : Any , options : DeliveryOptions ) : EventBus
open fun < T : Any > send ( address : String , message : Any , options : DeliveryOptions , replyHandler : Handler < AsyncResult < Message < T > > > ) : EventBus
open fun < T : Any > sender ( address : String ) : MessageProducer < T >
open fun < T : Any > sender ( address : String , options : DeliveryOptions ) : MessageProducer < T >
open fun toString ( ) : String
open class Message < T : Any >
open class MessageConsumer < T : Any > : ReadStream < Message < T > >
open class MessageProducer < T : Any > : WriteStream < T >
open class SendContext < T : Any >
package io.vertx.reactivex.core.file
Module Contents
open class AsyncFile : ReadStream < Buffer > , WriteStream < Buffer >
Module Contents
AsyncFile ( delegate : AsyncFile )
static val __TYPE_ARG : TypeArg < AsyncFile >
open fun close ( ) : Unit
open fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun drainHandler ( handler : Handler < Void > ) : AsyncFile
open fun end ( t : Buffer ) : Unit
open fun end ( ) : Unit
open fun endHandler ( endHandler : Handler < Void > ) : AsyncFile
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : AsyncFile
open fun flush ( ) : AsyncFile
open fun flush ( handler : Handler < AsyncResult < Void > > ) : AsyncFile
open fun getDelegate ( ) : AsyncFile
open fun handler ( handler : Handler < Buffer > ) : AsyncFile
open fun hashCode ( ) : Int
open static fun newInstance ( arg : AsyncFile ) : AsyncFile
open fun pause ( ) : AsyncFile
open fun read ( buffer : Buffer , offset : Int , position : Long , length : Int , handler : Handler < AsyncResult < Buffer > > ) : AsyncFile
open fun resume ( ) : AsyncFile
open fun rxClose ( ) : Completable
open fun rxFlush ( ) : Completable
open fun rxRead ( buffer : Buffer , offset : Int , position : Long , length : Int ) : Single < Buffer >
open fun rxWrite ( buffer : Buffer , position : Long ) : Completable
open fun setReadBufferSize ( readBufferSize : Int ) : AsyncFile
open fun setReadPos ( readPos : Long ) : AsyncFile
open fun setWritePos ( writePos : Long ) : AsyncFile
open fun setWriteQueueMaxSize ( maxSize : Int ) : AsyncFile
open fun toFlowable ( ) : Flowable < Buffer >
open fun toObservable ( ) : Observable < Buffer >
open fun toString ( ) : String
open fun write ( data : Buffer ) : AsyncFile
open fun write ( buffer : Buffer , position : Long , handler : Handler < AsyncResult < Void > > ) : AsyncFile
open fun writeQueueFull ( ) : Boolean
open class FileProps
open class FileSystem
Module Contents
FileSystem ( delegate : FileSystem )
static val __TYPE_ARG : TypeArg < FileSystem >
open fun chmod ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun chmodBlocking ( path : String , perms : String ) : FileSystem
open fun chmodRecursive ( path : String , perms : String , dirPerms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun chmodRecursiveBlocking ( path : String , perms : String , dirPerms : String ) : FileSystem
open fun chown ( path : String , user : String , group : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun chownBlocking ( path : String , user : String , group : String ) : FileSystem
open fun copy ( from : String , to : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun copy ( from : String , to : String , options : CopyOptions , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun copyBlocking ( from : String , to : String ) : FileSystem
open fun copyRecursive ( from : String , to : String , recursive : Boolean , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun copyRecursiveBlocking ( from : String , to : String , recursive : Boolean ) : FileSystem
open fun createFile ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun createFile ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun createFileBlocking ( path : String ) : FileSystem
open fun createFileBlocking ( path : String , perms : String ) : FileSystem
open fun delete ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun deleteBlocking ( path : String ) : FileSystem
open fun deleteRecursive ( path : String , recursive : Boolean , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun deleteRecursiveBlocking ( path : String , recursive : Boolean ) : FileSystem
open fun equals ( other : Any ? ) : Boolean
open fun exists ( path : String , handler : Handler < AsyncResult < Boolean > > ) : FileSystem
open fun existsBlocking ( path : String ) : Boolean
open fun fsProps ( path : String , handler : Handler < AsyncResult < FileSystemProps > > ) : FileSystem
open fun fsPropsBlocking ( path : String ) : FileSystemProps
open fun getDelegate ( ) : FileSystem
open fun hashCode ( ) : Int
open fun link ( link : String , existing : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun linkBlocking ( link : String , existing : String ) : FileSystem
open fun lprops ( path : String , handler : Handler < AsyncResult < FileProps > > ) : FileSystem
open fun lpropsBlocking ( path : String ) : FileProps
open fun mkdir ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun mkdir ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun mkdirBlocking ( path : String ) : FileSystem
open fun mkdirBlocking ( path : String , perms : String ) : FileSystem
open fun mkdirs ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun mkdirs ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun mkdirsBlocking ( path : String ) : FileSystem
open fun mkdirsBlocking ( path : String , perms : String ) : FileSystem
open fun move ( from : String , to : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun move ( from : String , to : String , options : CopyOptions , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun moveBlocking ( from : String , to : String ) : FileSystem
open static fun newInstance ( arg : FileSystem ) : FileSystem
open fun open ( path : String , options : OpenOptions , handler : Handler < AsyncResult < AsyncFile > > ) : FileSystem
open fun openBlocking ( path : String , options : OpenOptions ) : AsyncFile
open fun props ( path : String , handler : Handler < AsyncResult < FileProps > > ) : FileSystem
open fun propsBlocking ( path : String ) : FileProps
open fun readDir ( path : String , handler : Handler < AsyncResult < MutableList < String > > > ) : FileSystem
open fun readDir ( path : String , filter : String , handler : Handler < AsyncResult < MutableList < String > > > ) : FileSystem
open fun readDirBlocking ( path : String ) : MutableList < String >
open fun readDirBlocking ( path : String , filter : String ) : MutableList < String >
open fun readFile ( path : String , handler : Handler < AsyncResult < Buffer > > ) : FileSystem
open fun readFileBlocking ( path : String ) : Buffer
open fun readSymlink ( link : String , handler : Handler < AsyncResult < String > > ) : FileSystem
open fun readSymlinkBlocking ( link : String ) : String
open fun rxChmod ( path : String , perms : String ) : Completable
open fun rxChmodRecursive ( path : String , perms : String , dirPerms : String ) : Completable
open fun rxChown ( path : String , user : String , group : String ) : Completable
open fun rxCopy ( from : String , to : String ) : Completable
open fun rxCopy ( from : String , to : String , options : CopyOptions ) : Completable
open fun rxCopyRecursive ( from : String , to : String , recursive : Boolean ) : Completable
open fun rxCreateFile ( path : String ) : Completable
open fun rxCreateFile ( path : String , perms : String ) : Completable
open fun rxDelete ( path : String ) : Completable
open fun rxDeleteRecursive ( path : String , recursive : Boolean ) : Completable
open fun rxExists ( path : String ) : Single < Boolean >
open fun rxFsProps ( path : String ) : Single < FileSystemProps >
open fun rxLink ( link : String , existing : String ) : Completable
open fun rxLprops ( path : String ) : Single < FileProps >
open fun rxMkdir ( path : String ) : Completable
open fun rxMkdir ( path : String , perms : String ) : Completable
open fun rxMkdirs ( path : String ) : Completable
open fun rxMkdirs ( path : String , perms : String ) : Completable
open fun rxMove ( from : String , to : String ) : Completable
open fun rxMove ( from : String , to : String , options : CopyOptions ) : Completable
open fun rxOpen ( path : String , options : OpenOptions ) : Single < AsyncFile >
open fun rxProps ( path : String ) : Single < FileProps >
open fun rxReadDir ( path : String ) : Single < MutableList < String > >
open fun rxReadDir ( path : String , filter : String ) : Single < MutableList < String > >
open fun rxReadFile ( path : String ) : Single < Buffer >
open fun rxReadSymlink ( link : String ) : Single < String >
open fun rxSymlink ( link : String , existing : String ) : Completable
open fun rxTruncate ( path : String , len : Long ) : Completable
open fun rxUnlink ( link : String ) : Completable
open fun rxWriteFile ( path : String , data : Buffer ) : Completable
open fun symlink ( link : String , existing : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun symlinkBlocking ( link : String , existing : String ) : FileSystem
open fun toString ( ) : String
open fun truncate ( path : String , len : Long , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun truncateBlocking ( path : String , len : Long ) : FileSystem
open fun unlink ( link : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun unlinkBlocking ( link : String ) : FileSystem
open fun writeFile ( path : String , data : Buffer , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun writeFileBlocking ( path : String , data : Buffer ) : FileSystem
open class FileSystemProps
package io.vertx.reactivex.core.http
Module Contents
open class HttpClient : Measured
Module Contents
HttpClient ( delegate : HttpClient )
static val __TYPE_ARG : TypeArg < HttpClient >
open fun close ( ) : Unit
open fun delete ( options : RequestOptions ) : HttpClientRequest
open fun delete ( port : Int , host : String , requestURI : String ) : HttpClientRequest
open fun delete ( host : String , requestURI : String ) : HttpClientRequest
open fun delete ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun delete ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun delete ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun delete ( requestURI : String ) : HttpClientRequest
open fun delete ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun deleteAbs ( absoluteURI : String ) : HttpClientRequest
open fun deleteAbs ( absoluteURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun equals ( other : Any ? ) : Boolean
open fun get ( options : RequestOptions ) : HttpClientRequest
open fun get ( port : Int , host : String , requestURI : String ) : HttpClientRequest
open fun get ( host : String , requestURI : String ) : HttpClientRequest
open fun get ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun get ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun get ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun get ( requestURI : String ) : HttpClientRequest
open fun get ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun getAbs ( absoluteURI : String ) : HttpClientRequest
open fun getAbs ( absoluteURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun getDelegate ( ) : HttpClient
open fun getNow ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun getNow ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun getNow ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun getNow ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun hashCode ( ) : Int
open fun head ( options : RequestOptions ) : HttpClientRequest
open fun head ( port : Int , host : String , requestURI : String ) : HttpClientRequest
open fun head ( host : String , requestURI : String ) : HttpClientRequest
open fun head ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun head ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun head ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun head ( requestURI : String ) : HttpClientRequest
open fun head ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun headAbs ( absoluteURI : String ) : HttpClientRequest
open fun headAbs ( absoluteURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun headNow ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun headNow ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun headNow ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun headNow ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun isMetricsEnabled ( ) : Boolean
open static fun newInstance ( arg : HttpClient ) : HttpClient
open fun options ( options : RequestOptions ) : HttpClientRequest
open fun options ( port : Int , host : String , requestURI : String ) : HttpClientRequest
open fun options ( host : String , requestURI : String ) : HttpClientRequest
open fun options ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun options ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun options ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun options ( requestURI : String ) : HttpClientRequest
open fun options ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun optionsAbs ( absoluteURI : String ) : HttpClientRequest
open fun optionsAbs ( absoluteURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun optionsNow ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun optionsNow ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun optionsNow ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun optionsNow ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClient
open fun post ( options : RequestOptions ) : HttpClientRequest
open fun post ( port : Int , host : String , requestURI : String ) : HttpClientRequest
open fun post ( host : String , requestURI : String ) : HttpClientRequest
open fun post ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun post ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun post ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun post ( requestURI : String ) : HttpClientRequest
open fun post ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun postAbs ( absoluteURI : String ) : HttpClientRequest
open fun postAbs ( absoluteURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun put ( options : RequestOptions ) : HttpClientRequest
open fun put ( port : Int , host : String , requestURI : String ) : HttpClientRequest
open fun put ( host : String , requestURI : String ) : HttpClientRequest
open fun put ( options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun put ( port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun put ( host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun put ( requestURI : String ) : HttpClientRequest
open fun put ( requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun putAbs ( absoluteURI : String ) : HttpClientRequest
open fun putAbs ( absoluteURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun redirectHandler ( handler : Function < HttpClientResponse , Future < HttpClientRequest > > ) : HttpClient
open fun request ( method : HttpMethod , options : RequestOptions ) : HttpClientRequest
open fun request ( method : HttpMethod , port : Int , host : String , requestURI : String ) : HttpClientRequest
open fun request ( method : HttpMethod , host : String , requestURI : String ) : HttpClientRequest
open fun request ( method : HttpMethod , options : RequestOptions , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun request ( method : HttpMethod , port : Int , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun request ( method : HttpMethod , host : String , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun request ( method : HttpMethod , requestURI : String ) : HttpClientRequest
open fun request ( method : HttpMethod , requestURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun requestAbs ( method : HttpMethod , absoluteURI : String ) : HttpClientRequest
open fun requestAbs ( method : HttpMethod , absoluteURI : String , responseHandler : Handler < HttpClientResponse > ) : HttpClientRequest
open fun toString ( ) : String
open fun websocket ( options : RequestOptions , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( port : Int , host : String , requestURI : String , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( options : RequestOptions , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( port : Int , host : String , requestURI : String , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( host : String , requestURI : String , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( host : String , requestURI : String , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( options : RequestOptions , headers : MultiMap , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( port : Int , host : String , requestURI : String , headers : MultiMap , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( options : RequestOptions , headers : MultiMap , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( port : Int , host : String , requestURI : String , headers : MultiMap , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( host : String , requestURI : String , headers : MultiMap , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( host : String , requestURI : String , headers : MultiMap , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( options : RequestOptions , headers : MultiMap , version : WebsocketVersion , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( port : Int , host : String , requestURI : String , headers : MultiMap , version : WebsocketVersion , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( options : RequestOptions , headers : MultiMap , version : WebsocketVersion , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( port : Int , host : String , requestURI : String , headers : MultiMap , version : WebsocketVersion , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( host : String , requestURI : String , headers : MultiMap , version : WebsocketVersion , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( host : String , requestURI : String , headers : MultiMap , version : WebsocketVersion , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( options : RequestOptions , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( port : Int , host : String , requestURI : String , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( options : RequestOptions , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( port : Int , host : String , requestURI : String , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( host : String , requestURI : String , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( host : String , requestURI : String , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( requestURI : String , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( requestURI : String , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( requestURI : String , headers : MultiMap , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( requestURI : String , headers : MultiMap , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( requestURI : String , headers : MultiMap , version : WebsocketVersion , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( requestURI : String , headers : MultiMap , version : WebsocketVersion , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocket ( requestURI : String , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > ) : HttpClient
open fun websocket ( requestURI : String , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocketAbs ( url : String , headers : MultiMap , version : WebsocketVersion , subProtocols : String , wsConnect : Handler < WebSocket > , failureHandler : Handler < Throwable > ) : HttpClient
open fun websocketStream ( options : RequestOptions ) : ReadStream < WebSocket >
open fun websocketStream ( port : Int , host : String , requestURI : String ) : ReadStream < WebSocket >
open fun websocketStream ( host : String , requestURI : String ) : ReadStream < WebSocket >
open fun websocketStream ( options : RequestOptions , : MultiMap ) : ReadStream < WebSocket >
open fun websocketStream ( port : Int , host : String , requestURI : String , : MultiMap ) : ReadStream < WebSocket >
open fun websocketStream ( host : String , requestURI : String , : MultiMap ) : ReadStream < WebSocket >
open fun websocketStream ( options : RequestOptions , : MultiMap , version : WebsocketVersion ) : ReadStream < WebSocket >
open fun websocketStream ( port : Int , host : String , requestURI : String , : MultiMap , version : WebsocketVersion ) : ReadStream < WebSocket >
open fun websocketStream ( host : String , requestURI : String , : MultiMap , version : WebsocketVersion ) : ReadStream < WebSocket >
open fun websocketStream ( options : RequestOptions , : MultiMap , version : WebsocketVersion , subProtocols : String ) : ReadStream < WebSocket >
open fun websocketStream ( port : Int , host : String , requestURI : String , : MultiMap , version : WebsocketVersion , subProtocols : String ) : ReadStream < WebSocket >
open fun websocketStream ( host : String , requestURI : String , : MultiMap , version : WebsocketVersion , subProtocols : String ) : ReadStream < WebSocket >
open fun websocketStream ( requestURI : String ) : ReadStream < WebSocket >
open fun websocketStream ( requestURI : String , : MultiMap ) : ReadStream < WebSocket >
open fun websocketStream ( requestURI : String , : MultiMap , version : WebsocketVersion ) : ReadStream < WebSocket >
open fun websocketStream ( requestURI : String , : MultiMap , version : WebsocketVersion , subProtocols : String ) : ReadStream < WebSocket >
open fun websocketStreamAbs ( url : String , : MultiMap , version : WebsocketVersion , subProtocols : String ) : ReadStream < WebSocket >
open class HttpClientRequest : WriteStream < Buffer > , ReadStream < HttpClientResponse >
open class HttpClientResponse : ReadStream < Buffer >
open class HttpConnection
open class HttpFrame
open class HttpServer : Measured
open class HttpServerFileUpload : ReadStream < Buffer >
open class HttpServerRequest : ReadStream < Buffer >
open class HttpServerResponse : WriteStream < Buffer >
Module Contents
HttpServerResponse ( delegate : HttpServerResponse )
static val __TYPE_ARG : TypeArg < HttpServerResponse >
open fun bodyEndHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun bytesWritten ( ) : Long
open fun close ( ) : Unit
open fun closeHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun closed ( ) : Boolean
open fun drainHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun end ( chunk : String ) : Unit
open fun end ( chunk : String , enc : String ) : Unit
open fun end ( chunk : Buffer ) : Unit
open fun end ( ) : Unit
open fun endHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun ended ( ) : Boolean
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : HttpServerResponse
open fun getDelegate ( ) : HttpServerResponse
open fun getStatusCode ( ) : Int
open fun getStatusMessage ( ) : String
open fun hashCode ( ) : Int
open fun headWritten ( ) : Boolean
open fun headers ( ) : MultiMap
open fun headersEndHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun isChunked ( ) : Boolean
open static fun newInstance ( arg : HttpServerResponse ) : HttpServerResponse
open fun push ( method : HttpMethod , host : String , path : String , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
open fun push ( method : HttpMethod , path : String , headers : MultiMap , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
open fun push ( method : HttpMethod , path : String , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
open fun push ( method : HttpMethod , host : String , path : String , headers : MultiMap , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
open fun putHeader ( : String , : String ) : HttpServerResponse
open fun putTrailer ( name : String , value : String ) : HttpServerResponse
open fun reset ( ) : Unit
open fun reset ( code : Long ) : Unit
open fun rxPush ( method : HttpMethod , path : String ) : Single < HttpServerResponse >
open fun rxPush ( method : HttpMethod , host : String , path : String , : MultiMap ) : Single < HttpServerResponse >
open fun rxSendFile ( filename : String ) : Completable
open fun rxSendFile ( filename : String , offset : Long ) : Completable
open fun rxSendFile ( filename : String , offset : Long , length : Long ) : Completable
open fun sendFile ( filename : String ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long , length : Long ) : HttpServerResponse
open fun sendFile ( filename : String , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long , length : Long , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
open fun setChunked ( chunked : Boolean ) : HttpServerResponse
open fun setStatusCode ( statusCode : Int ) : HttpServerResponse
open fun setStatusMessage ( statusMessage : String ) : HttpServerResponse
open fun setWriteQueueMaxSize ( maxSize : Int ) : HttpServerResponse
open fun streamId ( ) : Int
open fun toString ( ) : String
open fun trailers ( ) : MultiMap
open fun write ( data : Buffer ) : HttpServerResponse
open fun write ( chunk : String , enc : String ) : HttpServerResponse
open fun write ( chunk : String ) : HttpServerResponse
open fun writeContinue ( ) : HttpServerResponse
open fun writeCustomFrame ( type : Int , flags : Int , payload : Buffer ) : HttpServerResponse
open fun writeCustomFrame ( frame : HttpFrame ) : HttpServerResponse
open fun writeQueueFull ( ) : Boolean
open class ServerWebSocket : WebSocketBase
open class WebSocket : WebSocketBase
interface WebSocketBase : ReadStream < Buffer > , WriteStream < Buffer >
open class WebSocketFrame
package io.vertx.reactivex.core.json
Module Contents
open class FlowableUnmarshaller < T : Any , B : Any > : FlowableTransformer < B , T >
Module Contents
FlowableUnmarshaller ( unwrap : Function < B , Buffer > , mappedType : Class < T > )
FlowableUnmarshaller ( unwrap : Function < B , Buffer > , mappedTypeRef : TypeReference < T > )
FlowableUnmarshaller ( unwrap : Function < B , Buffer > , mappedType : Class < T > , mapper : ObjectMapper )
FlowableUnmarshaller ( unwrap : Function < B , Buffer > , mappedTypeRef : TypeReference < T > , mapper : ObjectMapper )
open fun apply ( @NonNull upstream : @NonNull Flowable < B > ) : Publisher < T >
open class MaybeUnmarshaller < T : Any , B : Any > : MaybeTransformer < B , T >
Module Contents
MaybeUnmarshaller ( unwrap : Function < B , Buffer > , mappedType : Class < T > )
MaybeUnmarshaller ( unwrap : Function < B , Buffer > , mappedTypeRef : TypeReference < T > )
MaybeUnmarshaller ( unwrap : Function < B , Buffer > , mappedType : Class < T > , mapper : ObjectMapper )
MaybeUnmarshaller ( unwrap : Function < B , Buffer > , mappedTypeRef : TypeReference < T > , mapper : ObjectMapper )
open fun apply ( @NonNull upstream : @NonNull Maybe < B > ) : MaybeSource < T >
open class ObservableUnmarshaller < T : Any , B : Any > : ObservableTransformer < B , T >
Module Contents
ObservableUnmarshaller ( unwrap : Function < B , Buffer > , mappedType : Class < T > )
ObservableUnmarshaller ( unwrap : Function < B , Buffer > , mappedTypeRef : TypeReference < T > )
ObservableUnmarshaller ( unwrap : Function < B , Buffer > , mappedType : Class < T > , mapper : ObjectMapper )
ObservableUnmarshaller ( unwrap : Function < B , Buffer > , mappedTypeRef : TypeReference < T > , mapper : ObjectMapper )
open fun apply ( @NonNull upstream : @NonNull Observable < B > ) : ObservableSource < T >
open class SingleUnmarshaller < T : Any , B : Any > : SingleTransformer < B , T >
Module Contents
SingleUnmarshaller ( unwrap : Function < B , Buffer > , mappedType : Class < T > )
SingleUnmarshaller ( unwrap : Function < B , Buffer > , mappedTypeRef : TypeReference < T > )
SingleUnmarshaller ( unwrap : Function < B , Buffer > , mappedType : Class < T > , mapper : ObjectMapper )
SingleUnmarshaller ( unwrap : Function < B , Buffer > , mappedTypeRef : TypeReference < T > , mapper : ObjectMapper )
open fun apply ( @NonNull upstream : @NonNull Single < B > ) : SingleSource < T >
package io.vertx.reactivex.core.metrics
package io.vertx.reactivex.core.net
Module Contents
open class NetClient : Measured
Module Contents
NetClient ( delegate : NetClient )
static val __TYPE_ARG : TypeArg < NetClient >
open fun close ( ) : Unit
open fun connect ( port : Int , host : String , connectHandler : Handler < AsyncResult < NetSocket > > ) : NetClient
open fun connect ( port : Int , host : String , serverName : String , connectHandler : Handler < AsyncResult < NetSocket > > ) : NetClient
open fun connect ( remoteAddress : SocketAddress , connectHandler : Handler < AsyncResult < NetSocket > > ) : NetClient
open fun connect ( remoteAddress : SocketAddress , serverName : String , connectHandler : Handler < AsyncResult < NetSocket > > ) : NetClient
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : NetClient
open fun hashCode ( ) : Int
open fun isMetricsEnabled ( ) : Boolean
open static fun newInstance ( arg : NetClient ) : NetClient
open fun rxConnect ( port : Int , host : String ) : Single < NetSocket >
open fun rxConnect ( port : Int , host : String , serverName : String ) : Single < NetSocket >
open fun rxConnect ( remoteAddress : SocketAddress ) : Single < NetSocket >
open fun rxConnect ( remoteAddress : SocketAddress , serverName : String ) : Single < NetSocket >
open fun toString ( ) : String
open class NetServer : Measured
open class NetSocket : ReadStream < Buffer > , WriteStream < Buffer >
Module Contents
NetSocket ( delegate : NetSocket )
static val __TYPE_ARG : TypeArg < NetSocket >
open fun close ( ) : Unit
open fun closeHandler ( handler : Handler < Void > ) : NetSocket
open fun drainHandler ( handler : Handler < Void > ) : NetSocket
open fun end ( t : Buffer ) : Unit
open fun end ( ) : Unit
open fun endHandler ( endHandler : Handler < Void > ) : NetSocket
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : NetSocket
open fun getDelegate ( ) : NetSocket
open fun handler ( handler : Handler < Buffer > ) : NetSocket
open fun hashCode ( ) : Int
open fun indicatedServerName ( ) : String
open fun isSsl ( ) : Boolean
open fun localAddress ( ) : SocketAddress
open static fun newInstance ( arg : NetSocket ) : NetSocket
open fun pause ( ) : NetSocket
open fun remoteAddress ( ) : SocketAddress
open fun resume ( ) : NetSocket
open fun rxSendFile ( filename : String ) : Completable
open fun rxSendFile ( filename : String , offset : Long ) : Completable
open fun rxSendFile ( filename : String , offset : Long , length : Long ) : Completable
open fun sendFile ( filename : String ) : NetSocket
open fun sendFile ( filename : String , offset : Long ) : NetSocket
open fun sendFile ( filename : String , offset : Long , length : Long ) : NetSocket
open fun sendFile ( filename : String , resultHandler : Handler < AsyncResult < Void > > ) : NetSocket
open fun sendFile ( filename : String , offset : Long , resultHandler : Handler < AsyncResult < Void > > ) : NetSocket
open fun sendFile ( filename : String , offset : Long , length : Long , resultHandler : Handler < AsyncResult < Void > > ) : NetSocket
open fun setWriteQueueMaxSize ( maxSize : Int ) : NetSocket
open fun toFlowable ( ) : Flowable < Buffer >
open fun toObservable ( ) : Observable < Buffer >
open fun toString ( ) : String
open fun upgradeToSsl ( handler : Handler < Void > ) : NetSocket
open fun upgradeToSsl ( serverName : String , handler : Handler < Void > ) : NetSocket
open fun write ( data : Buffer ) : NetSocket
open fun write ( str : String ) : NetSocket
open fun write ( str : String , enc : String ) : NetSocket
open fun writeHandlerID ( ) : String
open fun writeQueueFull ( ) : Boolean
open class SelfSignedCertificate
open class SocketAddress
package io.vertx.reactivex.core.parsetools
Module Contents
open class JsonEvent
open class JsonParser : ReadStream < JsonEvent > , Handler < Buffer >
open class RecordParser : ReadStream < Buffer > , Handler < Buffer >
Module Contents
RecordParser ( delegate : RecordParser )
static val __TYPE_ARG : TypeArg < RecordParser >
open fun delimitedMode ( delim : String ) : Unit
open fun delimitedMode ( delim : Buffer ) : Unit
open fun endHandler ( endHandler : Handler < Void > ) : RecordParser
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : RecordParser
open fun fixedSizeMode ( size : Int ) : Unit
open fun getDelegate ( ) : RecordParser
open fun handle ( buffer : Buffer ) : Unit
open fun handler ( handler : Handler < Buffer > ) : RecordParser
open fun hashCode ( ) : Int
open static fun newDelimited ( delim : String , output : Handler < Buffer > ) : RecordParser
open static fun newDelimited ( delim : String , stream : ReadStream < Buffer > ) : RecordParser
open static fun newDelimited ( delim : String , stream : Flowable < Buffer > ) : RecordParser
open static fun newDelimited ( delim : String , stream : Observable < Buffer > ) : RecordParser
open static fun newDelimited ( delim : String ) : RecordParser
open static fun newDelimited ( delim : Buffer ) : RecordParser
open static fun newDelimited ( delim : Buffer , output : Handler < Buffer > ) : RecordParser
open static fun newDelimited ( delim : Buffer , stream : ReadStream < Buffer > ) : RecordParser
open static fun newDelimited ( delim : Buffer , stream : Flowable < Buffer > ) : RecordParser
open static fun newDelimited ( delim : Buffer , stream : Observable < Buffer > ) : RecordParser
open static fun newFixed ( size : Int ) : RecordParser
open static fun newFixed ( size : Int , output : Handler < Buffer > ) : RecordParser
open static fun newFixed ( size : Int , stream : ReadStream < Buffer > ) : RecordParser
open static fun newFixed ( size : Int , stream : Flowable < Buffer > ) : RecordParser
open static fun newFixed ( size : Int , stream : Observable < Buffer > ) : RecordParser
open static fun newInstance ( arg : RecordParser ) : RecordParser
open fun pause ( ) : RecordParser
open fun resume ( ) : RecordParser
open fun setOutput ( output : Handler < Buffer > ) : Unit
open fun toFlowable ( ) : Flowable < Buffer >
open fun toObservable ( ) : Observable < Buffer >
open fun toString ( ) : String
package io.vertx.reactivex.core.shareddata
Module Contents
open class AsyncMap < K : Any , V : Any >
Module Contents
AsyncMap ( delegate : AsyncMap < Any , Any > )
AsyncMap ( delegate : AsyncMap < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < AsyncMap < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun clear ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun get ( k : K , resultHandler : Handler < AsyncResult < V > > ) : Unit
open fun getDelegate ( ) : AsyncMap < Any , Any >
open fun hashCode ( ) : Int
open static fun < K : Any , V : Any > newInstance ( arg : AsyncMap < Any , Any > ) : AsyncMap < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : AsyncMap < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : AsyncMap < K , V >
open fun put ( k : K , v : V , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun put ( k : K , v : V , ttl : Long , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun putIfAbsent ( k : K , v : V , completionHandler : Handler < AsyncResult < V > > ) : Unit
open fun putIfAbsent ( k : K , v : V , ttl : Long , completionHandler : Handler < AsyncResult < V > > ) : Unit
open fun remove ( k : K , resultHandler : Handler < AsyncResult < V > > ) : Unit
open fun removeIfPresent ( k : K , v : V , resultHandler : Handler < AsyncResult < Boolean > > ) : Unit
open fun replace ( k : K , v : V , resultHandler : Handler < AsyncResult < V > > ) : Unit
open fun replaceIfPresent ( k : K , oldValue : V , newValue : V , resultHandler : Handler < AsyncResult < Boolean > > ) : Unit
open fun rxClear ( ) : Completable
open fun rxGet ( k : K ) : Single < V >
open fun rxPut ( k : K , v : V ) : Completable
open fun rxPut ( k : K , v : V , ttl : Long ) : Completable
open fun rxPutIfAbsent ( k : K , v : V ) : Single < V >
open fun rxPutIfAbsent ( k : K , v : V , ttl : Long ) : Single < V >
open fun rxRemove ( k : K ) : Single < V >
open fun rxRemoveIfPresent ( k : K , v : V ) : Single < Boolean >
open fun rxReplace ( k : K , v : V ) : Single < V >
open fun rxReplaceIfPresent ( k : K , oldValue : V , newValue : V ) : Single < Boolean >
open fun rxSize ( ) : Single < Int >
open fun size ( resultHandler : Handler < AsyncResult < Int > > ) : Unit
open fun toString ( ) : String
open class Counter
open class LocalMap < K : Any , V : Any >
Module Contents
LocalMap ( delegate : LocalMap < Any , Any > )
LocalMap ( delegate : LocalMap < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < LocalMap < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun clear ( ) : Unit
open fun close ( ) : Unit
open fun containsKey ( key : Any ) : Boolean
open fun containsValue ( value : Any ) : Boolean
open fun equals ( other : Any ? ) : Boolean
open fun get ( key : Any ) : V
open fun getDelegate ( ) : LocalMap < Any , Any >
open fun getOrDefault ( key : Any , defaultValue : V ) : V
open fun hashCode ( ) : Int
open fun isEmpty ( ) : Boolean
open static fun < K : Any , V : Any > newInstance ( arg : LocalMap < Any , Any > ) : LocalMap < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : LocalMap < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : LocalMap < K , V >
open fun put ( key : K , value : V ) : V
open fun putIfAbsent ( key : K , value : V ) : V
open fun remove ( key : Any ) : V
open fun removeIfPresent ( key : K , value : V ) : Boolean
open fun replace ( key : K , value : V ) : V
open fun replaceIfPresent ( key : K , oldValue : V , newValue : V ) : Boolean
open fun size ( ) : Int
open fun toString ( ) : String
open class Lock
open class SharedData
Module Contents
SharedData ( delegate : SharedData )
static val __TYPE_ARG : TypeArg < SharedData >
open fun equals ( other : Any ? ) : Boolean
open fun < K : Any , V : Any > getAsyncMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
open fun < K : Any , V : Any > getClusterWideMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
open fun getCounter ( name : String , resultHandler : Handler < AsyncResult < Counter > > ) : Unit
open fun getDelegate ( ) : SharedData
open fun < K : Any , V : Any > getLocalMap ( name : String ) : LocalMap < K , V >
open fun getLock ( name : String , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
open fun getLockWithTimeout ( name : String , timeout : Long , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : SharedData ) : SharedData
open fun < K : Any , V : Any > rxGetAsyncMap ( name : String ) : Single < AsyncMap < K , V > >
open fun < K : Any , V : Any > rxGetClusterWideMap ( name : String ) : Single < AsyncMap < K , V > >
open fun rxGetCounter ( name : String ) : Single < Counter >
open fun rxGetLock ( name : String ) : Single < Lock >
open fun rxGetLockWithTimeout ( name : String , timeout : Long ) : Single < Lock >
open fun toString ( ) : String
package io.vertx.reactivex.core.streams
package io.vertx.reactivex.ext.asyncsql
package io.vertx.reactivex.ext.auth
package io.vertx.reactivex.ext.auth.htdigest
package io.vertx.reactivex.ext.auth.jdbc
package io.vertx.reactivex.ext.auth.jwt
package io.vertx.reactivex.ext.auth.mongo
package io.vertx.reactivex.ext.auth.oauth2
Module Contents
open class KeycloakHelper
open class OAuth2Auth
Module Contents
OAuth2Auth ( delegate : OAuth2Auth )
static val __TYPE_ARG : TypeArg < OAuth2Auth >
open fun authorizeURL ( params : JsonObject ) : String
open static fun create ( vertx : Vertx , flow : OAuth2FlowType , config : OAuth2ClientOptions ) : OAuth2Auth
open static fun create ( vertx : Vertx , flow : OAuth2FlowType ) : OAuth2Auth
open static fun createKeycloak ( vertx : Vertx , flow : OAuth2FlowType , config : JsonObject ) : OAuth2Auth
open fun decodeToken ( token : String , handler : Handler < AsyncResult < AccessToken > > ) : OAuth2Auth
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : OAuth2Auth
open fun getFlowType ( ) : OAuth2FlowType
open fun getScopeSeparator ( ) : String
open fun getToken ( params : JsonObject , handler : Handler < AsyncResult < AccessToken > > ) : Unit
open fun hasJWTToken ( ) : Boolean
open fun hashCode ( ) : Int
open fun introspectToken ( token : String , handler : Handler < AsyncResult < AccessToken > > ) : OAuth2Auth
open fun introspectToken ( token : String , tokenType : String , handler : Handler < AsyncResult < AccessToken > > ) : OAuth2Auth
open fun loadJWK ( handler : Handler < AsyncResult < Void > > ) : OAuth2Auth
open static fun newInstance ( arg : OAuth2Auth ) : OAuth2Auth
open fun rxDecodeToken ( token : String ) : Single < AccessToken >
open fun rxGetToken ( params : JsonObject ) : Single < AccessToken >
open fun rxIntrospectToken ( token : String ) : Single < AccessToken >
open fun rxIntrospectToken ( token : String , tokenType : String ) : Single < AccessToken >
open fun rxLoadJWK ( ) : Completable
open fun toString ( ) : String
open fun verifyIsUsingPassword ( ) : Unit
open class OAuth2Response
package io.vertx.reactivex.ext.auth.oauth2.providers
package io.vertx.reactivex.ext.auth.shiro
package io.vertx.reactivex.ext.bridge
package io.vertx.reactivex.ext.cluster.infinispan
Module Contents
open class InfinispanAsyncMap < K : Any , V : Any >
Module Contents
InfinispanAsyncMap ( delegate : InfinispanAsyncMap < Any , Any > )
InfinispanAsyncMap ( delegate : InfinispanAsyncMap < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < InfinispanAsyncMap < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : InfinispanAsyncMap < Any , Any >
open fun hashCode ( ) : Int
open fun keyStream ( ) : ReadStream < K >
open static fun < K : Any , V : Any > newInstance ( arg : InfinispanAsyncMap < Any , Any > ) : InfinispanAsyncMap < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : InfinispanAsyncMap < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : InfinispanAsyncMap < K , V >
open fun toString ( ) : String
open static fun < K : Any , V : Any > unwrap ( asyncMap : AsyncMap < Any , Any > ) : InfinispanAsyncMap < K , V >
open fun valueStream ( ) : ReadStream < V >
package io.vertx.reactivex.ext.consul
Module Contents
open class ConsulClient
Module Contents
ConsulClient ( delegate : ConsulClient )
static val __TYPE_ARG : TypeArg < ConsulClient >
open fun agentInfo ( resultHandler : Handler < AsyncResult < JsonObject > > ) : ConsulClient
open fun catalogDatacenters ( resultHandler : Handler < AsyncResult < MutableList < String > > > ) : ConsulClient
open fun catalogNodeServices ( node : String , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogNodeServicesWithOptions ( node : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogNodes ( resultHandler : Handler < AsyncResult < NodeList > > ) : ConsulClient
open fun catalogNodesWithOptions ( options : NodeQueryOptions , resultHandler : Handler < AsyncResult < NodeList > > ) : ConsulClient
open fun catalogServiceNodes ( service : String , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogServiceNodesWithOptions ( service : String , options : ServiceQueryOptions , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogServices ( resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogServicesWithOptions ( options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun cloneAclToken ( id : String , idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun close ( ) : Unit
open fun coordinateDatacenters ( resultHandler : Handler < AsyncResult < MutableList < DcCoordinates > > > ) : ConsulClient
open fun coordinateNodes ( resultHandler : Handler < AsyncResult < CoordinateList > > ) : ConsulClient
open fun coordinateNodesWithOptions ( options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < CoordinateList > > ) : ConsulClient
open static fun create ( vertx : Vertx ) : ConsulClient
open static fun create ( vertx : Vertx , options : ConsulClientOptions ) : ConsulClient
open fun createAclToken ( token : AclToken , idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun createPreparedQuery ( definition : PreparedQueryDefinition , resultHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun createSession ( idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun createSessionWithOptions ( options : SessionOptions , idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun deletePreparedQuery ( id : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun deleteValue ( key : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun deleteValues ( keyPrefix : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun deregisterCheck ( checkId : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun deregisterService ( id : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun destroyAclToken ( id : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun destroySession ( id : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun equals ( other : Any ? ) : Boolean
open fun executePreparedQuery ( query : String , resultHandler : Handler < AsyncResult < PreparedQueryExecuteResponse > > ) : ConsulClient
open fun executePreparedQueryWithOptions ( query : String , options : PreparedQueryExecuteOptions , resultHandler : Handler < AsyncResult < PreparedQueryExecuteResponse > > ) : ConsulClient
open fun failCheck ( checkId : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun failCheckWithNote ( checkId : String , note : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun fireEvent ( name : String , resultHandler : Handler < AsyncResult < Event > > ) : ConsulClient
open fun fireEventWithOptions ( name : String , options : EventOptions , resultHandler : Handler < AsyncResult < Event > > ) : ConsulClient
open fun getAllPreparedQueries ( resultHandler : Handler < AsyncResult < MutableList < PreparedQueryDefinition > > > ) : ConsulClient
open fun getDelegate ( ) : ConsulClient
open fun getKeys ( keyPrefix : String , resultHandler : Handler < AsyncResult < MutableList < String > > > ) : ConsulClient
open fun getKeysWithOptions ( keyPrefix : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < MutableList < String > > > ) : ConsulClient
open fun getPreparedQuery ( id : String , resultHandler : Handler < AsyncResult < PreparedQueryDefinition > > ) : ConsulClient
open fun getValue ( key : String , resultHandler : Handler < AsyncResult < KeyValue > > ) : ConsulClient
open fun getValueWithOptions ( key : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < KeyValue > > ) : ConsulClient
open fun getValues ( keyPrefix : String , resultHandler : Handler < AsyncResult < KeyValueList > > ) : ConsulClient
open fun getValuesWithOptions ( keyPrefix : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < KeyValueList > > ) : ConsulClient
open fun hashCode ( ) : Int
open fun healthChecks ( service : String , resultHandler : Handler < AsyncResult < CheckList > > ) : ConsulClient
open fun healthChecksWithOptions ( service : String , options : CheckQueryOptions , resultHandler : Handler < AsyncResult < CheckList > > ) : ConsulClient
open fun healthServiceNodes ( service : String , passing : Boolean , resultHandler : Handler < AsyncResult < ServiceEntryList > > ) : ConsulClient
open fun healthServiceNodesWithOptions ( service : String , passing : Boolean , options : ServiceQueryOptions , resultHandler : Handler < AsyncResult < ServiceEntryList > > ) : ConsulClient
open fun healthState ( checkStatus : CheckStatus , resultHandler : Handler < AsyncResult < CheckList > > ) : ConsulClient
open fun healthStateWithOptions ( checkStatus : CheckStatus , options : CheckQueryOptions , resultHandler : Handler < AsyncResult < CheckList > > ) : ConsulClient
open fun infoAclToken ( id : String , tokenHandler : Handler < AsyncResult < AclToken > > ) : ConsulClient
open fun infoSession ( id : String , resultHandler : Handler < AsyncResult < Session > > ) : ConsulClient
open fun infoSessionWithOptions ( id : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < Session > > ) : ConsulClient
open fun leaderStatus ( resultHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun listAclTokens ( resultHandler : Handler < AsyncResult < MutableList < AclToken > > > ) : ConsulClient
open fun listEvents ( resultHandler : Handler < AsyncResult < EventList > > ) : ConsulClient
open fun listEventsWithOptions ( options : EventListOptions , resultHandler : Handler < AsyncResult < EventList > > ) : ConsulClient
open fun listNodeSessions ( nodeId : String , resultHandler : Handler < AsyncResult < SessionList > > ) : ConsulClient
open fun listNodeSessionsWithOptions ( nodeId : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < SessionList > > ) : ConsulClient
open fun listSessions ( resultHandler : Handler < AsyncResult < SessionList > > ) : ConsulClient
open fun listSessionsWithOptions ( options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < SessionList > > ) : ConsulClient
open fun localChecks ( resultHandler : Handler < AsyncResult < MutableList < Check > > > ) : ConsulClient
open fun localServices ( resultHandler : Handler < AsyncResult < MutableList < Service > > > ) : ConsulClient
open fun maintenanceService ( maintenanceOptions : MaintenanceOptions , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open static fun newInstance ( arg : ConsulClient ) : ConsulClient
open fun passCheck ( checkId : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun passCheckWithNote ( checkId : String , note : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun peersStatus ( resultHandler : Handler < AsyncResult < MutableList < String > > > ) : ConsulClient
open fun putValue ( key : String , value : String , resultHandler : Handler < AsyncResult < Boolean > > ) : ConsulClient
open fun putValueWithOptions ( key : String , value : String , options : KeyValueOptions , resultHandler : Handler < AsyncResult < Boolean > > ) : ConsulClient
open fun registerCheck ( checkOptions : CheckOptions , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun registerService ( serviceOptions : ServiceOptions , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun renewSession ( id : String , resultHandler : Handler < AsyncResult < Session > > ) : ConsulClient
open fun rxAgentInfo ( ) : Single < JsonObject >
open fun rxCatalogDatacenters ( ) : Single < MutableList < String > >
open fun rxCatalogNodeServices ( node : String ) : Single < ServiceList >
open fun rxCatalogNodeServicesWithOptions ( node : String , options : BlockingQueryOptions ) : Single < ServiceList >
open fun rxCatalogNodes ( ) : Single < NodeList >
open fun rxCatalogNodesWithOptions ( options : NodeQueryOptions ) : Single < NodeList >
open fun rxCatalogServiceNodes ( service : String ) : Single < ServiceList >
open fun rxCatalogServiceNodesWithOptions ( service : String , options : ServiceQueryOptions ) : Single < ServiceList >
open fun rxCatalogServices ( ) : Single < ServiceList >
open fun rxCatalogServicesWithOptions ( options : BlockingQueryOptions ) : Single < ServiceList >
open fun rxCloneAclToken ( id : String ) : Single < String >
open fun rxCoordinateDatacenters ( ) : Single < MutableList < DcCoordinates > >
open fun rxCoordinateNodes ( ) : Single < CoordinateList >
open fun rxCoordinateNodesWithOptions ( options : BlockingQueryOptions ) : Single < CoordinateList >
open fun rxCreateAclToken ( token : AclToken ) : Single < String >
open fun rxCreatePreparedQuery ( definition : PreparedQueryDefinition ) : Single < String >
open fun rxCreateSession ( ) : Single < String >
open fun rxCreateSessionWithOptions ( options : SessionOptions ) : Single < String >
open fun rxDeletePreparedQuery ( id : String ) : Completable
open fun rxDeleteValue ( key : String ) : Completable
open fun rxDeleteValues ( keyPrefix : String ) : Completable
open fun rxDeregisterCheck ( checkId : String ) : Completable
open fun rxDeregisterService ( id : String ) : Completable
open fun rxDestroyAclToken ( id : String ) : Completable
open fun rxDestroySession ( id : String ) : Completable
open fun rxExecutePreparedQuery ( query : String ) : Single < PreparedQueryExecuteResponse >
open fun rxExecutePreparedQueryWithOptions ( query : String , options : PreparedQueryExecuteOptions ) : Single < PreparedQueryExecuteResponse >
open fun rxFailCheck ( checkId : String ) : Completable
open fun rxFailCheckWithNote ( checkId : String , note : String ) : Completable
open fun rxFireEvent ( name : String ) : Single < Event >
open fun rxFireEventWithOptions ( name : String , options : EventOptions ) : Single < Event >
open fun rxGetAllPreparedQueries ( ) : Single < MutableList < PreparedQueryDefinition > >
open fun rxGetKeys ( keyPrefix : String ) : Single < MutableList < String > >
open fun rxGetKeysWithOptions ( keyPrefix : String , options : BlockingQueryOptions ) : Single < MutableList < String > >
open fun rxGetPreparedQuery ( id : String ) : Single < PreparedQueryDefinition >
open fun rxGetValue ( key : String ) : Single < KeyValue >
open fun rxGetValueWithOptions ( key : String , options : BlockingQueryOptions ) : Single < KeyValue >
open fun rxGetValues ( keyPrefix : String ) : Single < KeyValueList >
open fun rxGetValuesWithOptions ( keyPrefix : String , options : BlockingQueryOptions ) : Single < KeyValueList >
open fun rxHealthChecks ( service : String ) : Single < CheckList >
open fun rxHealthChecksWithOptions ( service : String , options : CheckQueryOptions ) : Single < CheckList >
open fun rxHealthServiceNodes ( service : String , passing : Boolean ) : Single < ServiceEntryList >
open fun rxHealthServiceNodesWithOptions ( service : String , passing : Boolean , options : ServiceQueryOptions ) : Single < ServiceEntryList >
open fun rxHealthState ( checkStatus : CheckStatus ) : Single < CheckList >
open fun rxHealthStateWithOptions ( checkStatus : CheckStatus , options : CheckQueryOptions ) : Single < CheckList >
open fun rxInfoAclToken ( id : String ) : Single < AclToken >
open fun rxInfoSession ( id : String ) : Single < Session >
open fun rxInfoSessionWithOptions ( id : String , options : BlockingQueryOptions ) : Single < Session >
open fun rxLeaderStatus ( ) : Single < String >
open fun rxListAclTokens ( ) : Single < MutableList < AclToken > >
open fun rxListEvents ( ) : Single < EventList >
open fun rxListEventsWithOptions ( options : EventListOptions ) : Single < EventList >
open fun rxListNodeSessions ( nodeId : String ) : Single < SessionList >
open fun rxListNodeSessionsWithOptions ( nodeId : String , options : BlockingQueryOptions ) : Single < SessionList >
open fun rxListSessions ( ) : Single < SessionList >
open fun rxListSessionsWithOptions ( options : BlockingQueryOptions ) : Single < SessionList >
open fun rxLocalChecks ( ) : Single < MutableList < Check > >
open fun rxLocalServices ( ) : Single < MutableList < Service > >
open fun rxMaintenanceService ( maintenanceOptions : MaintenanceOptions ) : Completable
open fun rxPassCheck ( checkId : String ) : Completable
open fun rxPassCheckWithNote ( checkId : String , note : String ) : Completable
open fun rxPeersStatus ( ) : Single < MutableList < String > >
open fun rxPutValue ( key : String , value : String ) : Single < Boolean >
open fun rxPutValueWithOptions ( key : String , value : String , options : KeyValueOptions ) : Single < Boolean >
open fun rxRegisterCheck ( checkOptions : CheckOptions ) : Completable
open fun rxRegisterService ( serviceOptions : ServiceOptions ) : Completable
open fun rxRenewSession ( id : String ) : Single < Session >
open fun rxTransaction ( request : TxnRequest ) : Single < TxnResponse >
open fun rxUpdateAclToken ( token : AclToken ) : Single < String >
open fun rxUpdateCheck ( checkId : String , status : CheckStatus ) : Completable
open fun rxUpdateCheckWithNote ( checkId : String , status : CheckStatus , note : String ) : Completable
open fun rxUpdatePreparedQuery ( definition : PreparedQueryDefinition ) : Completable
open fun rxWarnCheck ( checkId : String ) : Completable
open fun rxWarnCheckWithNote ( checkId : String , note : String ) : Completable
open fun toString ( ) : String
open fun transaction ( request : TxnRequest , resultHandler : Handler < AsyncResult < TxnResponse > > ) : ConsulClient
open fun updateAclToken ( token : AclToken , idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun updateCheck ( checkId : String , status : CheckStatus , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun updateCheckWithNote ( checkId : String , status : CheckStatus , note : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun updatePreparedQuery ( definition : PreparedQueryDefinition , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun warnCheck ( checkId : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun warnCheckWithNote ( checkId : String , note : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open class Watch < T : Any >
Module Contents
Watch ( delegate : Watch < Any > )
Watch ( delegate : Watch < Any > , typeArg_0 : TypeArg < T > )
static val __TYPE_ARG : TypeArg < Watch < Any > >
val __typeArg_0 : TypeArg < T >
open fun equals ( other : Any ? ) : Boolean
open static fun events ( event : String , vertx : Vertx ) : Watch < EventList >
open static fun events ( event : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < EventList >
open fun getDelegate ( ) : Watch < Any >
open fun hashCode ( ) : Int
open static fun key ( key : String , vertx : Vertx ) : Watch < KeyValue >
open static fun key ( key : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < KeyValue >
open static fun keyPrefix ( keyPrefix : String , vertx : Vertx ) : Watch < KeyValueList >
open static fun keyPrefix ( keyPrefix : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < KeyValueList >
open static fun < T : Any > newInstance ( arg : Watch < Any > ) : Watch < T >
open static fun < T : Any > newInstance ( arg : Watch < Any > , __typeArg_T : TypeArg < T > ) : Watch < T >
open static fun nodes ( vertx : Vertx ) : Watch < NodeList >
open static fun nodes ( vertx : Vertx , options : ConsulClientOptions ) : Watch < NodeList >
open static fun service ( service : String , vertx : Vertx ) : Watch < ServiceEntryList >
open static fun service ( service : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < ServiceEntryList >
open static fun services ( vertx : Vertx ) : Watch < ServiceList >
open static fun services ( vertx : Vertx , options : ConsulClientOptions ) : Watch < ServiceList >
open fun setHandler ( handler : Handler < WatchResult < T > > ) : Watch < T >
open fun start ( ) : Watch < T >
open fun stop ( ) : Unit
open fun toString ( ) : String
package io.vertx.reactivex.ext.dropwizard
package io.vertx.reactivex.ext.healthchecks
package io.vertx.reactivex.ext.mail
package io.vertx.reactivex.ext.shell
package io.vertx.reactivex.ext.shell.cli
package io.vertx.reactivex.ext.shell.command
package io.vertx.reactivex.ext.shell.system
package io.vertx.reactivex.ext.shell.term
package io.vertx.reactivex.ext.sql
package io.vertx.reactivex.ext.stomp
Module Contents
open class Acknowledgement
open class Destination
open class DestinationFactory
open class Frames
open class StompClientConnection
Module Contents
StompClientConnection ( delegate : StompClientConnection )
static val __TYPE_ARG : TypeArg < StompClientConnection >
open fun abort ( id : String ) : StompClientConnection
open fun abort ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun abort ( id : String , : MutableMap < String , String > ) : StompClientConnection
open fun abort ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun ack ( id : String ) : StompClientConnection
open fun ack ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun ack ( id : String , txId : String ) : StompClientConnection
open fun ack ( id : String , txId : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun beginTX ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun beginTX ( id : String ) : StompClientConnection
open fun beginTX ( id : String , : MutableMap < String , String > ) : StompClientConnection
open fun beginTX ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun close ( ) : Unit
open fun closeHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
open fun commit ( id : String ) : StompClientConnection
open fun commit ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun commit ( id : String , : MutableMap < String , String > ) : StompClientConnection
open fun commit ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun connectionDroppedHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
open fun disconnect ( ) : StompClientConnection
open fun disconnect ( receiptHandler : Handler < Frame > ) : StompClientConnection
open fun disconnect ( frame : Frame ) : StompClientConnection
open fun disconnect ( frame : Frame , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun equals ( other : Any ? ) : Boolean
open fun errorHandler ( handler : Handler < Frame > ) : StompClientConnection
open fun exceptionHandler ( exceptionHandler : Handler < Throwable > ) : StompClientConnection
open fun getDelegate ( ) : StompClientConnection
open fun hashCode ( ) : Int
open fun isConnected ( ) : Boolean
open fun nack ( id : String ) : StompClientConnection
open fun nack ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun nack ( id : String , txId : String ) : StompClientConnection
open fun nack ( id : String , txId : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open static fun newInstance ( arg : StompClientConnection ) : StompClientConnection
open fun pingHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
open fun receivedFrameHandler ( handler : Handler < Frame > ) : StompClientConnection
open fun send ( : MutableMap < String , String > , body : Buffer ) : StompClientConnection
open fun send ( headers : MutableMap < String , String > , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun send ( destination : String , body : Buffer ) : StompClientConnection
open fun send ( destination : String , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun send ( frame : Frame ) : StompClientConnection
open fun send ( frame : Frame , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun send ( destination : String , : MutableMap < String , String > , body : Buffer ) : StompClientConnection
open fun send ( destination : String , headers : MutableMap < String , String > , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun server ( ) : String
open fun session ( ) : String
open fun subscribe ( destination : String , handler : Handler < Frame > ) : String
open fun subscribe ( destination : String , handler : Handler < Frame > , receiptHandler : Handler < Frame > ) : String
open fun subscribe ( destination : String , headers : MutableMap < String , String > , handler : Handler < Frame > ) : String
open fun subscribe ( destination : String , headers : MutableMap < String , String > , handler : Handler < Frame > , receiptHandler : Handler < Frame > ) : String
open fun toString ( ) : String
open fun unsubscribe ( destination : String ) : StompClientConnection
open fun unsubscribe ( destination : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun unsubscribe ( destination : String , : MutableMap < String , String > ) : StompClientConnection
open fun unsubscribe ( destination : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun version ( ) : String
open fun writingFrameHandler ( handler : Handler < Frame > ) : StompClientConnection
open class StompServer
package io.vertx.reactivex.ext.unit
Module Contents
open class Async : Completion < Void >
open class Completion < T : Any >
open class TestCase
open class TestCompletion : Completion < Void >
open class TestContext
Module Contents
TestContext ( delegate : TestContext )
static val __TYPE_ARG : TypeArg < TestContext >
open fun assertEquals ( expected : Any , actual : Any ) : TestContext
open fun assertEquals ( expected : Any , actual : Any , message : String ) : TestContext
open fun assertFalse ( condition : Boolean ) : TestContext
open fun assertFalse ( condition : Boolean , message : String ) : TestContext
open fun assertInRange ( expected : Double , actual : Double , delta : Double ) : TestContext
open fun assertInRange ( expected : Double , actual : Double , delta : Double , message : String ) : TestContext
open fun assertNotEquals ( first : Any , second : Any ) : TestContext
open fun assertNotEquals ( first : Any , second : Any , message : String ) : TestContext
open fun assertNotNull ( expected : Any ) : TestContext
open fun assertNotNull ( expected : Any , message : String ) : TestContext
open fun assertNull ( expected : Any ) : TestContext
open fun assertNull ( expected : Any , message : String ) : TestContext
open fun assertTrue ( condition : Boolean ) : TestContext
open fun assertTrue ( condition : Boolean , message : String ) : TestContext
open fun async ( ) : Async
open fun async ( count : Int ) : Async
open fun < T : Any > asyncAssertFailure ( ) : Handler < AsyncResult < T > >
open fun < T : Any > asyncAssertFailure ( causeHandler : Handler < Throwable > ) : Handler < AsyncResult < T > >
open fun < T : Any > asyncAssertSuccess ( ) : Handler < AsyncResult < T > >
open fun < T : Any > asyncAssertSuccess ( resultHandler : Handler < T > ) : Handler < AsyncResult < T > >
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( ) : Handler < Throwable >
open fun fail ( ) : Unit
open fun fail ( message : String ) : Unit
open fun fail ( cause : Throwable ) : Unit
open fun < T : Any > get ( key : String ) : T
open fun getDelegate ( ) : TestContext
open fun hashCode ( ) : Int
open static fun newInstance ( arg : TestContext ) : TestContext
open fun < T : Any > put ( key : String , value : Any ) : T
open fun < T : Any > remove ( key : String ) : T
open fun strictAsync ( count : Int ) : Async
open fun toString ( ) : String
open fun verify ( block : Handler < Void > ) : TestContext
open class TestSuite
package io.vertx.reactivex.ext.unit.collect
package io.vertx.reactivex.ext.unit.report
package io.vertx.reactivex.ext.web
package io.vertx.reactivex.ext.web.api
package io.vertx.reactivex.ext.web.api.contract
package io.vertx.reactivex.ext.web.api.contract.openapi3
Module Contents
open class OpenAPI3RequestValidationHandler : HTTPOperationRequestValidationHandler , Handler < RoutingContext >
open class OpenAPI3RouterFactory : RouterFactory < OpenAPI >
Module Contents
OpenAPI3RouterFactory ( delegate : OpenAPI3RouterFactory )
static val __TYPE_ARG : TypeArg < OpenAPI3RouterFactory >
open fun addFailureHandler ( method : HttpMethod , path : String , failureHandler : Handler < RoutingContext > ) : RouterFactory < Any >
open fun addFailureHandlerByOperationId ( operationId : String , failureHandler : Handler < RoutingContext > ) : OpenAPI3RouterFactory
open fun addHandler ( method : HttpMethod , path : String , handler : Handler < RoutingContext > ) : RouterFactory < Any >
open fun addHandlerByOperationId ( operationId : String , handler : Handler < RoutingContext > ) : OpenAPI3RouterFactory
open fun addSecurityHandler ( securitySchemaName : String , handler : Handler < RoutingContext > ) : RouterFactory < Any >
open fun addSecuritySchemaScopeValidator ( securitySchemaName : String , scopeName : String , handler : Handler < RoutingContext > ) : OpenAPI3RouterFactory
open static fun create ( vertx : Vertx , url : String , handler : Handler < AsyncResult < OpenAPI3RouterFactory > > ) : Unit
open static fun createRouterFactoryFromFile ( vertx : Vertx , url : String , handler : Handler < AsyncResult < OpenAPI3RouterFactory > > ) : Unit
open static fun createRouterFactoryFromURL ( vertx : Vertx , url : String , handler : Handler < AsyncResult < OpenAPI3RouterFactory > > ) : Unit
open fun enableValidationFailureHandler ( enable : Boolean ) : RouterFactory < Any >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : OpenAPI3RouterFactory
open fun getOptions ( ) : RouterFactoryOptions
open fun getRouter ( ) : Router
open fun hashCode ( ) : Int
open fun mountOperationsWithoutHandlers ( enable : Boolean ) : RouterFactory < Any >
open static fun newInstance ( arg : OpenAPI3RouterFactory ) : OpenAPI3RouterFactory
open static fun rxCreate ( vertx : Vertx , url : String ) : Single < OpenAPI3RouterFactory >
open static fun rxCreateRouterFactoryFromFile ( vertx : Vertx , url : String ) : Single < OpenAPI3RouterFactory >
open static fun rxCreateRouterFactoryFromURL ( vertx : Vertx , url : String ) : Single < OpenAPI3RouterFactory >
open fun setOptions ( options : RouterFactoryOptions ) : RouterFactory < Any >
open fun setValidationFailureHandler ( handler : Handler < RoutingContext > ) : RouterFactory < Any >
open fun toString ( ) : String
package io.vertx.reactivex.ext.web.api.validation
Module Contents
open class ContainerDeserializer
open class CustomValidator
open class HTTPRequestValidationHandler : ValidationHandler , Handler < RoutingContext >
Module Contents
HTTPRequestValidationHandler ( delegate : HTTPRequestValidationHandler )
static val __TYPE_ARG : TypeArg < HTTPRequestValidationHandler >
open fun addCustomValidatorFunction ( customValidator : CustomValidator ) : HTTPRequestValidationHandler
open fun addExpectedContentType ( contentType : String ) : HTTPRequestValidationHandler
open fun addFormParam ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addFormParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
open fun addFormParamWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addFormParamsArray ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addFormParamsArrayWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addHeaderParam ( headerName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addHeaderParamWithCustomTypeValidator ( headerName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
open fun addHeaderParamWithPattern ( headerName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addJsonBodySchema ( jsonSchema : String ) : HTTPRequestValidationHandler
open fun addMultipartRequiredFile ( filename : String , contentType : String ) : HTTPRequestValidationHandler
open fun addPathParam ( parameterName : String , type : ParameterType ) : HTTPRequestValidationHandler
open fun addPathParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
open fun addPathParamWithPattern ( parameterName : String , pattern : String ) : HTTPRequestValidationHandler
open fun addQueryParam ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addQueryParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
open fun addQueryParamWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addQueryParamsArray ( arrayName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addQueryParamsArrayWithPattern ( arrayName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addXMLBodySchema ( xmlSchema : String ) : HTTPRequestValidationHandler
open static fun create ( ) : HTTPRequestValidationHandler
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : HTTPRequestValidationHandler
open fun handle ( arg0 : RoutingContext ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : HTTPRequestValidationHandler ) : HTTPRequestValidationHandler
open fun toString ( ) : String
open class ParameterTypeValidator
Module Contents
ParameterTypeValidator ( delegate : ParameterTypeValidator )
static val __TYPE_ARG : TypeArg < ParameterTypeValidator >
open static fun createArrayTypeValidator ( arrayMembersValidator : ParameterTypeValidator ) : ParameterTypeValidator
open static fun createArrayTypeValidator ( arrayMembersValidator : ParameterTypeValidator , collectionFormat : String , maxItems : Int , minItems : Int ) : ParameterTypeValidator
open static fun createBooleanTypeValidator ( defaultValue : Any ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( defaultValue : Double ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Double ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createEnumTypeValidatorWithInnerValidator ( allowedValues : MutableList < String > , innerValidator : ParameterTypeValidator ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( defaultValue : Float ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Float ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( defaultValue : Int ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Int ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createLongTypeValidator ( defaultValue : Long ) : ParameterTypeValidator
open static fun createLongTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Long ) : ParameterTypeValidator
open static fun createLongTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createStringEnumTypeValidator ( allowedValues : MutableList < String > ) : ParameterTypeValidator
open static fun createStringTypeValidator ( defaultValue : Any ) : ParameterTypeValidator
open static fun createStringTypeValidator ( pattern : String , defaultValue : Any ) : ParameterTypeValidator
open static fun createStringTypeValidator ( pattern : String , minLength : Int , maxLength : Int , defaultValue : Any ) : ParameterTypeValidator
open fun equals ( other : Any ? ) : Boolean
open fun getDefault ( ) : Any
open fun getDelegate ( ) : ParameterTypeValidator
open fun hasDefault ( ) : Boolean
open fun hashCode ( ) : Int
open fun isValid ( value : String ) : RequestParameter
open fun isValidCollection ( value : MutableList < String > ) : RequestParameter
open static fun newInstance ( arg : ParameterTypeValidator ) : ParameterTypeValidator
open fun toString ( ) : String
open class ParameterValidationRule
interface ValidationHandler : Handler < RoutingContext >
package io.vertx.reactivex.ext.web.client
Module Contents
open class HttpResponse < T : Any >
open class WebClient
Module Contents
WebClient ( delegate : WebClient )
static val __TYPE_ARG : TypeArg < WebClient >
open fun close ( ) : Unit
open static fun create ( vertx : Vertx ) : WebClient
open static fun create ( vertx : Vertx , options : WebClientOptions ) : WebClient
open fun delete ( requestURI : String ) : HttpRequest < Buffer >
open fun delete ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun delete ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun deleteAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun equals ( other : Any ? ) : Boolean
open fun get ( requestURI : String ) : HttpRequest < Buffer >
open fun get ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun get ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun getAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun getDelegate ( ) : WebClient
open fun hashCode ( ) : Int
open fun head ( requestURI : String ) : HttpRequest < Buffer >
open fun head ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun head ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun headAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open static fun newInstance ( arg : WebClient ) : WebClient
open fun patch ( requestURI : String ) : HttpRequest < Buffer >
open fun patch ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun patch ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun patchAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun post ( requestURI : String ) : HttpRequest < Buffer >
open fun post ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun post ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun postAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun put ( requestURI : String ) : HttpRequest < Buffer >
open fun put ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun put ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun putAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun request ( method : HttpMethod , port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun request ( method : HttpMethod , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun request ( method : HttpMethod , requestURI : String ) : HttpRequest < Buffer >
open fun request ( method : HttpMethod , options : RequestOptions ) : HttpRequest < Buffer >
open fun requestAbs ( method : HttpMethod , absoluteURI : String ) : HttpRequest < Buffer >
open fun toString ( ) : String
open static fun wrap ( httpClient : HttpClient ) : WebClient
open static fun wrap ( httpClient : HttpClient , options : WebClientOptions ) : WebClient
package io.vertx.reactivex.ext.web.codec
package io.vertx.reactivex.ext.web.handler
package io.vertx.reactivex.ext.web.handler.sockjs
package io.vertx.reactivex.ext.web.sstore
package io.vertx.reactivex.ext.web.templ
package io.vertx.reactivex.kafka.admin
Module Contents
open class AdminUtils
Module Contents
AdminUtils ( delegate : AdminUtils )
static val __TYPE_ARG : TypeArg < AdminUtils >
open fun changeTopicConfig ( topicName : String , topicConfig : MutableMap < String , String > , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun create ( vertx : Vertx , zookeeperHosts : String ) : AdminUtils
open static fun create ( vertx : Vertx , zookeeperHosts : String , autoClose : Boolean ) : AdminUtils
open static fun create ( vertx : Vertx , zookeeperHosts : String , connectionTimeoutMs : Int , isSecure : Boolean , autoClose : Boolean ) : AdminUtils
open fun createTopic ( topicName : String , partitionCount : Int , replicationFactor : Int , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun createTopic ( topicName : String , partitionCount : Int , replicationFactor : Int , topicConfig : MutableMap < String , String > , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun deleteTopic ( topicName : String , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : AdminUtils
open fun hashCode ( ) : Int
open static fun newInstance ( arg : AdminUtils ) : AdminUtils
open fun rxChangeTopicConfig ( topicName : String , topicConfig : MutableMap < String , String > ) : Completable
open fun rxClose ( ) : Completable
open fun rxCreateTopic ( topicName : String , partitionCount : Int , replicationFactor : Int ) : Completable
open fun rxCreateTopic ( topicName : String , partitionCount : Int , replicationFactor : Int , topicConfig : MutableMap < String , String > ) : Completable
open fun rxDeleteTopic ( topicName : String ) : Completable
open fun rxTopicExists ( topicName : String ) : Single < Boolean >
open fun toString ( ) : String
open fun topicExists ( topicName : String , completionHandler : Handler < AsyncResult < Boolean > > ) : Unit
package io.vertx.reactivex.kafka.client.consumer
Module Contents
open class KafkaConsumer < K : Any , V : Any > : ReadStream < KafkaConsumerRecord < K , V > >
Module Contents
KafkaConsumer ( delegate : KafkaConsumer < Any , Any > )
KafkaConsumer ( delegate : KafkaConsumer < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < KafkaConsumer < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun assign ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun assign ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun assign ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun assign ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun assignment ( handler : Handler < AsyncResult < MutableSet < TopicPartition > > > ) : KafkaConsumer < K , V >
open fun batchHandler ( handler : Handler < KafkaConsumerRecords < K , V > > ) : KafkaConsumer < K , V >
open fun beginningOffsets ( topicPartition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
open fun close ( ) : Unit
open fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun commit ( ) : Unit
open fun commit ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun committed ( topicPartition : TopicPartition , handler : Handler < AsyncResult < OffsetAndMetadata > > ) : Unit
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > ) : KafkaConsumer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaConsumer < K , V >
open fun endHandler ( endHandler : Handler < Void > ) : KafkaConsumer < K , V >
open fun endOffsets ( topicPartition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : KafkaConsumer < K , V >
open fun getDelegate ( ) : KafkaConsumer < Any , Any >
open fun handler ( handler : Handler < KafkaConsumerRecord < K , V > > ) : KafkaConsumer < K , V >
open fun hashCode ( ) : Int
open static fun < K : Any , V : Any > newInstance ( arg : KafkaConsumer < Any , Any > ) : KafkaConsumer < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : KafkaConsumer < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : KafkaConsumer < K , V >
open fun offsetsForTimes ( topicPartition : TopicPartition , timestamp : Long , handler : Handler < AsyncResult < OffsetAndTimestamp > > ) : Unit
open fun partitionsAssignedHandler ( handler : Handler < MutableSet < TopicPartition > > ) : KafkaConsumer < K , V >
open fun partitionsFor ( topic : String , handler : Handler < AsyncResult < MutableList < PartitionInfo > > > ) : KafkaConsumer < K , V >
open fun partitionsRevokedHandler ( handler : Handler < MutableSet < TopicPartition > > ) : KafkaConsumer < K , V >
open fun pause ( ) : KafkaConsumer < K , V >
open fun pause ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun pause ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun pause ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun pause ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun paused ( handler : Handler < AsyncResult < MutableSet < TopicPartition > > > ) : Unit
open fun pollTimeout ( timeout : Long ) : KafkaConsumer < K , V >
open fun position ( partition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
open fun resume ( ) : KafkaConsumer < K , V >
open fun resume ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun resume ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun resume ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun resume ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun rxAssign ( topicPartition : TopicPartition ) : Completable
open fun rxAssign ( topicPartitions : MutableSet < TopicPartition > ) : Completable
open fun rxAssignment ( ) : Single < MutableSet < TopicPartition > >
open fun rxBeginningOffsets ( topicPartition : TopicPartition ) : Single < Long >
open fun rxClose ( ) : Completable
open fun rxCommit ( ) : Completable
open fun rxCommitted ( topicPartition : TopicPartition ) : Single < OffsetAndMetadata >
open fun rxEndOffsets ( topicPartition : TopicPartition ) : Single < Long >
open fun rxOffsetsForTimes ( topicPartition : TopicPartition , timestamp : Long ) : Single < OffsetAndTimestamp >
open fun rxPartitionsFor ( topic : String ) : Single < MutableList < PartitionInfo > >
open fun rxPause ( topicPartition : TopicPartition ) : Completable
open fun rxPause ( topicPartitions : MutableSet < TopicPartition > ) : Completable
open fun rxPaused ( ) : Single < MutableSet < TopicPartition > >
open fun rxPosition ( partition : TopicPartition ) : Single < Long >
open fun rxResume ( topicPartition : TopicPartition ) : Completable
open fun rxResume ( topicPartitions : MutableSet < TopicPartition > ) : Completable
open fun rxSeek ( topicPartition : TopicPartition , offset : Long ) : Completable
open fun rxSeekToBeginning ( topicPartition : TopicPartition ) : Completable
open fun rxSeekToBeginning ( topicPartitions : MutableSet < TopicPartition > ) : Completable
open fun rxSeekToEnd ( topicPartition : TopicPartition ) : Completable
open fun rxSeekToEnd ( topicPartitions : MutableSet < TopicPartition > ) : Completable
open fun rxSubscribe ( topic : String ) : Completable
open fun rxSubscribe ( topics : MutableSet < String > ) : Completable
open fun rxSubscription ( ) : Single < MutableSet < String > >
open fun rxUnsubscribe ( ) : Completable
open fun seek ( topicPartition : TopicPartition , offset : Long ) : KafkaConsumer < K , V >
open fun seek ( topicPartition : TopicPartition , offset : Long , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun seekToBeginning ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun seekToBeginning ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun seekToBeginning ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun seekToBeginning ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun seekToEnd ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun seekToEnd ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun seekToEnd ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun seekToEnd ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun subscribe ( topic : String ) : KafkaConsumer < K , V >
open fun subscribe ( topics : MutableSet < String > ) : KafkaConsumer < K , V >
open fun subscribe ( topic : String , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun subscribe ( topics : MutableSet < String > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun subscription ( handler : Handler < AsyncResult < MutableSet < String > > > ) : KafkaConsumer < K , V >
open fun toFlowable ( ) : Flowable < KafkaConsumerRecord < K , V > >
open fun toObservable ( ) : Observable < KafkaConsumerRecord < K , V > >
open fun toString ( ) : String
open fun unsubscribe ( ) : KafkaConsumer < K , V >
open fun unsubscribe ( completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open class KafkaConsumerRecords < K : Any , V : Any >
Module Contents
KafkaConsumerRecords ( delegate : KafkaConsumerRecords < Any , Any > )
KafkaConsumerRecords ( delegate : KafkaConsumerRecords < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < KafkaConsumerRecords < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : KafkaConsumerRecords < Any , Any >
open fun hashCode ( ) : Int
open fun isEmpty ( ) : Boolean
open static fun < K : Any , V : Any > newInstance ( arg : KafkaConsumerRecords < Any , Any > ) : KafkaConsumerRecords < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : KafkaConsumerRecords < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : KafkaConsumerRecords < K , V >
open fun recordAt ( index : Int ) : KafkaConsumerRecord < K , V >
open fun size ( ) : Int
open fun toString ( ) : String
package io.vertx.reactivex.kafka.client.producer
Module Contents
open class KafkaProducer < K : Any , V : Any > : WriteStream < KafkaProducerRecord < K , V > >
Module Contents
KafkaProducer ( delegate : KafkaProducer < Any , Any > )
KafkaProducer ( delegate : KafkaProducer < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < KafkaProducer < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun close ( ) : Unit
open fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun close ( timeout : Long , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > createShared ( vertx : Vertx , name : String , config : MutableMap < String , String > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > createShared ( vertx : Vertx , name : String , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaProducer < K , V >
open fun drainHandler ( handler : Handler < Void > ) : KafkaProducer < K , V >
open fun end ( ) : Unit
open fun end ( kafkaProducerRecord : KafkaProducerRecord < K , V > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : KafkaProducer < K , V >
open fun flush ( completionHandler : Handler < Void > ) : KafkaProducer < K , V >
open fun getDelegate ( ) : KafkaProducer < Any , Any >
open fun hashCode ( ) : Int
open static fun < K : Any , V : Any > newInstance ( arg : KafkaProducer < Any , Any > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : KafkaProducer < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : KafkaProducer < K , V >
open fun partitionsFor ( topic : String , handler : Handler < AsyncResult < MutableList < PartitionInfo > > > ) : KafkaProducer < K , V >
open fun rxClose ( ) : Completable
open fun rxClose ( timeout : Long ) : Completable
open fun rxPartitionsFor ( topic : String ) : Single < MutableList < PartitionInfo > >
open fun rxWrite ( record : KafkaProducerRecord < K , V > ) : Single < RecordMetadata >
open fun setWriteQueueMaxSize ( i : Int ) : KafkaProducer < K , V >
open fun toString ( ) : String
open fun write ( kafkaProducerRecord : KafkaProducerRecord < K , V > ) : KafkaProducer < K , V >
open fun write ( record : KafkaProducerRecord < K , V > , handler : Handler < AsyncResult < RecordMetadata > > ) : KafkaProducer < K , V >
open fun writeQueueFull ( ) : Boolean
package io.vertx.reactivex.micrometer
package io.vertx.reactivex.mqtt
Module Contents
open class MqttClient
Module Contents
MqttClient ( delegate : MqttClient )
static val __TYPE_ARG : TypeArg < MqttClient >
open fun clientId ( ) : String
open fun closeHandler ( closeHandler : Handler < Void > ) : MqttClient
open fun connect ( port : Int , host : String , connectHandler : Handler < AsyncResult < MqttConnAckMessage > > ) : MqttClient
open fun connect ( port : Int , host : String , serverName : String , connectHandler : Handler < AsyncResult < MqttConnAckMessage > > ) : MqttClient
open static fun create ( vertx : Vertx , options : MqttClientOptions ) : MqttClient
open static fun create ( vertx : Vertx ) : MqttClient
open fun disconnect ( ) : MqttClient
open fun disconnect ( disconnectHandler : Handler < AsyncResult < Void > > ) : MqttClient
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : MqttClient
open fun getDelegate ( ) : MqttClient
open fun hashCode ( ) : Int
open fun isConnected ( ) : Boolean
open static fun newInstance ( arg : MqttClient ) : MqttClient
open fun ping ( ) : MqttClient
open fun pingResponseHandler ( pingResponseHandler : Handler < Void > ) : MqttClient
open fun publish ( topic : String , payload : Buffer , qosLevel : MqttQoS , isDup : Boolean , isRetain : Boolean ) : MqttClient
open fun publish ( topic : String , payload : Buffer , qosLevel : MqttQoS , isDup : Boolean , isRetain : Boolean , publishSentHandler : Handler < AsyncResult < Int > > ) : MqttClient
open fun publishCompletionHandler ( publishCompletionHandler : Handler < Int > ) : MqttClient
open fun publishHandler ( publishHandler : Handler < MqttPublishMessage > ) : MqttClient
open fun rxConnect ( port : Int , host : String ) : Single < MqttConnAckMessage >
open fun rxConnect ( port : Int , host : String , serverName : String ) : Single < MqttConnAckMessage >
open fun rxDisconnect ( ) : Completable
open fun rxPublish ( topic : String , payload : Buffer , qosLevel : MqttQoS , isDup : Boolean , isRetain : Boolean ) : Single < Int >
open fun rxSubscribe ( topic : String , qos : Int ) : Single < Int >
open fun rxSubscribe ( topics : MutableMap < String , Int > ) : Single < Int >
open fun rxUnsubscribe ( topic : String ) : Single < Int >
open fun subscribe ( topic : String , qos : Int ) : MqttClient
open fun subscribe ( topic : String , qos : Int , subscribeSentHandler : Handler < AsyncResult < Int > > ) : MqttClient
open fun subscribe ( topics : MutableMap < String , Int > ) : MqttClient
open fun subscribe ( topics : MutableMap < String , Int > , subscribeSentHandler : Handler < AsyncResult < Int > > ) : MqttClient
open fun subscribeCompletionHandler ( subscribeCompletionHandler : Handler < MqttSubAckMessage > ) : MqttClient
open fun toString ( ) : String
open fun unsubscribe ( topic : String ) : MqttClient
open fun unsubscribe ( topic : String , unsubscribeSentHandler : Handler < AsyncResult < Int > > ) : MqttClient
open fun unsubscribeCompletionHandler ( unsubscribeCompletionHandler : Handler < Int > ) : MqttClient
open class MqttEndpoint
open class MqttServer
package io.vertx.reactivex.mqtt.messages
package io.vertx.reactivex.rabbitmq
Module Contents
open class RabbitMQClient
Module Contents
RabbitMQClient ( delegate : RabbitMQClient )
static val __TYPE_ARG : TypeArg < RabbitMQClient >
open fun basicAck ( deliveryTag : Long , multiple : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun basicConsume ( queue : String , address : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun basicConsume ( queue : String , address : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun basicConsume ( queue : String , address : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < Void > > , errorHandler : Handler < Throwable > ) : Unit
open fun basicGet ( queue : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun basicNack ( deliveryTag : Long , multiple : Boolean , requeue : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun basicPublish ( exchange : String , routingKey : String , message : JsonObject , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun basicQos ( prefetchCount : Int , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun confirmSelect ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun create ( vertx : Vertx , config : RabbitMQOptions ) : RabbitMQClient
open fun equals ( other : Any ? ) : Boolean
open fun exchangeBind ( destination : String , source : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun exchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun exchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean , config : JsonObject , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun exchangeDelete ( exchange : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun exchangeUnbind ( destination : String , source : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun getDelegate ( ) : RabbitMQClient
open fun hashCode ( ) : Int
open fun isConnected ( ) : Boolean
open fun isOpenChannel ( ) : Boolean
open fun messageCount ( queue : String , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open static fun newInstance ( arg : RabbitMQClient ) : RabbitMQClient
open fun queueBind ( queue : String , exchange : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun queueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun queueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean , config : JsonObject , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun queueDeclareAuto ( resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun queueDelete ( queue : String , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun queueDeleteIf ( queue : String , ifUnused : Boolean , ifEmpty : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun rxBasicAck ( deliveryTag : Long , multiple : Boolean ) : Single < JsonObject >
open fun rxBasicConsume ( queue : String , address : String ) : Completable
open fun rxBasicConsume ( queue : String , address : String , autoAck : Boolean ) : Completable
open fun rxBasicGet ( queue : String , autoAck : Boolean ) : Single < JsonObject >
open fun rxBasicNack ( deliveryTag : Long , multiple : Boolean , requeue : Boolean ) : Single < JsonObject >
open fun rxBasicPublish ( exchange : String , routingKey : String , message : JsonObject ) : Completable
open fun rxBasicQos ( prefetchCount : Int ) : Completable
open fun rxConfirmSelect ( ) : Completable
open fun rxExchangeBind ( destination : String , source : String , routingKey : String ) : Completable
open fun rxExchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean ) : Completable
open fun rxExchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean , config : JsonObject ) : Completable
open fun rxExchangeDelete ( exchange : String ) : Completable
open fun rxExchangeUnbind ( destination : String , source : String , routingKey : String ) : Completable
open fun rxMessageCount ( queue : String ) : Single < JsonObject >
open fun rxQueueBind ( queue : String , exchange : String , routingKey : String ) : Completable
open fun rxQueueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean ) : Single < JsonObject >
open fun rxQueueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean , config : JsonObject ) : Single < JsonObject >
open fun rxQueueDeclareAuto ( ) : Single < JsonObject >
open fun rxQueueDelete ( queue : String ) : Single < JsonObject >
open fun rxQueueDeleteIf ( queue : String , ifUnused : Boolean , ifEmpty : Boolean ) : Single < JsonObject >
open fun rxStart ( ) : Completable
open fun rxStop ( ) : Completable
open fun rxWaitForConfirms ( ) : Completable
open fun rxWaitForConfirms ( timeout : Long ) : Completable
open fun start ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun stop ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun toString ( ) : String
open fun waitForConfirms ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun waitForConfirms ( timeout : Long , resultHandler : Handler < AsyncResult < Void > > ) : Unit
package io.vertx.reactivex.redis
Module Contents
open class RedisClient
Module Contents
RedisClient ( delegate : RedisClient )
static val __TYPE_ARG : TypeArg < RedisClient >
open fun append ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun auth ( password : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun bgrewriteaof ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun bgsave ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun bitcount ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitcountRange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitfield ( key : String , bitFieldOptions : BitFieldOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun bitfieldWithOverflow ( key : String , commands : BitFieldOptions , overflow : BitFieldOverflowOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun bitop ( operation : BitOperation , destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitpos ( key : String , bit : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitposFrom ( key : String , bit : Int , start : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitposRange ( key : String , bit : Int , start : Int , stop : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun blpop ( key : String , seconds : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun blpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun brpop ( key : String , seconds : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun brpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun brpoplpush ( key : String , destkey : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientGetname ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientKill ( filter : KillFilter , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun clientList ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientPause ( millis : Long , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientReply ( options : ClientReplyOptions , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientSetname ( name : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun clusterAddslots ( slots : MutableList < Long > , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterCountFailureReports ( nodeId : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun clusterCountkeysinslot ( slot : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun clusterDelslots ( slot : Long , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterDelslotsMany ( slots : MutableList < Long > , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterFailOverWithOptions ( options : FailoverOptions , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterFailover ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterForget ( nodeId : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterGetkeysinslot ( slot : Long , count : Long , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun clusterInfo ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun clusterKeyslot ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun clusterMeet ( ip : String , port : Long , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterNodes ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun clusterReplicate ( nodeId : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterReset ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterResetWithOptions ( options : ResetOptions , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSaveconfig ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSetConfigEpoch ( epoch : Long , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSetslot ( slot : Long , subcommand : SlotCmd , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSlaves ( nodeId : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun clusterSlots ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun command ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun commandCount ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun commandGetkeys ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun commandInfo ( commands : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun configGet ( parameter : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun configResetstat ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun configRewrite ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun configSet ( parameter : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open static fun create ( vertx : Vertx ) : RedisClient
open static fun create ( vertx : Vertx , config : RedisOptions ) : RedisClient
open fun dbsize ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun debugObject ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun debugSegfault ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun decr ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun decrby ( key : String , decrement : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun del ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun delMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun dump ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun echo ( message : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun equals ( other : Any ? ) : Boolean
open fun eval ( script : String , keys : MutableList < String > , args : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun evalScript ( script : Script , keys : MutableList < String > , args : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun evalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun exists ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun existsMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun expire ( key : String , seconds : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun expireat ( key : String , seconds : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun flushall ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun flushdb ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun geoadd ( key : String , longitude : Double , latitude : Double , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun geoaddMany ( key : String , members : MutableList < GeoMember > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun geodist ( key : String , member1 : String , member2 : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun geodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun geohash ( key : String , member : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun geohashMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun geopos ( key : String , member : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun geoposMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun georadius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun georadiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun georadiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun georadiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun get ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun getBinary ( key : String , handler : Handler < AsyncResult < Buffer > > ) : RedisClient
open fun getDelegate ( ) : RedisClient
open fun getbit ( key : String , offset : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun getrange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun getset ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun hashCode ( ) : Int
open fun hdel ( key : String , field : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hdelMany ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hexists ( key : String , field : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hget ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun hgetall ( key : String , handler : Handler < AsyncResult < JsonObject > > ) : RedisClient
open fun hincrby ( key : String , field : String , increment : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hincrbyfloat ( key : String , field : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun hkeys ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun hlen ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hmget ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun hmset ( key : String , values : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun hscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun hset ( key : String , field : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hsetnx ( key : String , field : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hstrlen ( key : String , field : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hvals ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun incr ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun incrby ( key : String , increment : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun incrbyfloat ( key : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun info ( handler : Handler < AsyncResult < JsonObject > > ) : RedisClient
open fun infoSection ( section : String , handler : Handler < AsyncResult < JsonObject > > ) : RedisClient
open fun keys ( pattern : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun lastsave ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lindex ( key : String , index : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun linsert ( key : String , option : InsertOptions , pivot : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun llen ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun lpush ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lpushx ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lrange ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun lrem ( key : String , count : Long , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lset ( key : String , index : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun ltrim ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun mget ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun mgetMany ( keys : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun migrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun monitor ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun move ( key : String , destdb : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun mset ( keyvals : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun msetnx ( keyvals : JsonObject , handler : Handler < AsyncResult < Long > > ) : RedisClient
open static fun newInstance ( arg : RedisClient ) : RedisClient
open fun object ( key : String , cmd : ObjectCmd , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun persist ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pexpire ( key : String , millis : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pexpireat ( key : String , millis : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfadd ( key : String , element : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfaddMany ( key : String , elements : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfcount ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfcountMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfmerge ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun ping ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun psetex ( key : String , millis : Long , value : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun psubscribe ( pattern : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun psubscribeMany ( patterns : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun pttl ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun publish ( channel : String , message : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pubsubChannels ( pattern : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun pubsubNumpat ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pubsubNumsub ( channels : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun punsubscribe ( patterns : MutableList < String > , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun randomkey ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun rename ( key : String , newkey : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun renamenx ( key : String , newkey : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun restore ( key : String , millis : Long , serialized : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun role ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun rpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun rpoplpush ( key : String , destkey : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun rpush ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun rpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun rpushx ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun rxAppend ( key : String , value : String ) : Single < Long >
open fun rxAuth ( password : String ) : Single < String >
open fun rxBgrewriteaof ( ) : Single < String >
open fun rxBgsave ( ) : Single < String >
open fun rxBitcount ( key : String ) : Single < Long >
open fun rxBitcountRange ( key : String , start : Long , end : Long ) : Single < Long >
open fun rxBitfield ( key : String , bitFieldOptions : BitFieldOptions ) : Single < JsonArray >
open fun rxBitfieldWithOverflow ( key : String , commands : BitFieldOptions , overflow : BitFieldOverflowOptions ) : Single < JsonArray >
open fun rxBitop ( operation : BitOperation , destkey : String , keys : MutableList < String > ) : Single < Long >
open fun rxBitpos ( key : String , bit : Int ) : Single < Long >
open fun rxBitposFrom ( key : String , bit : Int , start : Int ) : Single < Long >
open fun rxBitposRange ( key : String , bit : Int , start : Int , stop : Int ) : Single < Long >
open fun rxBlpop ( key : String , seconds : Int ) : Single < JsonArray >
open fun rxBlpopMany ( keys : MutableList < String > , seconds : Int ) : Single < JsonArray >
open fun rxBrpop ( key : String , seconds : Int ) : Single < JsonArray >
open fun rxBrpopMany ( keys : MutableList < String > , seconds : Int ) : Single < JsonArray >
open fun rxBrpoplpush ( key : String , destkey : String , seconds : Int ) : Single < String >
open fun rxClientGetname ( ) : Single < String >
open fun rxClientKill ( filter : KillFilter ) : Single < Long >
open fun rxClientList ( ) : Single < String >
open fun rxClientPause ( millis : Long ) : Single < String >
open fun rxClientReply ( options : ClientReplyOptions ) : Single < String >
open fun rxClientSetname ( name : String ) : Single < String >
open fun rxClose ( ) : Completable
open fun rxClusterAddslots ( slots : MutableList < Long > ) : Completable
open fun rxClusterCountFailureReports ( nodeId : String ) : Single < Long >
open fun rxClusterCountkeysinslot ( slot : Long ) : Single < Long >
open fun rxClusterDelslots ( slot : Long ) : Completable
open fun rxClusterDelslotsMany ( slots : MutableList < Long > ) : Completable
open fun rxClusterFailOverWithOptions ( options : FailoverOptions ) : Completable
open fun rxClusterFailover ( ) : Completable
open fun rxClusterForget ( nodeId : String ) : Completable
open fun rxClusterGetkeysinslot ( slot : Long , count : Long ) : Single < JsonArray >
open fun rxClusterInfo ( ) : Single < JsonArray >
open fun rxClusterKeyslot ( key : String ) : Single < Long >
open fun rxClusterMeet ( ip : String , port : Long ) : Completable
open fun rxClusterNodes ( ) : Single < JsonArray >
open fun rxClusterReplicate ( nodeId : String ) : Completable
open fun rxClusterReset ( ) : Completable
open fun rxClusterResetWithOptions ( options : ResetOptions ) : Completable
open fun rxClusterSaveconfig ( ) : Completable
open fun rxClusterSetConfigEpoch ( epoch : Long ) : Completable
open fun rxClusterSetslot ( slot : Long , subcommand : SlotCmd ) : Completable
open fun rxClusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String ) : Completable
open fun rxClusterSlaves ( nodeId : String ) : Single < JsonArray >
open fun rxClusterSlots ( ) : Single < JsonArray >
open fun rxCommand ( ) : Single < JsonArray >
open fun rxCommandCount ( ) : Single < Long >
open fun rxCommandGetkeys ( ) : Single < JsonArray >
open fun rxCommandInfo ( commands : MutableList < String > ) : Single < JsonArray >
open fun rxConfigGet ( parameter : String ) : Single < JsonArray >
open fun rxConfigResetstat ( ) : Single < String >
open fun rxConfigRewrite ( ) : Single < String >
open fun rxConfigSet ( parameter : String , value : String ) : Single < String >
open fun rxDbsize ( ) : Single < Long >
open fun rxDebugObject ( key : String ) : Single < String >
open fun rxDebugSegfault ( ) : Single < String >
open fun rxDecr ( key : String ) : Single < Long >
open fun rxDecrby ( key : String , decrement : Long ) : Single < Long >
open fun rxDel ( key : String ) : Single < Long >
open fun rxDelMany ( keys : MutableList < String > ) : Single < Long >
open fun rxDump ( key : String ) : Single < String >
open fun rxEcho ( message : String ) : Single < String >
open fun rxEval ( script : String , keys : MutableList < String > , args : MutableList < String > ) : Single < JsonArray >
open fun rxEvalScript ( script : Script , keys : MutableList < String > , args : MutableList < String > ) : Single < JsonArray >
open fun rxEvalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > ) : Single < JsonArray >
open fun rxExists ( key : String ) : Single < Long >
open fun rxExistsMany ( keys : MutableList < String > ) : Single < Long >
open fun rxExpire ( key : String , seconds : Long ) : Single < Long >
open fun rxExpireat ( key : String , seconds : Long ) : Single < Long >
open fun rxFlushall ( ) : Single < String >
open fun rxFlushdb ( ) : Single < String >
open fun rxGeoadd ( key : String , longitude : Double , latitude : Double , member : String ) : Single < Long >
open fun rxGeoaddMany ( key : String , members : MutableList < GeoMember > ) : Single < Long >
open fun rxGeodist ( key : String , member1 : String , member2 : String ) : Single < String >
open fun rxGeodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit ) : Single < String >
open fun rxGeohash ( key : String , member : String ) : Single < JsonArray >
open fun rxGeohashMany ( key : String , members : MutableList < String > ) : Single < JsonArray >
open fun rxGeopos ( key : String , member : String ) : Single < JsonArray >
open fun rxGeoposMany ( key : String , members : MutableList < String > ) : Single < JsonArray >
open fun rxGeoradius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit ) : Single < JsonArray >
open fun rxGeoradiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions ) : Single < JsonArray >
open fun rxGeoradiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit ) : Single < JsonArray >
open fun rxGeoradiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions ) : Single < JsonArray >
open fun rxGet ( key : String ) : Single < String >
open fun rxGetBinary ( key : String ) : Single < Buffer >
open fun rxGetbit ( key : String , offset : Long ) : Single < Long >
open fun rxGetrange ( key : String , start : Long , end : Long ) : Single < String >
open fun rxGetset ( key : String , value : String ) : Single < String >
open fun rxHdel ( key : String , field : String ) : Single < Long >
open fun rxHdelMany ( key : String , fields : MutableList < String > ) : Single < Long >
open fun rxHexists ( key : String , field : String ) : Single < Long >
open fun rxHget ( key : String , field : String ) : Single < String >
open fun rxHgetall ( key : String ) : Single < JsonObject >
open fun rxHincrby ( key : String , field : String , increment : Long ) : Single < Long >
open fun rxHincrbyfloat ( key : String , field : String , increment : Double ) : Single < String >
open fun rxHkeys ( key : String ) : Single < JsonArray >
open fun rxHlen ( key : String ) : Single < Long >
open fun rxHmget ( key : String , fields : MutableList < String > ) : Single < JsonArray >
open fun rxHmset ( key : String , values : JsonObject ) : Single < String >
open fun rxHscan ( key : String , cursor : String , options : ScanOptions ) : Single < JsonArray >
open fun rxHset ( key : String , field : String , value : String ) : Single < Long >
open fun rxHsetnx ( key : String , field : String , value : String ) : Single < Long >
open fun rxHstrlen ( key : String , field : String ) : Single < Long >
open fun rxHvals ( key : String ) : Single < JsonArray >
open fun rxIncr ( key : String ) : Single < Long >
open fun rxIncrby ( key : String , increment : Long ) : Single < Long >
open fun rxIncrbyfloat ( key : String , increment : Double ) : Single < String >
open fun rxInfo ( ) : Single < JsonObject >
open fun rxInfoSection ( section : String ) : Single < JsonObject >
open fun rxKeys ( pattern : String ) : Single < JsonArray >
open fun rxLastsave ( ) : Single < Long >
open fun rxLindex ( key : String , index : Int ) : Single < String >
open fun rxLinsert ( key : String , option : InsertOptions , pivot : String , value : String ) : Single < Long >
open fun rxLlen ( key : String ) : Single < Long >
open fun rxLpop ( key : String ) : Single < String >
open fun rxLpush ( key : String , value : String ) : Single < Long >
open fun rxLpushMany ( key : String , values : MutableList < String > ) : Single < Long >
open fun rxLpushx ( key : String , value : String ) : Single < Long >
open fun rxLrange ( key : String , from : Long , to : Long ) : Single < JsonArray >
open fun rxLrem ( key : String , count : Long , value : String ) : Single < Long >
open fun rxLset ( key : String , index : Long , value : String ) : Single < String >
open fun rxLtrim ( key : String , from : Long , to : Long ) : Single < String >
open fun rxMget ( key : String ) : Single < JsonArray >
open fun rxMgetMany ( keys : MutableList < String > ) : Single < JsonArray >
open fun rxMigrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions ) : Single < String >
open fun rxMonitor ( ) : Completable
open fun rxMove ( key : String , destdb : Int ) : Single < Long >
open fun rxMset ( keyvals : JsonObject ) : Single < String >
open fun rxMsetnx ( keyvals : JsonObject ) : Single < Long >
open fun rxObject ( key : String , cmd : ObjectCmd ) : Completable
open fun rxPersist ( key : String ) : Single < Long >
open fun rxPexpire ( key : String , millis : Long ) : Single < Long >
open fun rxPexpireat ( key : String , millis : Long ) : Single < Long >
open fun rxPfadd ( key : String , element : String ) : Single < Long >
open fun rxPfaddMany ( key : String , elements : MutableList < String > ) : Single < Long >
open fun rxPfcount ( key : String ) : Single < Long >
open fun rxPfcountMany ( keys : MutableList < String > ) : Single < Long >
open fun rxPfmerge ( destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxPing ( ) : Single < String >
open fun rxPsetex ( key : String , millis : Long , value : String ) : Completable
open fun rxPsubscribe ( pattern : String ) : Single < JsonArray >
open fun rxPsubscribeMany ( patterns : MutableList < String > ) : Single < JsonArray >
open fun rxPttl ( key : String ) : Single < Long >
open fun rxPublish ( channel : String , message : String ) : Single < Long >
open fun rxPubsubChannels ( pattern : String ) : Single < JsonArray >
open fun rxPubsubNumpat ( ) : Single < Long >
open fun rxPubsubNumsub ( channels : MutableList < String > ) : Single < JsonArray >
open fun rxPunsubscribe ( patterns : MutableList < String > ) : Completable
open fun rxRandomkey ( ) : Single < String >
open fun rxRename ( key : String , newkey : String ) : Single < String >
open fun rxRenamenx ( key : String , newkey : String ) : Single < Long >
open fun rxRestore ( key : String , millis : Long , serialized : String ) : Single < String >
open fun rxRole ( ) : Single < JsonArray >
open fun rxRpop ( key : String ) : Single < String >
open fun rxRpoplpush ( key : String , destkey : String ) : Single < String >
open fun rxRpush ( key : String , value : String ) : Single < Long >
open fun rxRpushMany ( key : String , values : MutableList < String > ) : Single < Long >
open fun rxRpushx ( key : String , value : String ) : Single < Long >
open fun rxSadd ( key : String , member : String ) : Single < Long >
open fun rxSaddMany ( key : String , members : MutableList < String > ) : Single < Long >
open fun rxSave ( ) : Single < String >
open fun rxScan ( cursor : String , options : ScanOptions ) : Single < JsonArray >
open fun rxScard ( key : String ) : Single < Long >
open fun rxScriptDebug ( scriptDebugOptions : ScriptDebugOptions ) : Single < String >
open fun rxScriptExists ( script : String ) : Single < JsonArray >
open fun rxScriptExistsMany ( scripts : MutableList < String > ) : Single < JsonArray >
open fun rxScriptFlush ( ) : Single < String >
open fun rxScriptKill ( ) : Single < String >
open fun rxScriptLoad ( script : String ) : Single < String >
open fun rxSdiff ( key : String , cmpkeys : MutableList < String > ) : Single < JsonArray >
open fun rxSdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > ) : Single < Long >
open fun rxSelect ( dbindex : Int ) : Single < String >
open fun rxSet ( key : String , value : String ) : Completable
open fun rxSetBinary ( key : String , value : Buffer ) : Completable
open fun rxSetBinaryWithOptions ( key : String , value : Buffer , options : SetOptions ) : Completable
open fun rxSetWithOptions ( key : String , value : String , options : SetOptions ) : Single < String >
open fun rxSetbit ( key : String , offset : Long , bit : Int ) : Single < Long >
open fun rxSetex ( key : String , seconds : Long , value : String ) : Single < String >
open fun rxSetnx ( key : String , value : String ) : Single < Long >
open fun rxSetrange ( key : String , offset : Int , value : String ) : Single < Long >
open fun rxSinter ( keys : MutableList < String > ) : Single < JsonArray >
open fun rxSinterstore ( destkey : String , keys : MutableList < String > ) : Single < Long >
open fun rxSismember ( key : String , member : String ) : Single < Long >
open fun rxSlaveof ( host : String , port : Int ) : Single < String >
open fun rxSlaveofNoone ( ) : Single < String >
open fun rxSlowlogGet ( limit : Int ) : Single < JsonArray >
open fun rxSlowlogLen ( ) : Single < Long >
open fun rxSlowlogReset ( ) : Completable
open fun rxSmembers ( key : String ) : Single < JsonArray >
open fun rxSmove ( key : String , destkey : String , member : String ) : Single < Long >
open fun rxSort ( key : String , options : SortOptions ) : Single < JsonArray >
open fun rxSpop ( key : String ) : Single < String >
open fun rxSpopMany ( key : String , count : Int ) : Single < JsonArray >
open fun rxSrandmember ( key : String ) : Single < String >
open fun rxSrandmemberCount ( key : String , count : Int ) : Single < JsonArray >
open fun rxSrem ( key : String , member : String ) : Single < Long >
open fun rxSremMany ( key : String , members : MutableList < String > ) : Single < Long >
open fun rxSscan ( key : String , cursor : String , options : ScanOptions ) : Single < JsonArray >
open fun rxStrlen ( key : String ) : Single < Long >
open fun rxSubscribe ( channel : String ) : Single < JsonArray >
open fun rxSubscribeMany ( channels : MutableList < String > ) : Single < JsonArray >
open fun rxSunion ( keys : MutableList < String > ) : Single < JsonArray >
open fun rxSunionstore ( destkey : String , keys : MutableList < String > ) : Single < Long >
open fun rxSwapdb ( index1 : Int , index2 : Int ) : Single < String >
open fun rxSync ( ) : Completable
open fun rxTime ( ) : Single < JsonArray >
open fun rxTouch ( key : String ) : Single < Long >
open fun rxTouchMany ( keys : MutableList < String > ) : Single < Long >
open fun rxTtl ( key : String ) : Single < Long >
open fun rxType ( key : String ) : Single < String >
open fun rxUnlink ( key : String ) : Single < Long >
open fun rxUnlinkMany ( keys : MutableList < String > ) : Single < Long >
open fun rxUnsubscribe ( channels : MutableList < String > ) : Completable
open fun rxWait ( numSlaves : Long , timeout : Long ) : Single < String >
open fun rxZadd ( key : String , score : Double , member : String ) : Single < Long >
open fun rxZaddMany ( key : String , members : MutableMap < String , Double > ) : Single < Long >
open fun rxZcard ( key : String ) : Single < Long >
open fun rxZcount ( key : String , min : Double , max : Double ) : Single < Long >
open fun rxZincrby ( key : String , increment : Double , member : String ) : Single < String >
open fun rxZinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions ) : Single < Long >
open fun rxZinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions ) : Single < Long >
open fun rxZlexcount ( key : String , min : String , max : String ) : Single < Long >
open fun rxZrange ( key : String , start : Long , stop : Long ) : Single < JsonArray >
open fun rxZrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions ) : Single < JsonArray >
open fun rxZrangebylex ( key : String , min : String , max : String , options : LimitOptions ) : Single < JsonArray >
open fun rxZrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions ) : Single < JsonArray >
open fun rxZrank ( key : String , member : String ) : Single < Long >
open fun rxZrem ( key : String , member : String ) : Single < Long >
open fun rxZremMany ( key : String , members : MutableList < String > ) : Single < Long >
open fun rxZremrangebylex ( key : String , min : String , max : String ) : Single < Long >
open fun rxZremrangebyrank ( key : String , start : Long , stop : Long ) : Single < Long >
open fun rxZremrangebyscore ( key : String , min : String , max : String ) : Single < Long >
open fun rxZrevrange ( key : String , start : Long , stop : Long , options : RangeOptions ) : Single < JsonArray >
open fun rxZrevrangebylex ( key : String , max : String , min : String , options : LimitOptions ) : Single < JsonArray >
open fun rxZrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions ) : Single < JsonArray >
open fun rxZrevrank ( key : String , member : String ) : Single < Long >
open fun rxZscan ( key : String , cursor : String , options : ScanOptions ) : Single < JsonArray >
open fun rxZscore ( key : String , member : String ) : Single < String >
open fun rxZunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions ) : Single < Long >
open fun rxZunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions ) : Single < Long >
open fun sadd ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun saddMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun save ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun scan ( cursor : String , options : ScanOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun scard ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun scriptDebug ( scriptDebugOptions : ScriptDebugOptions , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun scriptExists ( script : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun scriptExistsMany ( scripts : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun scriptFlush ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun scriptKill ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun scriptLoad ( script : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun sdiff ( key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun sdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun select ( dbindex : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun set ( key : String , value : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun setBinary ( key : String , value : Buffer , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun setBinaryWithOptions ( key : String , value : Buffer , options : SetOptions , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun setWithOptions ( key : String , value : String , options : SetOptions , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun setbit ( key : String , offset : Long , bit : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun setex ( key : String , seconds : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun setnx ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun setrange ( key : String , offset : Int , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sinter ( keys : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun sinterstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sismember ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun slaveof ( host : String , port : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun slaveofNoone ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun slowlogGet ( limit : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun slowlogLen ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun slowlogReset ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun smembers ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun smove ( key : String , destkey : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sort ( key : String , options : SortOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun spop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun spopMany ( key : String , count : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun srandmember ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun srandmemberCount ( key : String , count : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun srem ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun strlen ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun subscribe ( channel : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun subscribeMany ( channels : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun sunion ( keys : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun sunionstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun swapdb ( index1 : Int , index2 : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun sync ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun time ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun toString ( ) : String
open fun touch ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun touchMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun transaction ( ) : RedisTransaction
open fun ttl ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun type ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun unlink ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun unlinkMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun unsubscribe ( channels : MutableList < String > , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun wait ( numSlaves : Long , timeout : Long , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun zadd ( key : String , score : Double , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zaddMany ( key : String , members : MutableMap < String , Double > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zcard ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zcount ( key : String , min : Double , max : Double , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zincrby ( key : String , increment : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun zinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zlexcount ( key : String , min : String , max : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zrange ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrangebylex ( key : String , min : String , max : String , options : LimitOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrank ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zrem ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zremrangebylex ( key : String , min : String , max : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zremrangebyrank ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zremrangebyscore ( key : String , min : String , max : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zrevrange ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrevrangebylex ( key : String , max : String , min : String , options : LimitOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrevrank ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zscore ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun zunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < Long > > ) : RedisClient
open class RedisTransaction
Module Contents
RedisTransaction ( delegate : RedisTransaction )
static val __TYPE_ARG : TypeArg < RedisTransaction >
open fun append ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun auth ( password : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bgrewriteaof ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bgsave ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitcount ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitcountRange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitop ( operation : BitOperation , destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitpos ( key : String , bit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitposFrom ( key : String , bit : Int , start : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitposRange ( key : String , bit : Int , start : Int , stop : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun blpop ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun blpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun brpop ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun brpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun brpoplpush ( key : String , destkey : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientGetname ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientKill ( filter : KillFilter , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientList ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientPause ( millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientSetname ( name : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun clusterAddslots ( slots : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterCountFailureReports ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterCountkeysinslot ( slot : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterDelslots ( slot : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterDelslotsMany ( slots : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterFailOverWithOptions ( options : FailoverOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterFailover ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterForget ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterGetkeysinslot ( slot : Long , count : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterInfo ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterKeyslot ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterMeet ( ip : String , port : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterNodes ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterReplicate ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterReset ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterResetWithOptions ( options : ResetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSaveconfig ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSetConfigEpoch ( epoch : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSetslot ( slot : Long , subcommand : SlotCmd , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSlaves ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSlots ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun command ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun commandCount ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun commandGetkeys ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun commandInfo ( commands : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun configGet ( parameter : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun configResetstat ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun configRewrite ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun configSet ( parameter : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun dbsize ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun debugObject ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun debugSegfault ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun decr ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun decrby ( key : String , decrement : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun del ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun delMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun discard ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun dump ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun echo ( message : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun equals ( other : Any ? ) : Boolean
open fun eval ( script : String , keys : MutableList < String > , args : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun evalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun exec ( handler : Handler < AsyncResult < JsonArray > > ) : RedisTransaction
open fun exists ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun existsMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun expire ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun expireat ( key : String , seconds : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun flushall ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun flushdb ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geoadd ( key : String , longitude : Double , latitude : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geoaddMany ( key : String , members : MutableList < GeoMember > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geodist ( key : String , member1 : String , member2 : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geohash ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geohashMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geopos ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geoposMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun georadius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun georadiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun georadiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun georadiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun get ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun getBinary ( key : String , handler : Handler < AsyncResult < Buffer > > ) : RedisTransaction
open fun getDelegate ( ) : RedisTransaction
open fun getbit ( key : String , offset : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun getrange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun getset ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hashCode ( ) : Int
open fun hdel ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hdelMany ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hexists ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hget ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hgetall ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hincrby ( key : String , field : String , increment : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hincrbyfloat ( key : String , field : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hkeys ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hlen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hmget ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hmset ( key : String , values : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hset ( key : String , field : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hsetnx ( key : String , field : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hvals ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun incr ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun incrby ( key : String , increment : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun incrbyfloat ( key : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun info ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun infoSection ( section : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun keys ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lastsave ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lindex ( key : String , index : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun linsert ( key : String , option : InsertOptions , pivot : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun llen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lpush ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lpushx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lrange ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lrem ( key : String , count : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lset ( key : String , index : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun ltrim ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun mget ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun mgetMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun migrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun monitor ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun move ( key : String , destdb : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun mset ( keyvals : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun msetnx ( keyvals : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun multi ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open static fun newInstance ( arg : RedisTransaction ) : RedisTransaction
open fun object ( key : String , cmd : ObjectCmd , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun persist ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pexpire ( key : String , millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pexpireat ( key : String , millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfadd ( key : String , element : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfaddMany ( key : String , elements : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfcount ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfcountMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfmerge ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun ping ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun psetex ( key : String , millis : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun psubscribe ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun psubscribeMany ( patterns : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pttl ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun publish ( channel : String , message : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pubsubChannels ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pubsubNumpat ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pubsubNumsub ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun punsubscribe ( patterns : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun randomkey ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rename ( key : String , newkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun renamenx ( key : String , newkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun restore ( key : String , millis : Long , serialized : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun role ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpoplpush ( key : String , destkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpush ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpushx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rxAppend ( key : String , value : String ) : Single < String >
open fun rxAuth ( password : String ) : Single < String >
open fun rxBgrewriteaof ( ) : Single < String >
open fun rxBgsave ( ) : Single < String >
open fun rxBitcount ( key : String ) : Single < String >
open fun rxBitcountRange ( key : String , start : Long , end : Long ) : Single < String >
open fun rxBitop ( operation : BitOperation , destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxBitpos ( key : String , bit : Int ) : Single < String >
open fun rxBitposFrom ( key : String , bit : Int , start : Int ) : Single < String >
open fun rxBitposRange ( key : String , bit : Int , start : Int , stop : Int ) : Single < String >
open fun rxBlpop ( key : String , seconds : Int ) : Single < String >
open fun rxBlpopMany ( keys : MutableList < String > , seconds : Int ) : Single < String >
open fun rxBrpop ( key : String , seconds : Int ) : Single < String >
open fun rxBrpopMany ( keys : MutableList < String > , seconds : Int ) : Single < String >
open fun rxBrpoplpush ( key : String , destkey : String , seconds : Int ) : Single < String >
open fun rxClientGetname ( ) : Single < String >
open fun rxClientKill ( filter : KillFilter ) : Single < String >
open fun rxClientList ( ) : Single < String >
open fun rxClientPause ( millis : Long ) : Single < String >
open fun rxClientSetname ( name : String ) : Single < String >
open fun rxClose ( ) : Completable
open fun rxClusterAddslots ( slots : MutableList < String > ) : Single < String >
open fun rxClusterCountFailureReports ( nodeId : String ) : Single < String >
open fun rxClusterCountkeysinslot ( slot : Long ) : Single < String >
open fun rxClusterDelslots ( slot : Long ) : Single < String >
open fun rxClusterDelslotsMany ( slots : MutableList < String > ) : Single < String >
open fun rxClusterFailOverWithOptions ( options : FailoverOptions ) : Single < String >
open fun rxClusterFailover ( ) : Single < String >
open fun rxClusterForget ( nodeId : String ) : Single < String >
open fun rxClusterGetkeysinslot ( slot : Long , count : Long ) : Single < String >
open fun rxClusterInfo ( ) : Single < String >
open fun rxClusterKeyslot ( key : String ) : Single < String >
open fun rxClusterMeet ( ip : String , port : Long ) : Single < String >
open fun rxClusterNodes ( ) : Single < String >
open fun rxClusterReplicate ( nodeId : String ) : Single < String >
open fun rxClusterReset ( ) : Single < String >
open fun rxClusterResetWithOptions ( options : ResetOptions ) : Single < String >
open fun rxClusterSaveconfig ( ) : Single < String >
open fun rxClusterSetConfigEpoch ( epoch : Long ) : Single < String >
open fun rxClusterSetslot ( slot : Long , subcommand : SlotCmd ) : Single < String >
open fun rxClusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String ) : Single < String >
open fun rxClusterSlaves ( nodeId : String ) : Single < String >
open fun rxClusterSlots ( ) : Single < String >
open fun rxCommand ( ) : Single < String >
open fun rxCommandCount ( ) : Single < String >
open fun rxCommandGetkeys ( ) : Single < String >
open fun rxCommandInfo ( commands : MutableList < String > ) : Single < String >
open fun rxConfigGet ( parameter : String ) : Single < String >
open fun rxConfigResetstat ( ) : Single < String >
open fun rxConfigRewrite ( ) : Single < String >
open fun rxConfigSet ( parameter : String , value : String ) : Single < String >
open fun rxDbsize ( ) : Single < String >
open fun rxDebugObject ( key : String ) : Single < String >
open fun rxDebugSegfault ( ) : Single < String >
open fun rxDecr ( key : String ) : Single < String >
open fun rxDecrby ( key : String , decrement : Long ) : Single < String >
open fun rxDel ( key : String ) : Single < String >
open fun rxDelMany ( keys : MutableList < String > ) : Single < String >
open fun rxDiscard ( ) : Single < String >
open fun rxDump ( key : String ) : Single < String >
open fun rxEcho ( message : String ) : Single < String >
open fun rxEval ( script : String , keys : MutableList < String > , args : MutableList < String > ) : Single < String >
open fun rxEvalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > ) : Single < String >
open fun rxExec ( ) : Single < JsonArray >
open fun rxExists ( key : String ) : Single < String >
open fun rxExistsMany ( keys : MutableList < String > ) : Single < String >
open fun rxExpire ( key : String , seconds : Int ) : Single < String >
open fun rxExpireat ( key : String , seconds : Long ) : Single < String >
open fun rxFlushall ( ) : Single < String >
open fun rxFlushdb ( ) : Single < String >
open fun rxGeoadd ( key : String , longitude : Double , latitude : Double , member : String ) : Single < String >
open fun rxGeoaddMany ( key : String , members : MutableList < GeoMember > ) : Single < String >
open fun rxGeodist ( key : String , member1 : String , member2 : String ) : Single < String >
open fun rxGeodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit ) : Single < String >
open fun rxGeohash ( key : String , member : String ) : Single < String >
open fun rxGeohashMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxGeopos ( key : String , member : String ) : Single < String >
open fun rxGeoposMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxGeoradius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit ) : Single < String >
open fun rxGeoradiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions ) : Single < String >
open fun rxGeoradiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit ) : Single < String >
open fun rxGeoradiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions ) : Single < String >
open fun rxGet ( key : String ) : Single < String >
open fun rxGetBinary ( key : String ) : Single < Buffer >
open fun rxGetbit ( key : String , offset : Long ) : Single < String >
open fun rxGetrange ( key : String , start : Long , end : Long ) : Single < String >
open fun rxGetset ( key : String , value : String ) : Single < String >
open fun rxHdel ( key : String , field : String ) : Single < String >
open fun rxHdelMany ( key : String , fields : MutableList < String > ) : Single < String >
open fun rxHexists ( key : String , field : String ) : Single < String >
open fun rxHget ( key : String , field : String ) : Single < String >
open fun rxHgetall ( key : String ) : Single < String >
open fun rxHincrby ( key : String , field : String , increment : Long ) : Single < String >
open fun rxHincrbyfloat ( key : String , field : String , increment : Double ) : Single < String >
open fun rxHkeys ( key : String ) : Single < String >
open fun rxHlen ( key : String ) : Single < String >
open fun rxHmget ( key : String , fields : MutableList < String > ) : Single < String >
open fun rxHmset ( key : String , values : JsonObject ) : Single < String >
open fun rxHscan ( key : String , cursor : String , options : ScanOptions ) : Single < String >
open fun rxHset ( key : String , field : String , value : String ) : Single < String >
open fun rxHsetnx ( key : String , field : String , value : String ) : Single < String >
open fun rxHvals ( key : String ) : Single < String >
open fun rxIncr ( key : String ) : Single < String >
open fun rxIncrby ( key : String , increment : Long ) : Single < String >
open fun rxIncrbyfloat ( key : String , increment : Double ) : Single < String >
open fun rxInfo ( ) : Single < String >
open fun rxInfoSection ( section : String ) : Single < String >
open fun rxKeys ( pattern : String ) : Single < String >
open fun rxLastsave ( ) : Single < String >
open fun rxLindex ( key : String , index : Int ) : Single < String >
open fun rxLinsert ( key : String , option : InsertOptions , pivot : String , value : String ) : Single < String >
open fun rxLlen ( key : String ) : Single < String >
open fun rxLpop ( key : String ) : Single < String >
open fun rxLpush ( key : String , value : String ) : Single < String >
open fun rxLpushMany ( key : String , values : MutableList < String > ) : Single < String >
open fun rxLpushx ( key : String , value : String ) : Single < String >
open fun rxLrange ( key : String , from : Long , to : Long ) : Single < String >
open fun rxLrem ( key : String , count : Long , value : String ) : Single < String >
open fun rxLset ( key : String , index : Long , value : String ) : Single < String >
open fun rxLtrim ( key : String , from : Long , to : Long ) : Single < String >
open fun rxMget ( key : String ) : Single < String >
open fun rxMgetMany ( keys : MutableList < String > ) : Single < String >
open fun rxMigrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions ) : Single < String >
open fun rxMonitor ( ) : Single < String >
open fun rxMove ( key : String , destdb : Int ) : Single < String >
open fun rxMset ( keyvals : JsonObject ) : Single < String >
open fun rxMsetnx ( keyvals : JsonObject ) : Single < String >
open fun rxMulti ( ) : Single < String >
open fun rxObject ( key : String , cmd : ObjectCmd ) : Single < String >
open fun rxPersist ( key : String ) : Single < String >
open fun rxPexpire ( key : String , millis : Long ) : Single < String >
open fun rxPexpireat ( key : String , millis : Long ) : Single < String >
open fun rxPfadd ( key : String , element : String ) : Single < String >
open fun rxPfaddMany ( key : String , elements : MutableList < String > ) : Single < String >
open fun rxPfcount ( key : String ) : Single < String >
open fun rxPfcountMany ( keys : MutableList < String > ) : Single < String >
open fun rxPfmerge ( destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxPing ( ) : Single < String >
open fun rxPsetex ( key : String , millis : Long , value : String ) : Single < String >
open fun rxPsubscribe ( pattern : String ) : Single < String >
open fun rxPsubscribeMany ( patterns : MutableList < String > ) : Single < String >
open fun rxPttl ( key : String ) : Single < String >
open fun rxPublish ( channel : String , message : String ) : Single < String >
open fun rxPubsubChannels ( pattern : String ) : Single < String >
open fun rxPubsubNumpat ( ) : Single < String >
open fun rxPubsubNumsub ( channels : MutableList < String > ) : Single < String >
open fun rxPunsubscribe ( patterns : MutableList < String > ) : Single < String >
open fun rxRandomkey ( ) : Single < String >
open fun rxRename ( key : String , newkey : String ) : Single < String >
open fun rxRenamenx ( key : String , newkey : String ) : Single < String >
open fun rxRestore ( key : String , millis : Long , serialized : String ) : Single < String >
open fun rxRole ( ) : Single < String >
open fun rxRpop ( key : String ) : Single < String >
open fun rxRpoplpush ( key : String , destkey : String ) : Single < String >
open fun rxRpush ( key : String , value : String ) : Single < String >
open fun rxRpushMany ( key : String , values : MutableList < String > ) : Single < String >
open fun rxRpushx ( key : String , value : String ) : Single < String >
open fun rxSadd ( key : String , member : String ) : Single < String >
open fun rxSaddMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxSave ( ) : Single < String >
open fun rxScan ( cursor : String , options : ScanOptions ) : Single < String >
open fun rxScard ( key : String ) : Single < String >
open fun rxScriptExists ( script : String ) : Single < String >
open fun rxScriptExistsMany ( scripts : MutableList < String > ) : Single < String >
open fun rxScriptFlush ( ) : Single < String >
open fun rxScriptKill ( ) : Single < String >
open fun rxScriptLoad ( script : String ) : Single < String >
open fun rxSdiff ( key : String , cmpkeys : MutableList < String > ) : Single < String >
open fun rxSdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > ) : Single < String >
open fun rxSelect ( dbindex : Int ) : Single < String >
open fun rxSet ( key : String , value : String ) : Single < String >
open fun rxSetBinary ( key : String , value : Buffer ) : Single < String >
open fun rxSetBinaryWithOptions ( key : String , value : Buffer , options : SetOptions ) : Single < String >
open fun rxSetWithOptions ( key : String , value : String , options : SetOptions ) : Single < String >
open fun rxSetbit ( key : String , offset : Long , bit : Int ) : Single < String >
open fun rxSetex ( key : String , seconds : Long , value : String ) : Single < String >
open fun rxSetnx ( key : String , value : String ) : Single < String >
open fun rxSetrange ( key : String , offset : Int , value : String ) : Single < String >
open fun rxSinter ( keys : MutableList < String > ) : Single < String >
open fun rxSinterstore ( destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxSismember ( key : String , member : String ) : Single < String >
open fun rxSlaveof ( host : String , port : Int ) : Single < String >
open fun rxSlaveofNoone ( ) : Single < String >
open fun rxSlowlogGet ( limit : Int ) : Single < String >
open fun rxSlowlogLen ( ) : Single < String >
open fun rxSlowlogReset ( ) : Single < String >
open fun rxSmembers ( key : String ) : Single < JsonArray >
open fun rxSmove ( key : String , destkey : String , member : String ) : Single < String >
open fun rxSort ( key : String , options : SortOptions ) : Single < String >
open fun rxSpop ( key : String ) : Single < String >
open fun rxSpopMany ( key : String , count : Int ) : Single < String >
open fun rxSrandmember ( key : String ) : Single < String >
open fun rxSrandmemberCount ( key : String , count : Int ) : Single < String >
open fun rxSrem ( key : String , member : String ) : Single < String >
open fun rxSremMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxSscan ( key : String , cursor : String , options : ScanOptions ) : Single < String >
open fun rxStrlen ( key : String ) : Single < String >
open fun rxSubscribe ( channel : String ) : Single < String >
open fun rxSubscribeMany ( channels : MutableList < String > ) : Single < String >
open fun rxSunion ( keys : MutableList < String > ) : Single < String >
open fun rxSunionstore ( destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxSwapdb ( index1 : Int , index2 : Int ) : Single < String >
open fun rxSync ( ) : Single < String >
open fun rxTime ( ) : Single < String >
open fun rxTtl ( key : String ) : Single < String >
open fun rxType ( key : String ) : Single < String >
open fun rxUnlink ( key : String ) : Single < String >
open fun rxUnlinkMany ( keys : MutableList < String > ) : Single < String >
open fun rxUnsubscribe ( channels : MutableList < String > ) : Single < String >
open fun rxUnwatch ( ) : Single < String >
open fun rxWait ( numSlaves : Long , timeout : Long ) : Single < String >
open fun rxWatch ( key : String ) : Single < String >
open fun rxWatchMany ( keys : MutableList < String > ) : Single < String >
open fun rxZadd ( key : String , score : Double , member : String ) : Single < String >
open fun rxZaddMany ( key : String , members : MutableMap < String , Double > ) : Single < String >
open fun rxZcard ( key : String ) : Single < String >
open fun rxZcount ( key : String , min : Double , max : Double ) : Single < String >
open fun rxZincrby ( key : String , increment : Double , member : String ) : Single < String >
open fun rxZinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions ) : Single < String >
open fun rxZinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions ) : Single < String >
open fun rxZlexcount ( key : String , min : String , max : String ) : Single < String >
open fun rxZrange ( key : String , start : Long , stop : Long ) : Single < String >
open fun rxZrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions ) : Single < String >
open fun rxZrangebylex ( key : String , min : String , max : String , options : LimitOptions ) : Single < String >
open fun rxZrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions ) : Single < String >
open fun rxZrank ( key : String , member : String ) : Single < String >
open fun rxZrem ( key : String , member : String ) : Single < String >
open fun rxZremMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxZremrangebylex ( key : String , min : String , max : String ) : Single < String >
open fun rxZremrangebyrank ( key : String , start : Long , stop : Long ) : Single < String >
open fun rxZremrangebyscore ( key : String , min : String , max : String ) : Single < String >
open fun rxZrevrange ( key : String , start : Long , stop : Long , options : RangeOptions ) : Single < String >
open fun rxZrevrangebylex ( key : String , max : String , min : String , options : LimitOptions ) : Single < String >
open fun rxZrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions ) : Single < String >
open fun rxZrevrank ( key : String , member : String ) : Single < String >
open fun rxZscan ( key : String , cursor : String , options : ScanOptions ) : Single < String >
open fun rxZscore ( key : String , member : String ) : Single < String >
open fun rxZunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions ) : Single < String >
open fun rxZunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions ) : Single < String >
open fun sadd ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun saddMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun save ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scan ( cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scard ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptExists ( script : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptExistsMany ( scripts : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptFlush ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptKill ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptLoad ( script : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sdiff ( key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun select ( dbindex : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun set ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setBinary ( key : String , value : Buffer , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setBinaryWithOptions ( key : String , value : Buffer , options : SetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setWithOptions ( key : String , value : String , options : SetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setbit ( key : String , offset : Long , bit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setex ( key : String , seconds : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setnx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setrange ( key : String , offset : Int , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sinter ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sinterstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sismember ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slaveof ( host : String , port : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slaveofNoone ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slowlogGet ( limit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slowlogLen ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slowlogReset ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun smembers ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisTransaction
open fun smove ( key : String , destkey : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sort ( key : String , options : SortOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun spop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun spopMany ( key : String , count : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun srandmember ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun srandmemberCount ( key : String , count : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun srem ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun strlen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun subscribe ( channel : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun subscribeMany ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sunion ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sunionstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun swapdb ( index1 : Int , index2 : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sync ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun time ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun toString ( ) : String
open fun ttl ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun type ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun unlink ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun unlinkMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun unsubscribe ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun unwatch ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun wait ( numSlaves : Long , timeout : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun watch ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun watchMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zadd ( key : String , score : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zaddMany ( key : String , members : MutableMap < String , Double > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zcard ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zcount ( key : String , min : Double , max : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zincrby ( key : String , increment : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zlexcount ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrange ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrangebylex ( key : String , min : String , max : String , options : LimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrank ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrem ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zremrangebylex ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zremrangebyrank ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zremrangebyscore ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrevrange ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrevrangebylex ( key : String , max : String , min : String , options : LimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrevrank ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zscore ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
package io.vertx.reactivex.redis.sentinel
package io.vertx.reactivex.servicediscovery
package io.vertx.reactivex.servicediscovery.spi
package io.vertx.reactivex.servicediscovery.types
Module Contents
open class EventBusService
Module Contents
EventBusService ( delegate : EventBusService )
static val __TYPE_ARG : TypeArg < EventBusService >
open static fun createRecord ( name : String , address : String , itf : String , metadata : JsonObject ) : Record
open static fun createRecord ( name : String , address : String , classname : String ) : Record
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : EventBusService
open static fun < T : Any > getServiceProxy ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , clientClass : Class < T > , resultHandler : Handler < AsyncResult < T > > ) : T
open static fun < T : Any > getServiceProxyWithJsonFilter ( discovery : ServiceDiscovery , filter : JsonObject , clientClass : Class < T > , resultHandler : Handler < AsyncResult < T > > ) : T
open fun hashCode ( ) : Int
open static fun newInstance ( arg : EventBusService ) : EventBusService
open fun toString ( ) : String
open class HttpEndpoint
Module Contents
HttpEndpoint ( delegate : HttpEndpoint )
static val __TYPE_ARG : TypeArg < HttpEndpoint >
open static fun createRecord ( name : String , host : String , port : Int , root : String , metadata : JsonObject ) : Record
open static fun createRecord ( name : String , ssl : Boolean , host : String , port : Int , root : String , metadata : JsonObject ) : Record
open static fun createRecord ( name : String , host : String , port : Int , root : String ) : Record
open static fun createRecord ( name : String , host : String ) : Record
open fun equals ( other : Any ? ) : Boolean
open static fun getClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < HttpClient > > ) : Unit
open static fun getClient ( discovery : ServiceDiscovery , filter : JsonObject , conf : JsonObject , resultHandler : Handler < AsyncResult < HttpClient > > ) : Unit
open static fun getClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < HttpClient > > ) : Unit
open static fun getClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , conf : JsonObject , resultHandler : Handler < AsyncResult < HttpClient > > ) : Unit
open fun getDelegate ( ) : HttpEndpoint
open static fun getWebClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < WebClient > > ) : Unit
open static fun getWebClient ( discovery : ServiceDiscovery , filter : JsonObject , conf : JsonObject , resultHandler : Handler < AsyncResult < WebClient > > ) : Unit
open static fun getWebClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < WebClient > > ) : Unit
open static fun getWebClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , conf : JsonObject , resultHandler : Handler < AsyncResult < WebClient > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : HttpEndpoint ) : HttpEndpoint
open static fun rxGetClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < HttpClient >
open static fun rxGetClient ( discovery : ServiceDiscovery , filter : JsonObject , conf : JsonObject ) : Single < HttpClient >
open static fun rxGetClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < HttpClient >
open static fun rxGetClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , conf : JsonObject ) : Single < HttpClient >
open static fun rxGetWebClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < WebClient >
open static fun rxGetWebClient ( discovery : ServiceDiscovery , filter : JsonObject , conf : JsonObject ) : Single < WebClient >
open static fun rxGetWebClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < WebClient >
open static fun rxGetWebClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , conf : JsonObject ) : Single < WebClient >
open fun toString ( ) : String
open class JDBCDataSource
Module Contents
JDBCDataSource ( delegate : JDBCDataSource )
static val __TYPE_ARG : TypeArg < JDBCDataSource >
open static fun createRecord ( name : String , location : JsonObject , metadata : JsonObject ) : Record
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : JDBCDataSource
open static fun getJDBCClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < JDBCClient > > ) : Unit
open static fun getJDBCClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < JDBCClient > > ) : Unit
open static fun getJDBCClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < JDBCClient > > ) : Unit
open static fun getJDBCClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < JDBCClient > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : JDBCDataSource ) : JDBCDataSource
open static fun rxGetJDBCClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < JDBCClient >
open static fun rxGetJDBCClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < JDBCClient >
open static fun rxGetJDBCClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject ) : Single < JDBCClient >
open static fun rxGetJDBCClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , consumerConfiguration : JsonObject ) : Single < JDBCClient >
open fun toString ( ) : String
open class MessageSource
Module Contents
MessageSource ( delegate : MessageSource )
static val __TYPE_ARG : TypeArg < MessageSource >
open static fun createRecord ( name : String , address : String , type : String , metadata : JsonObject ) : Record
open static fun createRecord ( name : String , address : String , type : String ) : Record
open static fun createRecord ( name : String , address : String ) : Record
open fun equals ( other : Any ? ) : Boolean
open static fun < T : Any > getConsumer ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < MessageConsumer < T > > > ) : Unit
open static fun < T : Any > getConsumer ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < MessageConsumer < T > > > ) : Unit
open fun getDelegate ( ) : MessageSource
open fun hashCode ( ) : Int
open static fun newInstance ( arg : MessageSource ) : MessageSource
open static fun < T : Any > rxGetConsumer ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < MessageConsumer < T > >
open static fun < T : Any > rxGetConsumer ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < MessageConsumer < T > >
open fun toString ( ) : String
open class MongoDataSource
Module Contents
MongoDataSource ( delegate : MongoDataSource )
static val __TYPE_ARG : TypeArg < MongoDataSource >
open static fun createRecord ( name : String , location : JsonObject , metadata : JsonObject ) : Record
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : MongoDataSource
open static fun getMongoClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < MongoClient > > ) : Unit
open static fun getMongoClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < MongoClient > > ) : Unit
open static fun getMongoClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < MongoClient > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : MongoDataSource ) : MongoDataSource
open static fun rxGetMongoClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < MongoClient >
open static fun rxGetMongoClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < MongoClient >
open static fun rxGetMongoClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject ) : Single < MongoClient >
open fun toString ( ) : String
open class RedisDataSource
Module Contents
RedisDataSource ( delegate : RedisDataSource )
static val __TYPE_ARG : TypeArg < RedisDataSource >
open static fun createRecord ( name : String , location : JsonObject , metadata : JsonObject ) : Record
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : RedisDataSource
open static fun getRedisClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < RedisClient > > ) : Unit
open static fun getRedisClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < RedisClient > > ) : Unit
open static fun getRedisClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < RedisClient > > ) : Unit
open static fun getRedisClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < RedisClient > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : RedisDataSource ) : RedisDataSource
open static fun rxGetRedisClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < RedisClient >
open static fun rxGetRedisClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < RedisClient >
open static fun rxGetRedisClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject ) : Single < RedisClient >
open static fun rxGetRedisClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , consumerConfiguration : JsonObject ) : Single < RedisClient >
open fun toString ( ) : String
package io.vertx.redis
Module Contents
open class RedisOptionsConverter
interface RedisTransaction
Module Contents
abstract fun append ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun auth ( password : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun bgrewriteaof ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun bgsave ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun bitcount ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun bitcountRange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun bitop ( operation : BitOperation , destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun bitpos ( key : String , bit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun bitposFrom ( key : String , bit : Int , start : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun bitposRange ( key : String , bit : Int , start : Int , stop : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun blpop ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun blpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun brpop ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun brpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun brpoplpush ( key : String , destkey : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clientGetname ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clientKill ( filter : KillFilter , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clientList ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clientPause ( millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clientSetname ( name : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
abstract fun clusterAddslots ( slots : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterCountFailureReports ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterCountkeysinslot ( slot : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterDelslots ( slot : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterDelslotsMany ( slots : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterFailOverWithOptions ( options : FailoverOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterFailover ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterForget ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterGetkeysinslot ( slot : Long , count : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterInfo ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterKeyslot ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterMeet ( ip : String , port : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterNodes ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterReplicate ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterReset ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterResetWithOptions ( options : ResetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterSaveconfig ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterSetConfigEpoch ( epoch : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterSetslot ( slot : Long , subcommand : SlotCmd , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterSlaves ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun clusterSlots ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun command ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun commandCount ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun commandGetkeys ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun commandInfo ( commands : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun configGet ( parameter : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun configResetstat ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun configRewrite ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun configSet ( parameter : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun dbsize ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun debugObject ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun debugSegfault ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun decr ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun decrby ( key : String , decrement : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun del ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun delMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun discard ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun dump ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun echo ( message : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun eval ( script : String , keys : MutableList < String > , args : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun evalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun exec ( handler : Handler < AsyncResult < JsonArray > > ) : RedisTransaction
abstract fun exists ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun existsMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun expire ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun expireat ( key : String , seconds : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun flushall ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun flushdb ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun geoadd ( key : String , longitude : Double , latitude : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun geoaddMany ( key : String , members : MutableList < GeoMember > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun geodist ( key : String , member1 : String , member2 : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun geodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun geohash ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun geohashMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun geopos ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun geoposMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun georadius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun georadiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun georadiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun georadiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun get ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun getBinary ( key : String , handler : Handler < AsyncResult < Buffer > > ) : RedisTransaction
abstract fun getbit ( key : String , offset : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun getrange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun getset ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hdel ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hdelMany ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hexists ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hget ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hgetall ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hincrby ( key : String , field : String , increment : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hincrbyfloat ( key : String , field : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hkeys ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hlen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hmget ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hmset ( key : String , values : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hset ( key : String , field : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hsetnx ( key : String , field : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun hvals ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun incr ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun incrby ( key : String , increment : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun incrbyfloat ( key : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun info ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun infoSection ( section : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun keys ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lastsave ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lindex ( key : String , index : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun linsert ( key : String , option : InsertOptions , pivot : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun llen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lpush ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lpushx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lrange ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lrem ( key : String , count : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun lset ( key : String , index : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun ltrim ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun mget ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun mgetMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun migrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun monitor ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun move ( key : String , destdb : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun mset ( keyvals : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun msetnx ( keyvals : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun multi ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun object ( key : String , cmd : ObjectCmd , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun persist ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pexpire ( key : String , millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pexpireat ( key : String , millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pfadd ( key : String , element : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pfaddMany ( key : String , elements : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pfcount ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pfcountMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pfmerge ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun ping ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun psetex ( key : String , millis : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun psubscribe ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun psubscribeMany ( patterns : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pttl ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun publish ( channel : String , message : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pubsubChannels ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pubsubNumpat ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun pubsubNumsub ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun punsubscribe ( patterns : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun randomkey ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun rename ( key : String , newkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun renamenx ( key : String , newkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun restore ( key : String , millis : Long , serialized : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun role ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun rpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun rpoplpush ( key : String , destkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun rpush ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun rpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun rpushx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sadd ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun saddMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun save ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun scan ( cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun scard ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun scriptExists ( script : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun scriptExistsMany ( scripts : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun scriptFlush ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun scriptKill ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun scriptLoad ( script : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sdiff ( key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun select ( dbindex : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun set ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun setBinary ( key : String , value : Buffer , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun setBinaryWithOptions ( key : String , value : Buffer , options : SetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun setWithOptions ( key : String , value : String , options : SetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun setbit ( key : String , offset : Long , bit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun setex ( key : String , seconds : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun setnx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun setrange ( key : String , offset : Int , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sinter ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sinterstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sismember ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun slaveof ( host : String , port : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun slaveofNoone ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun slowlogGet ( limit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun slowlogLen ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun slowlogReset ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun smembers ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisTransaction
abstract fun smove ( key : String , destkey : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sort ( key : String , options : SortOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun spop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun spopMany ( key : String , count : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun srandmember ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun srandmemberCount ( key : String , count : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun srem ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun strlen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun subscribe ( channel : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun subscribeMany ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sunion ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sunionstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun swapdb ( index1 : Int , index2 : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun sync ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun time ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun ttl ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun type ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun unlink ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun unlinkMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun unsubscribe ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun unwatch ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun wait ( numSlaves : Long , timeout : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun watch ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun watchMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zadd ( key : String , score : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zaddMany ( key : String , members : MutableMap < String , Double > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zcard ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zcount ( key : String , min : Double , max : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zincrby ( key : String , increment : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zlexcount ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrange ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrangebylex ( key : String , min : String , max : String , options : LimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrank ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrem ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zremrangebylex ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zremrangebyrank ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zremrangebyscore ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrevrange ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrevrangebylex ( key : String , max : String , min : String , options : LimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zrevrank ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zscore ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
abstract fun zunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
interface Script
package io.vertx.redis.op
package io.vertx.redis.sentinel
package io.vertx.redis.utils
package io.vertx.rx.java
Module Contents
open class HandlerAdapter < T : Any > : ObservableOnSubscribeAdapter < T > , Handler < AsyncResult < T > >
open class ReadStreamSubscriber < R : Any , J : Any > : Subscriber < R > , ReadStream < J >
open class RxHelper
Module Contents
RxHelper ( )
open static fun blockingScheduler ( vertx : Vertx ) : Scheduler
open static fun blockingScheduler ( vertx : Vertx , ordered : Boolean ) : Scheduler
open static fun < T : Any > observableFuture ( ) : ObservableFuture < T >
open static fun < T : Any > observableHandler ( ) : ObservableHandler < T >
open static fun < T : Any > observableHandler ( multi : Boolean ) : ObservableHandler < T >
open static fun scheduler ( vertx : Vertx ) : Scheduler
open static fun scheduler ( context : Context ) : Scheduler
open static fun schedulerHook ( context : Context ) : RxJavaSchedulersHook
open static fun schedulerHook ( vertx : Vertx ) : RxJavaSchedulersHook
open static fun < T : Any > toFuture ( observer : Observer < T > ) : Handler < AsyncResult < T > >
open static fun < T : Any > toFuture ( onNext : Action1 < T > ) : Handler < AsyncResult < T > >
open static fun < T : Any > toFuture ( onNext : Action1 < T > , onError : Action1 < Throwable > ) : Handler < AsyncResult < T > >
open static fun < T : Any > toFuture ( onNext : Action1 < T > , onError : Action1 < Throwable > , onComplete : Action0 ) : Handler < AsyncResult < T > >
open static fun < T : Any > toHandler ( observer : Observer < T > ) : Handler < T >
open static fun < T : Any > toHandler ( observer : Observer < T > , multi : Boolean ) : Handler < T >
open static fun < T : Any > toHandler ( onNext : Action1 < T > ) : Handler < T >
open static fun < T : Any > toObservable ( stream : ReadStream < T > ) : Observable < T >
open static fun < T : Any > toObservable ( stream : ReadStream < T > , maxBufferSize : Int ) : Observable < T >
open static fun < T : Any , R : Any > toObservable ( stream : ReadStream < T > , adapter : Function < T , R > ) : Observable < R >
open static fun < T : Any , R : Any > toObservable ( stream : ReadStream < T > , adapter : Function < T , R > , maxBufferSize : Int ) : Observable < R >
open static fun < T : Any > toReadStream ( observable : Observable < T > ) : ReadStream < T >
open static fun < T : Any > toSubscriber ( handler : Handler < AsyncResult < T > > ) : Subscriber < T >
open static fun < T : Any > unmarshaller ( mappedType : Class < T > , mapper : ObjectMapper ) : Operator < T , Buffer >
open static fun < T : Any > unmarshaller ( mappedType : Class < T > ) : Operator < T , Buffer >
open static fun < T : Any > unmarshaller ( mappedTypeRef : TypeReference < T > ) : Operator < T , Buffer >
open static fun < T : Any > unmarshaller ( mappedTypeRef : TypeReference < T > , mapper : ObjectMapper ) : Operator < T , Buffer >
open class SingleOnSubscribeAdapter < T : Any > : OnSubscribe < T >
abstract class UnmarshallerOperator < T : Any , B : Any > : Operator < T , B >
package io.vertx.rxjava.amqpbridge
Module Contents
open class AmqpBridge
Module Contents
AmqpBridge ( delegate : AmqpBridge )
static val __TYPE_ARG : TypeArg < AmqpBridge >
open fun close ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun create ( vertx : Vertx ) : AmqpBridge
open static fun create ( vertx : Vertx , options : AmqpBridgeOptions ) : AmqpBridge
open fun < T : Any > createConsumer ( amqpAddress : String ) : MessageConsumer < T >
open fun < T : Any > createProducer ( amqpAddress : String ) : MessageProducer < T >
open fun endHandler ( endHandler : Handler < Void > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : AmqpBridge
open fun hashCode ( ) : Int
open static fun newInstance ( arg : AmqpBridge ) : AmqpBridge
open fun rxClose ( ) : Single < Void >
open fun rxStart ( hostname : String , port : Int , username : String , password : String ) : Single < AmqpBridge >
open fun rxStart ( hostname : String , port : Int ) : Single < AmqpBridge >
open fun start ( hostname : String , port : Int , username : String , password : String , resultHandler : Handler < AsyncResult < AmqpBridge > > ) : Unit
open fun start ( hostname : String , port : Int , resultHandler : Handler < AsyncResult < AmqpBridge > > ) : Unit
open fun toString ( ) : String
package io.vertx.rxjava.circuitbreaker
Module Contents
open class CircuitBreaker
Module Contents
CircuitBreaker ( delegate : CircuitBreaker )
static val __TYPE_ARG : TypeArg < CircuitBreaker >
open fun close ( ) : CircuitBreaker
open fun closeHandler ( handler : Handler < Void > ) : CircuitBreaker
open static fun create ( name : String , vertx : Vertx , options : CircuitBreakerOptions ) : CircuitBreaker
open static fun create ( name : String , vertx : Vertx ) : CircuitBreaker
open fun equals ( other : Any ? ) : Boolean
open fun < T : Any > execute ( command : Handler < Future < T > > ) : Future < T >
open fun < T : Any > executeAndReport ( resultFuture : Future < T > , command : Handler < Future < T > > ) : CircuitBreaker
open fun < T : Any > executeAndReportWithFallback ( resultFuture : Future < T > , command : Handler < Future < T > > , fallback : Function < Throwable , T > ) : CircuitBreaker
open fun < T : Any > executeCommand ( command : Handler < Future < T > > , handler : Handler < AsyncResult < T > > ) : Unit
open fun < T : Any > executeCommandWithFallback ( command : Handler < Future < T > > , fallback : Function < Throwable , T > , handler : Handler < AsyncResult < T > > ) : Unit
open fun < T : Any > executeWithFallback ( command : Handler < Future < T > > , fallback : Function < Throwable , T > ) : Future < T >
open fun failureCount ( ) : Long
open fun < T : Any > fallback ( handler : Function < Throwable , T > ) : CircuitBreaker
open fun getDelegate ( ) : CircuitBreaker
open fun halfOpenHandler ( handler : Handler < Void > ) : CircuitBreaker
open fun hashCode ( ) : Int
open fun name ( ) : String
open static fun newInstance ( arg : CircuitBreaker ) : CircuitBreaker
open fun open ( ) : CircuitBreaker
open fun openHandler ( handler : Handler < Void > ) : CircuitBreaker
open fun reset ( ) : CircuitBreaker
open fun < T : Any > rxExecuteCommand ( command : Handler < Future < T > > ) : Single < T >
open fun < T : Any > rxExecuteCommandWithFallback ( command : Handler < Future < T > > , fallback : Function < Throwable , T > ) : Single < T >
open fun state ( ) : CircuitBreakerState
open fun toString ( ) : String
open class HystrixMetricHandler : Handler < RoutingContext >
package io.vertx.rxjava.config
package io.vertx.rxjava.core
Module Contents
open class AbstractVerticle : AbstractVerticle
open class CompositeFuture : Future < CompositeFuture >
Module Contents
CompositeFuture ( delegate : CompositeFuture )
static val __TYPE_ARG : TypeArg < CompositeFuture >
open static fun < T1 : Any , T2 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any , T6 : Any > all ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > , f6 : Future < T6 > ) : CompositeFuture
open static fun all ( futures : MutableList < Future < Any > > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any , T6 : Any > any ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > , f6 : Future < T6 > ) : CompositeFuture
open static fun any ( futures : MutableList < Future < Any > > ) : CompositeFuture
open fun cause ( index : Int ) : Throwable
open fun complete ( result : CompositeFuture ) : Unit
open fun complete ( ) : Unit
open fun completer ( ) : Handler < AsyncResult < CompositeFuture > >
open fun < U : Any > compose ( handler : Handler < CompositeFuture > , next : Future < U > ) : Future < U >
open fun < U : Any > compose ( mapper : Function < CompositeFuture , Future < U > > ) : Future < U >
open fun equals ( other : Any ? ) : Boolean
open fun failed ( index : Int ) : Boolean
open fun getDelegate ( ) : CompositeFuture
open fun hashCode ( ) : Int
open fun isComplete ( index : Int ) : Boolean
open static fun < T1 : Any , T2 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > ) : CompositeFuture
open static fun < T1 : Any , T2 : Any , T3 : Any , T4 : Any , T5 : Any , T6 : Any > join ( f1 : Future < T1 > , f2 : Future < T2 > , f3 : Future < T3 > , f4 : Future < T4 > , f5 : Future < T5 > , f6 : Future < T6 > ) : CompositeFuture
open static fun join ( futures : MutableList < Future < Any > > ) : CompositeFuture
open fun < U : Any > map ( mapper : Function < CompositeFuture , U > ) : Future < U >
open static fun newInstance ( arg : CompositeFuture ) : CompositeFuture
open fun otherwise ( mapper : Function < Throwable , CompositeFuture > ) : Future < CompositeFuture >
open fun otherwise ( value : CompositeFuture ) : Future < CompositeFuture >
open fun otherwiseEmpty ( ) : Future < CompositeFuture >
open fun recover ( mapper : Function < Throwable , Future < CompositeFuture > > ) : Future < CompositeFuture >
open fun result ( ) : CompositeFuture
open fun < T : Any > resultAt ( index : Int ) : T
open fun rxSetHandler ( ) : Single < CompositeFuture >
open fun setHandler ( handler : Handler < AsyncResult < CompositeFuture > > ) : CompositeFuture
open fun size ( ) : Int
open fun succeeded ( index : Int ) : Boolean
open fun toString ( ) : String
open fun tryComplete ( result : CompositeFuture ) : Boolean
open fun tryComplete ( ) : Boolean
open class Future < T : Any >
open class RxHelper
Module Contents
RxHelper ( )
open static fun blockingScheduler ( vertx : Vertx ) : Scheduler
open static fun deployVerticle ( vertx : Vertx , verticle : Verticle ) : Observable < String >
open static fun deployVerticle ( vertx : Vertx , verticle : Verticle , options : DeploymentOptions ) : Observable < String >
open static fun get ( client : HttpClient , requestURI : String ) : Observable < HttpClientResponse >
open static fun get ( client : HttpClient , host : String , requestURI : String ) : Observable < HttpClientResponse >
open static fun get ( client : HttpClient , port : Int , host : String , requestURI : String ) : Observable < HttpClientResponse >
open static fun get ( client : HttpClient , port : Int , host : String , requestURI : String , : MultiMap ) : Observable < HttpClientResponse >
open static fun scheduler ( vertx : Vertx ) : Scheduler
open static fun scheduler ( executor : WorkerExecutor ) : Scheduler
open static fun scheduler ( context : Context ) : Scheduler
open static fun schedulerHook ( vertx : Vertx ) : RxJavaSchedulersHook
open static fun schedulerHook ( context : Context ) : RxJavaSchedulersHook
open static fun < T : Any > unmarshaller ( mappedType : Class < T > ) : Operator < T , Buffer >
open class TimeoutStream : ReadStream < Long >
package io.vertx.rxjava.core.cli
package io.vertx.rxjava.core.datagram
Module Contents
open class DatagramPacket
open class DatagramSocket : ReadStream < DatagramPacket > , Measured
Module Contents
DatagramSocket ( delegate : DatagramSocket )
static val __TYPE_ARG : TypeArg < DatagramSocket >
open fun blockMulticastGroup ( multicastAddress : String , sourceToBlock : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun blockMulticastGroup ( multicastAddress : String , networkInterface : String , sourceToBlock : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun close ( ) : Unit
open fun endHandler ( endHandler : Handler < Void > ) : DatagramSocket
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : DatagramSocket
open fun getDelegate ( ) : DatagramSocket
open fun handler ( handler : Handler < DatagramPacket > ) : DatagramSocket
open fun hashCode ( ) : Int
open fun isMetricsEnabled ( ) : Boolean
open fun listen ( port : Int , host : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun listenMulticastGroup ( multicastAddress : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun listenMulticastGroup ( multicastAddress : String , networkInterface : String , source : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun localAddress ( ) : SocketAddress
open static fun newInstance ( arg : DatagramSocket ) : DatagramSocket
open fun pause ( ) : DatagramSocket
open fun resume ( ) : DatagramSocket
open fun rxBlockMulticastGroup ( multicastAddress : String , sourceToBlock : String ) : Single < DatagramSocket >
open fun rxBlockMulticastGroup ( multicastAddress : String , networkInterface : String , sourceToBlock : String ) : Single < DatagramSocket >
open fun rxClose ( ) : Single < Void >
open fun rxListen ( port : Int , host : String ) : Single < DatagramSocket >
open fun rxListenMulticastGroup ( multicastAddress : String ) : Single < DatagramSocket >
open fun rxListenMulticastGroup ( multicastAddress : String , networkInterface : String , source : String ) : Single < DatagramSocket >
open fun rxSend ( packet : Buffer , port : Int , host : String ) : Single < DatagramSocket >
open fun rxSend ( str : String , port : Int , host : String ) : Single < DatagramSocket >
open fun rxSend ( str : String , enc : String , port : Int , host : String ) : Single < DatagramSocket >
open fun rxUnlistenMulticastGroup ( multicastAddress : String ) : Single < DatagramSocket >
open fun rxUnlistenMulticastGroup ( multicastAddress : String , networkInterface : String , source : String ) : Single < DatagramSocket >
open fun send ( packet : Buffer , port : Int , host : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun send ( str : String , port : Int , host : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun send ( str : String , enc : String , port : Int , host : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun sender ( port : Int , host : String ) : WriteStream < Buffer >
open fun toObservable ( ) : Observable < DatagramPacket >
open fun toString ( ) : String
open fun unlistenMulticastGroup ( multicastAddress : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
open fun unlistenMulticastGroup ( multicastAddress : String , networkInterface : String , source : String , handler : Handler < AsyncResult < DatagramSocket > > ) : DatagramSocket
package io.vertx.rxjava.core.dns
Module Contents
open class DnsClient
Module Contents
DnsClient ( delegate : DnsClient )
static val __TYPE_ARG : TypeArg < DnsClient >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : DnsClient
open fun hashCode ( ) : Int
open fun lookup ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open fun lookup4 ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open fun lookup6 ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open static fun newInstance ( arg : DnsClient ) : DnsClient
open fun resolveA ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun resolveAAAA ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun resolveCNAME ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun resolveMX ( name : String , handler : Handler < AsyncResult < MutableList < MxRecord > > > ) : DnsClient
open fun resolveNS ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun resolvePTR ( name : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open fun resolveSRV ( name : String , handler : Handler < AsyncResult < MutableList < SrvRecord > > > ) : DnsClient
open fun resolveTXT ( name : String , handler : Handler < AsyncResult < MutableList < String > > > ) : DnsClient
open fun reverseLookup ( ipaddress : String , handler : Handler < AsyncResult < String > > ) : DnsClient
open fun rxLookup ( name : String ) : Single < String >
open fun rxLookup4 ( name : String ) : Single < String >
open fun rxLookup6 ( name : String ) : Single < String >
open fun rxResolveA ( name : String ) : Single < MutableList < String > >
open fun rxResolveAAAA ( name : String ) : Single < MutableList < String > >
open fun rxResolveCNAME ( name : String ) : Single < MutableList < String > >
open fun rxResolveMX ( name : String ) : Single < MutableList < MxRecord > >
open fun rxResolveNS ( name : String ) : Single < MutableList < String > >
open fun rxResolvePTR ( name : String ) : Single < String >
open fun rxResolveSRV ( name : String ) : Single < MutableList < SrvRecord > >
open fun rxResolveTXT ( name : String ) : Single < MutableList < String > >
open fun rxReverseLookup ( ipaddress : String ) : Single < String >
open fun toString ( ) : String
open class MxRecord
package io.vertx.rxjava.core.eventbus
Module Contents
open class EventBus : Measured
Module Contents
EventBus ( delegate : EventBus )
static val __TYPE_ARG : TypeArg < EventBus >
open fun addInterceptor ( interceptor : Handler < SendContext < Any > > ) : EventBus
open fun < T : Any > consumer ( address : String ) : MessageConsumer < T >
open fun < T : Any > consumer ( address : String , handler : Handler < Message < T > > ) : MessageConsumer < T >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : EventBus
open fun hashCode ( ) : Int
open fun isMetricsEnabled ( ) : Boolean
open fun < T : Any > localConsumer ( address : String ) : MessageConsumer < T >
open fun < T : Any > localConsumer ( address : String , handler : Handler < Message < T > > ) : MessageConsumer < T >
open static fun newInstance ( arg : EventBus ) : EventBus
open fun publish ( address : String , message : Any ) : EventBus
open fun publish ( address : String , message : Any , options : DeliveryOptions ) : EventBus
open fun < T : Any > publisher ( address : String ) : MessageProducer < T >
open fun < T : Any > publisher ( address : String , options : DeliveryOptions ) : MessageProducer < T >
open fun removeInterceptor ( interceptor : Handler < SendContext < Any > > ) : EventBus
open fun < T : Any > rxSend ( address : String , message : Any ) : Single < Message < T > >
open fun < T : Any > rxSend ( address : String , message : Any , options : DeliveryOptions ) : Single < Message < T > >
open fun send ( address : String , message : Any ) : EventBus
open fun < T : Any > send ( address : String , message : Any , replyHandler : Handler < AsyncResult < Message < T > > > ) : EventBus
open fun send ( address : String , message : Any , options : DeliveryOptions ) : EventBus
open fun < T : Any > send ( address : String , message : Any , options : DeliveryOptions , replyHandler : Handler < AsyncResult < Message < T > > > ) : EventBus
open fun < T : Any > sender ( address : String ) : MessageProducer < T >
open fun < T : Any > sender ( address : String , options : DeliveryOptions ) : MessageProducer < T >
open fun toString ( ) : String
open class Message < T : Any >
package io.vertx.rxjava.core.file
Module Contents
open class FileProps
open class FileSystem
Module Contents
FileSystem ( delegate : FileSystem )
static val __TYPE_ARG : TypeArg < FileSystem >
open fun chmod ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun chmodBlocking ( path : String , perms : String ) : FileSystem
open fun chmodRecursive ( path : String , perms : String , dirPerms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun chmodRecursiveBlocking ( path : String , perms : String , dirPerms : String ) : FileSystem
open fun chown ( path : String , user : String , group : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun chownBlocking ( path : String , user : String , group : String ) : FileSystem
open fun copy ( from : String , to : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun copy ( from : String , to : String , options : CopyOptions , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun copyBlocking ( from : String , to : String ) : FileSystem
open fun copyRecursive ( from : String , to : String , recursive : Boolean , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun copyRecursiveBlocking ( from : String , to : String , recursive : Boolean ) : FileSystem
open fun createFile ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun createFile ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun createFileBlocking ( path : String ) : FileSystem
open fun createFileBlocking ( path : String , perms : String ) : FileSystem
open fun delete ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun deleteBlocking ( path : String ) : FileSystem
open fun deleteRecursive ( path : String , recursive : Boolean , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun deleteRecursiveBlocking ( path : String , recursive : Boolean ) : FileSystem
open fun equals ( other : Any ? ) : Boolean
open fun exists ( path : String , handler : Handler < AsyncResult < Boolean > > ) : FileSystem
open fun existsBlocking ( path : String ) : Boolean
open fun fsProps ( path : String , handler : Handler < AsyncResult < FileSystemProps > > ) : FileSystem
open fun fsPropsBlocking ( path : String ) : FileSystemProps
open fun getDelegate ( ) : FileSystem
open fun hashCode ( ) : Int
open fun link ( link : String , existing : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun linkBlocking ( link : String , existing : String ) : FileSystem
open fun lprops ( path : String , handler : Handler < AsyncResult < FileProps > > ) : FileSystem
open fun lpropsBlocking ( path : String ) : FileProps
open fun mkdir ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun mkdir ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun mkdirBlocking ( path : String ) : FileSystem
open fun mkdirBlocking ( path : String , perms : String ) : FileSystem
open fun mkdirs ( path : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun mkdirs ( path : String , perms : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun mkdirsBlocking ( path : String ) : FileSystem
open fun mkdirsBlocking ( path : String , perms : String ) : FileSystem
open fun move ( from : String , to : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun move ( from : String , to : String , options : CopyOptions , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun moveBlocking ( from : String , to : String ) : FileSystem
open static fun newInstance ( arg : FileSystem ) : FileSystem
open fun open ( path : String , options : OpenOptions , handler : Handler < AsyncResult < AsyncFile > > ) : FileSystem
open fun openBlocking ( path : String , options : OpenOptions ) : AsyncFile
open fun props ( path : String , handler : Handler < AsyncResult < FileProps > > ) : FileSystem
open fun propsBlocking ( path : String ) : FileProps
open fun readDir ( path : String , handler : Handler < AsyncResult < MutableList < String > > > ) : FileSystem
open fun readDir ( path : String , filter : String , handler : Handler < AsyncResult < MutableList < String > > > ) : FileSystem
open fun readDirBlocking ( path : String ) : MutableList < String >
open fun readDirBlocking ( path : String , filter : String ) : MutableList < String >
open fun readFile ( path : String , handler : Handler < AsyncResult < Buffer > > ) : FileSystem
open fun readFileBlocking ( path : String ) : Buffer
open fun readSymlink ( link : String , handler : Handler < AsyncResult < String > > ) : FileSystem
open fun readSymlinkBlocking ( link : String ) : String
open fun rxChmod ( path : String , perms : String ) : Single < Void >
open fun rxChmodRecursive ( path : String , perms : String , dirPerms : String ) : Single < Void >
open fun rxChown ( path : String , user : String , group : String ) : Single < Void >
open fun rxCopy ( from : String , to : String ) : Single < Void >
open fun rxCopy ( from : String , to : String , options : CopyOptions ) : Single < Void >
open fun rxCopyRecursive ( from : String , to : String , recursive : Boolean ) : Single < Void >
open fun rxCreateFile ( path : String ) : Single < Void >
open fun rxCreateFile ( path : String , perms : String ) : Single < Void >
open fun rxDelete ( path : String ) : Single < Void >
open fun rxDeleteRecursive ( path : String , recursive : Boolean ) : Single < Void >
open fun rxExists ( path : String ) : Single < Boolean >
open fun rxFsProps ( path : String ) : Single < FileSystemProps >
open fun rxLink ( link : String , existing : String ) : Single < Void >
open fun rxLprops ( path : String ) : Single < FileProps >
open fun rxMkdir ( path : String ) : Single < Void >
open fun rxMkdir ( path : String , perms : String ) : Single < Void >
open fun rxMkdirs ( path : String ) : Single < Void >
open fun rxMkdirs ( path : String , perms : String ) : Single < Void >
open fun rxMove ( from : String , to : String ) : Single < Void >
open fun rxMove ( from : String , to : String , options : CopyOptions ) : Single < Void >
open fun rxOpen ( path : String , options : OpenOptions ) : Single < AsyncFile >
open fun rxProps ( path : String ) : Single < FileProps >
open fun rxReadDir ( path : String ) : Single < MutableList < String > >
open fun rxReadDir ( path : String , filter : String ) : Single < MutableList < String > >
open fun rxReadFile ( path : String ) : Single < Buffer >
open fun rxReadSymlink ( link : String ) : Single < String >
open fun rxSymlink ( link : String , existing : String ) : Single < Void >
open fun rxTruncate ( path : String , len : Long ) : Single < Void >
open fun rxUnlink ( link : String ) : Single < Void >
open fun rxWriteFile ( path : String , data : Buffer ) : Single < Void >
open fun symlink ( link : String , existing : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun symlinkBlocking ( link : String , existing : String ) : FileSystem
open fun toString ( ) : String
open fun truncate ( path : String , len : Long , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun truncateBlocking ( path : String , len : Long ) : FileSystem
open fun unlink ( link : String , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun unlinkBlocking ( link : String ) : FileSystem
open fun writeFile ( path : String , data : Buffer , handler : Handler < AsyncResult < Void > > ) : FileSystem
open fun writeFileBlocking ( path : String , data : Buffer ) : FileSystem
package io.vertx.rxjava.core.http
Module Contents
open class HttpConnection
open class HttpServerFileUpload : ReadStream < Buffer >
open class HttpServerResponse : WriteStream < Buffer >
Module Contents
HttpServerResponse ( delegate : HttpServerResponse )
static val __TYPE_ARG : TypeArg < HttpServerResponse >
open fun bodyEndHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun bytesWritten ( ) : Long
open fun close ( ) : Unit
open fun closeHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun closed ( ) : Boolean
open fun drainHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun end ( chunk : String ) : Unit
open fun end ( chunk : String , enc : String ) : Unit
open fun end ( chunk : Buffer ) : Unit
open fun end ( ) : Unit
open fun endHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun ended ( ) : Boolean
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : HttpServerResponse
open fun getDelegate ( ) : HttpServerResponse
open fun getStatusCode ( ) : Int
open fun getStatusMessage ( ) : String
open fun hashCode ( ) : Int
open fun headWritten ( ) : Boolean
open fun headers ( ) : MultiMap
open fun headersEndHandler ( handler : Handler < Void > ) : HttpServerResponse
open fun isChunked ( ) : Boolean
open static fun newInstance ( arg : HttpServerResponse ) : HttpServerResponse
open fun push ( method : HttpMethod , host : String , path : String , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
open fun push ( method : HttpMethod , path : String , headers : MultiMap , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
open fun push ( method : HttpMethod , path : String , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
open fun push ( method : HttpMethod , host : String , path : String , headers : MultiMap , handler : Handler < AsyncResult < HttpServerResponse > > ) : HttpServerResponse
open fun putHeader ( : String , : String ) : HttpServerResponse
open fun putTrailer ( name : String , value : String ) : HttpServerResponse
open fun reset ( ) : Unit
open fun reset ( code : Long ) : Unit
open fun rxPush ( method : HttpMethod , path : String ) : Single < HttpServerResponse >
open fun rxPush ( method : HttpMethod , host : String , path : String , : MultiMap ) : Single < HttpServerResponse >
open fun rxSendFile ( filename : String ) : Single < Void >
open fun rxSendFile ( filename : String , offset : Long ) : Single < Void >
open fun rxSendFile ( filename : String , offset : Long , length : Long ) : Single < Void >
open fun sendFile ( filename : String ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long , length : Long ) : HttpServerResponse
open fun sendFile ( filename : String , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
open fun sendFile ( filename : String , offset : Long , length : Long , resultHandler : Handler < AsyncResult < Void > > ) : HttpServerResponse
open fun setChunked ( chunked : Boolean ) : HttpServerResponse
open fun setStatusCode ( statusCode : Int ) : HttpServerResponse
open fun setStatusMessage ( statusMessage : String ) : HttpServerResponse
open fun setWriteQueueMaxSize ( maxSize : Int ) : HttpServerResponse
open fun streamId ( ) : Int
open fun toString ( ) : String
open fun trailers ( ) : MultiMap
open fun write ( data : Buffer ) : HttpServerResponse
open fun write ( chunk : String , enc : String ) : HttpServerResponse
open fun write ( chunk : String ) : HttpServerResponse
open fun writeContinue ( ) : HttpServerResponse
open fun writeCustomFrame ( type : Int , flags : Int , payload : Buffer ) : HttpServerResponse
open fun writeCustomFrame ( frame : HttpFrame ) : HttpServerResponse
open fun writeQueueFull ( ) : Boolean
open class ServerWebSocket : WebSocketBase
open class WebSocket : WebSocketBase
package io.vertx.rxjava.core.metrics
package io.vertx.rxjava.core.net
Module Contents
open class NetClient : Measured
Module Contents
NetClient ( delegate : NetClient )
static val __TYPE_ARG : TypeArg < NetClient >
open fun close ( ) : Unit
open fun connect ( port : Int , host : String , connectHandler : Handler < AsyncResult < NetSocket > > ) : NetClient
open fun connect ( port : Int , host : String , serverName : String , connectHandler : Handler < AsyncResult < NetSocket > > ) : NetClient
open fun connect ( remoteAddress : SocketAddress , connectHandler : Handler < AsyncResult < NetSocket > > ) : NetClient
open fun connect ( remoteAddress : SocketAddress , serverName : String , connectHandler : Handler < AsyncResult < NetSocket > > ) : NetClient
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : NetClient
open fun hashCode ( ) : Int
open fun isMetricsEnabled ( ) : Boolean
open static fun newInstance ( arg : NetClient ) : NetClient
open fun rxConnect ( port : Int , host : String ) : Single < NetSocket >
open fun rxConnect ( port : Int , host : String , serverName : String ) : Single < NetSocket >
open fun rxConnect ( remoteAddress : SocketAddress ) : Single < NetSocket >
open fun rxConnect ( remoteAddress : SocketAddress , serverName : String ) : Single < NetSocket >
open fun toString ( ) : String
open class NetServer : Measured
open class SelfSignedCertificate
package io.vertx.rxjava.core.parsetools
package io.vertx.rxjava.core.shareddata
Module Contents
open class SharedData
Module Contents
SharedData ( delegate : SharedData )
static val __TYPE_ARG : TypeArg < SharedData >
open fun equals ( other : Any ? ) : Boolean
open fun < K : Any , V : Any > getAsyncMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
open fun < K : Any , V : Any > getClusterWideMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
open fun getCounter ( name : String , resultHandler : Handler < AsyncResult < Counter > > ) : Unit
open fun getDelegate ( ) : SharedData
open fun < K : Any , V : Any > getLocalMap ( name : String ) : LocalMap < K , V >
open fun getLock ( name : String , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
open fun getLockWithTimeout ( name : String , timeout : Long , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : SharedData ) : SharedData
open fun < K : Any , V : Any > rxGetAsyncMap ( name : String ) : Single < AsyncMap < K , V > >
open fun < K : Any , V : Any > rxGetClusterWideMap ( name : String ) : Single < AsyncMap < K , V > >
open fun rxGetCounter ( name : String ) : Single < Counter >
open fun rxGetLock ( name : String ) : Single < Lock >
open fun rxGetLockWithTimeout ( name : String , timeout : Long ) : Single < Lock >
open fun toString ( ) : String
package io.vertx.rxjava.core.streams
package io.vertx.rxjava.ext.asyncsql
package io.vertx.rxjava.ext.auth
package io.vertx.rxjava.ext.auth.htdigest
package io.vertx.rxjava.ext.auth.jdbc
package io.vertx.rxjava.ext.auth.jwt
package io.vertx.rxjava.ext.auth.mongo
package io.vertx.rxjava.ext.auth.oauth2
Module Contents
open class KeycloakHelper
open class OAuth2Auth
Module Contents
OAuth2Auth ( delegate : OAuth2Auth )
static val __TYPE_ARG : TypeArg < OAuth2Auth >
open fun authorizeURL ( params : JsonObject ) : String
open static fun create ( vertx : Vertx , flow : OAuth2FlowType , config : OAuth2ClientOptions ) : OAuth2Auth
open static fun create ( vertx : Vertx , flow : OAuth2FlowType ) : OAuth2Auth
open static fun createKeycloak ( vertx : Vertx , flow : OAuth2FlowType , config : JsonObject ) : OAuth2Auth
open fun decodeToken ( token : String , handler : Handler < AsyncResult < AccessToken > > ) : OAuth2Auth
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : OAuth2Auth
open fun getFlowType ( ) : OAuth2FlowType
open fun getScopeSeparator ( ) : String
open fun getToken ( params : JsonObject , handler : Handler < AsyncResult < AccessToken > > ) : Unit
open fun hasJWTToken ( ) : Boolean
open fun hashCode ( ) : Int
open fun introspectToken ( token : String , handler : Handler < AsyncResult < AccessToken > > ) : OAuth2Auth
open fun introspectToken ( token : String , tokenType : String , handler : Handler < AsyncResult < AccessToken > > ) : OAuth2Auth
open fun loadJWK ( handler : Handler < AsyncResult < Void > > ) : OAuth2Auth
open static fun newInstance ( arg : OAuth2Auth ) : OAuth2Auth
open fun rxDecodeToken ( token : String ) : Single < AccessToken >
open fun rxGetToken ( params : JsonObject ) : Single < AccessToken >
open fun rxIntrospectToken ( token : String ) : Single < AccessToken >
open fun rxIntrospectToken ( token : String , tokenType : String ) : Single < AccessToken >
open fun rxLoadJWK ( ) : Single < Void >
open fun toString ( ) : String
open fun verifyIsUsingPassword ( ) : Unit
open class OAuth2Response
package io.vertx.rxjava.ext.auth.oauth2.providers
package io.vertx.rxjava.ext.auth.shiro
package io.vertx.rxjava.ext.bridge
package io.vertx.rxjava.ext.cluster.infinispan
Module Contents
open class InfinispanAsyncMap < K : Any , V : Any >
Module Contents
InfinispanAsyncMap ( delegate : InfinispanAsyncMap < Any , Any > )
InfinispanAsyncMap ( delegate : InfinispanAsyncMap < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < InfinispanAsyncMap < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : InfinispanAsyncMap < Any , Any >
open fun hashCode ( ) : Int
open fun keyStream ( ) : ReadStream < K >
open static fun < K : Any , V : Any > newInstance ( arg : InfinispanAsyncMap < Any , Any > ) : InfinispanAsyncMap < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : InfinispanAsyncMap < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : InfinispanAsyncMap < K , V >
open fun toString ( ) : String
open static fun < K : Any , V : Any > unwrap ( asyncMap : AsyncMap < Any , Any > ) : InfinispanAsyncMap < K , V >
open fun valueStream ( ) : ReadStream < V >
package io.vertx.rxjava.ext.consul
Module Contents
open class ConsulClient
Module Contents
ConsulClient ( delegate : ConsulClient )
static val __TYPE_ARG : TypeArg < ConsulClient >
open fun agentInfo ( resultHandler : Handler < AsyncResult < JsonObject > > ) : ConsulClient
open fun catalogDatacenters ( resultHandler : Handler < AsyncResult < MutableList < String > > > ) : ConsulClient
open fun catalogNodeServices ( node : String , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogNodeServicesWithOptions ( node : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogNodes ( resultHandler : Handler < AsyncResult < NodeList > > ) : ConsulClient
open fun catalogNodesWithOptions ( options : NodeQueryOptions , resultHandler : Handler < AsyncResult < NodeList > > ) : ConsulClient
open fun catalogServiceNodes ( service : String , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogServiceNodesWithOptions ( service : String , options : ServiceQueryOptions , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogServices ( resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun catalogServicesWithOptions ( options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < ServiceList > > ) : ConsulClient
open fun cloneAclToken ( id : String , idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun close ( ) : Unit
open fun coordinateDatacenters ( resultHandler : Handler < AsyncResult < MutableList < DcCoordinates > > > ) : ConsulClient
open fun coordinateNodes ( resultHandler : Handler < AsyncResult < CoordinateList > > ) : ConsulClient
open fun coordinateNodesWithOptions ( options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < CoordinateList > > ) : ConsulClient
open static fun create ( vertx : Vertx ) : ConsulClient
open static fun create ( vertx : Vertx , options : ConsulClientOptions ) : ConsulClient
open fun createAclToken ( token : AclToken , idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun createPreparedQuery ( definition : PreparedQueryDefinition , resultHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun createSession ( idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun createSessionWithOptions ( options : SessionOptions , idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun deletePreparedQuery ( id : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun deleteValue ( key : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun deleteValues ( keyPrefix : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun deregisterCheck ( checkId : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun deregisterService ( id : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun destroyAclToken ( id : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun destroySession ( id : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun equals ( other : Any ? ) : Boolean
open fun executePreparedQuery ( query : String , resultHandler : Handler < AsyncResult < PreparedQueryExecuteResponse > > ) : ConsulClient
open fun executePreparedQueryWithOptions ( query : String , options : PreparedQueryExecuteOptions , resultHandler : Handler < AsyncResult < PreparedQueryExecuteResponse > > ) : ConsulClient
open fun failCheck ( checkId : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun failCheckWithNote ( checkId : String , note : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun fireEvent ( name : String , resultHandler : Handler < AsyncResult < Event > > ) : ConsulClient
open fun fireEventWithOptions ( name : String , options : EventOptions , resultHandler : Handler < AsyncResult < Event > > ) : ConsulClient
open fun getAllPreparedQueries ( resultHandler : Handler < AsyncResult < MutableList < PreparedQueryDefinition > > > ) : ConsulClient
open fun getDelegate ( ) : ConsulClient
open fun getKeys ( keyPrefix : String , resultHandler : Handler < AsyncResult < MutableList < String > > > ) : ConsulClient
open fun getKeysWithOptions ( keyPrefix : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < MutableList < String > > > ) : ConsulClient
open fun getPreparedQuery ( id : String , resultHandler : Handler < AsyncResult < PreparedQueryDefinition > > ) : ConsulClient
open fun getValue ( key : String , resultHandler : Handler < AsyncResult < KeyValue > > ) : ConsulClient
open fun getValueWithOptions ( key : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < KeyValue > > ) : ConsulClient
open fun getValues ( keyPrefix : String , resultHandler : Handler < AsyncResult < KeyValueList > > ) : ConsulClient
open fun getValuesWithOptions ( keyPrefix : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < KeyValueList > > ) : ConsulClient
open fun hashCode ( ) : Int
open fun healthChecks ( service : String , resultHandler : Handler < AsyncResult < CheckList > > ) : ConsulClient
open fun healthChecksWithOptions ( service : String , options : CheckQueryOptions , resultHandler : Handler < AsyncResult < CheckList > > ) : ConsulClient
open fun healthServiceNodes ( service : String , passing : Boolean , resultHandler : Handler < AsyncResult < ServiceEntryList > > ) : ConsulClient
open fun healthServiceNodesWithOptions ( service : String , passing : Boolean , options : ServiceQueryOptions , resultHandler : Handler < AsyncResult < ServiceEntryList > > ) : ConsulClient
open fun healthState ( checkStatus : CheckStatus , resultHandler : Handler < AsyncResult < CheckList > > ) : ConsulClient
open fun healthStateWithOptions ( checkStatus : CheckStatus , options : CheckQueryOptions , resultHandler : Handler < AsyncResult < CheckList > > ) : ConsulClient
open fun infoAclToken ( id : String , tokenHandler : Handler < AsyncResult < AclToken > > ) : ConsulClient
open fun infoSession ( id : String , resultHandler : Handler < AsyncResult < Session > > ) : ConsulClient
open fun infoSessionWithOptions ( id : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < Session > > ) : ConsulClient
open fun leaderStatus ( resultHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun listAclTokens ( resultHandler : Handler < AsyncResult < MutableList < AclToken > > > ) : ConsulClient
open fun listEvents ( resultHandler : Handler < AsyncResult < EventList > > ) : ConsulClient
open fun listEventsWithOptions ( options : EventListOptions , resultHandler : Handler < AsyncResult < EventList > > ) : ConsulClient
open fun listNodeSessions ( nodeId : String , resultHandler : Handler < AsyncResult < SessionList > > ) : ConsulClient
open fun listNodeSessionsWithOptions ( nodeId : String , options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < SessionList > > ) : ConsulClient
open fun listSessions ( resultHandler : Handler < AsyncResult < SessionList > > ) : ConsulClient
open fun listSessionsWithOptions ( options : BlockingQueryOptions , resultHandler : Handler < AsyncResult < SessionList > > ) : ConsulClient
open fun localChecks ( resultHandler : Handler < AsyncResult < MutableList < Check > > > ) : ConsulClient
open fun localServices ( resultHandler : Handler < AsyncResult < MutableList < Service > > > ) : ConsulClient
open fun maintenanceService ( maintenanceOptions : MaintenanceOptions , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open static fun newInstance ( arg : ConsulClient ) : ConsulClient
open fun passCheck ( checkId : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun passCheckWithNote ( checkId : String , note : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun peersStatus ( resultHandler : Handler < AsyncResult < MutableList < String > > > ) : ConsulClient
open fun putValue ( key : String , value : String , resultHandler : Handler < AsyncResult < Boolean > > ) : ConsulClient
open fun putValueWithOptions ( key : String , value : String , options : KeyValueOptions , resultHandler : Handler < AsyncResult < Boolean > > ) : ConsulClient
open fun registerCheck ( checkOptions : CheckOptions , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun registerService ( serviceOptions : ServiceOptions , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun renewSession ( id : String , resultHandler : Handler < AsyncResult < Session > > ) : ConsulClient
open fun rxAgentInfo ( ) : Single < JsonObject >
open fun rxCatalogDatacenters ( ) : Single < MutableList < String > >
open fun rxCatalogNodeServices ( node : String ) : Single < ServiceList >
open fun rxCatalogNodeServicesWithOptions ( node : String , options : BlockingQueryOptions ) : Single < ServiceList >
open fun rxCatalogNodes ( ) : Single < NodeList >
open fun rxCatalogNodesWithOptions ( options : NodeQueryOptions ) : Single < NodeList >
open fun rxCatalogServiceNodes ( service : String ) : Single < ServiceList >
open fun rxCatalogServiceNodesWithOptions ( service : String , options : ServiceQueryOptions ) : Single < ServiceList >
open fun rxCatalogServices ( ) : Single < ServiceList >
open fun rxCatalogServicesWithOptions ( options : BlockingQueryOptions ) : Single < ServiceList >
open fun rxCloneAclToken ( id : String ) : Single < String >
open fun rxCoordinateDatacenters ( ) : Single < MutableList < DcCoordinates > >
open fun rxCoordinateNodes ( ) : Single < CoordinateList >
open fun rxCoordinateNodesWithOptions ( options : BlockingQueryOptions ) : Single < CoordinateList >
open fun rxCreateAclToken ( token : AclToken ) : Single < String >
open fun rxCreatePreparedQuery ( definition : PreparedQueryDefinition ) : Single < String >
open fun rxCreateSession ( ) : Single < String >
open fun rxCreateSessionWithOptions ( options : SessionOptions ) : Single < String >
open fun rxDeletePreparedQuery ( id : String ) : Single < Void >
open fun rxDeleteValue ( key : String ) : Single < Void >
open fun rxDeleteValues ( keyPrefix : String ) : Single < Void >
open fun rxDeregisterCheck ( checkId : String ) : Single < Void >
open fun rxDeregisterService ( id : String ) : Single < Void >
open fun rxDestroyAclToken ( id : String ) : Single < Void >
open fun rxDestroySession ( id : String ) : Single < Void >
open fun rxExecutePreparedQuery ( query : String ) : Single < PreparedQueryExecuteResponse >
open fun rxExecutePreparedQueryWithOptions ( query : String , options : PreparedQueryExecuteOptions ) : Single < PreparedQueryExecuteResponse >
open fun rxFailCheck ( checkId : String ) : Single < Void >
open fun rxFailCheckWithNote ( checkId : String , note : String ) : Single < Void >
open fun rxFireEvent ( name : String ) : Single < Event >
open fun rxFireEventWithOptions ( name : String , options : EventOptions ) : Single < Event >
open fun rxGetAllPreparedQueries ( ) : Single < MutableList < PreparedQueryDefinition > >
open fun rxGetKeys ( keyPrefix : String ) : Single < MutableList < String > >
open fun rxGetKeysWithOptions ( keyPrefix : String , options : BlockingQueryOptions ) : Single < MutableList < String > >
open fun rxGetPreparedQuery ( id : String ) : Single < PreparedQueryDefinition >
open fun rxGetValue ( key : String ) : Single < KeyValue >
open fun rxGetValueWithOptions ( key : String , options : BlockingQueryOptions ) : Single < KeyValue >
open fun rxGetValues ( keyPrefix : String ) : Single < KeyValueList >
open fun rxGetValuesWithOptions ( keyPrefix : String , options : BlockingQueryOptions ) : Single < KeyValueList >
open fun rxHealthChecks ( service : String ) : Single < CheckList >
open fun rxHealthChecksWithOptions ( service : String , options : CheckQueryOptions ) : Single < CheckList >
open fun rxHealthServiceNodes ( service : String , passing : Boolean ) : Single < ServiceEntryList >
open fun rxHealthServiceNodesWithOptions ( service : String , passing : Boolean , options : ServiceQueryOptions ) : Single < ServiceEntryList >
open fun rxHealthState ( checkStatus : CheckStatus ) : Single < CheckList >
open fun rxHealthStateWithOptions ( checkStatus : CheckStatus , options : CheckQueryOptions ) : Single < CheckList >
open fun rxInfoAclToken ( id : String ) : Single < AclToken >
open fun rxInfoSession ( id : String ) : Single < Session >
open fun rxInfoSessionWithOptions ( id : String , options : BlockingQueryOptions ) : Single < Session >
open fun rxLeaderStatus ( ) : Single < String >
open fun rxListAclTokens ( ) : Single < MutableList < AclToken > >
open fun rxListEvents ( ) : Single < EventList >
open fun rxListEventsWithOptions ( options : EventListOptions ) : Single < EventList >
open fun rxListNodeSessions ( nodeId : String ) : Single < SessionList >
open fun rxListNodeSessionsWithOptions ( nodeId : String , options : BlockingQueryOptions ) : Single < SessionList >
open fun rxListSessions ( ) : Single < SessionList >
open fun rxListSessionsWithOptions ( options : BlockingQueryOptions ) : Single < SessionList >
open fun rxLocalChecks ( ) : Single < MutableList < Check > >
open fun rxLocalServices ( ) : Single < MutableList < Service > >
open fun rxMaintenanceService ( maintenanceOptions : MaintenanceOptions ) : Single < Void >
open fun rxPassCheck ( checkId : String ) : Single < Void >
open fun rxPassCheckWithNote ( checkId : String , note : String ) : Single < Void >
open fun rxPeersStatus ( ) : Single < MutableList < String > >
open fun rxPutValue ( key : String , value : String ) : Single < Boolean >
open fun rxPutValueWithOptions ( key : String , value : String , options : KeyValueOptions ) : Single < Boolean >
open fun rxRegisterCheck ( checkOptions : CheckOptions ) : Single < Void >
open fun rxRegisterService ( serviceOptions : ServiceOptions ) : Single < Void >
open fun rxRenewSession ( id : String ) : Single < Session >
open fun rxTransaction ( request : TxnRequest ) : Single < TxnResponse >
open fun rxUpdateAclToken ( token : AclToken ) : Single < String >
open fun rxUpdateCheck ( checkId : String , status : CheckStatus ) : Single < Void >
open fun rxUpdateCheckWithNote ( checkId : String , status : CheckStatus , note : String ) : Single < Void >
open fun rxUpdatePreparedQuery ( definition : PreparedQueryDefinition ) : Single < Void >
open fun rxWarnCheck ( checkId : String ) : Single < Void >
open fun rxWarnCheckWithNote ( checkId : String , note : String ) : Single < Void >
open fun toString ( ) : String
open fun transaction ( request : TxnRequest , resultHandler : Handler < AsyncResult < TxnResponse > > ) : ConsulClient
open fun updateAclToken ( token : AclToken , idHandler : Handler < AsyncResult < String > > ) : ConsulClient
open fun updateCheck ( checkId : String , status : CheckStatus , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun updateCheckWithNote ( checkId : String , status : CheckStatus , note : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun updatePreparedQuery ( definition : PreparedQueryDefinition , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun warnCheck ( checkId : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open fun warnCheckWithNote ( checkId : String , note : String , resultHandler : Handler < AsyncResult < Void > > ) : ConsulClient
open class Watch < T : Any >
Module Contents
Watch ( delegate : Watch < Any > )
Watch ( delegate : Watch < Any > , typeArg_0 : TypeArg < T > )
static val __TYPE_ARG : TypeArg < Watch < Any > >
val __typeArg_0 : TypeArg < T >
open fun equals ( other : Any ? ) : Boolean
open static fun events ( event : String , vertx : Vertx ) : Watch < EventList >
open static fun events ( event : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < EventList >
open fun getDelegate ( ) : Watch < Any >
open fun hashCode ( ) : Int
open static fun key ( key : String , vertx : Vertx ) : Watch < KeyValue >
open static fun key ( key : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < KeyValue >
open static fun keyPrefix ( keyPrefix : String , vertx : Vertx ) : Watch < KeyValueList >
open static fun keyPrefix ( keyPrefix : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < KeyValueList >
open static fun < T : Any > newInstance ( arg : Watch < Any > ) : Watch < T >
open static fun < T : Any > newInstance ( arg : Watch < Any > , __typeArg_T : TypeArg < T > ) : Watch < T >
open static fun nodes ( vertx : Vertx ) : Watch < NodeList >
open static fun nodes ( vertx : Vertx , options : ConsulClientOptions ) : Watch < NodeList >
open static fun service ( service : String , vertx : Vertx ) : Watch < ServiceEntryList >
open static fun service ( service : String , vertx : Vertx , options : ConsulClientOptions ) : Watch < ServiceEntryList >
open static fun services ( vertx : Vertx ) : Watch < ServiceList >
open static fun services ( vertx : Vertx , options : ConsulClientOptions ) : Watch < ServiceList >
open fun setHandler ( handler : Handler < WatchResult < T > > ) : Watch < T >
open fun start ( ) : Watch < T >
open fun stop ( ) : Unit
open fun toString ( ) : String
package io.vertx.rxjava.ext.dropwizard
package io.vertx.rxjava.ext.healthchecks
package io.vertx.rxjava.ext.mail
package io.vertx.rxjava.ext.shell
package io.vertx.rxjava.ext.shell.cli
package io.vertx.rxjava.ext.shell.command
package io.vertx.rxjava.ext.shell.system
package io.vertx.rxjava.ext.shell.term
package io.vertx.rxjava.ext.sql
package io.vertx.rxjava.ext.stomp
Module Contents
open class Acknowledgement
open class Destination
open class DestinationFactory
open class Frames
open class StompClientConnection
Module Contents
StompClientConnection ( delegate : StompClientConnection )
static val __TYPE_ARG : TypeArg < StompClientConnection >
open fun abort ( id : String ) : StompClientConnection
open fun abort ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun abort ( id : String , : MutableMap < String , String > ) : StompClientConnection
open fun abort ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun ack ( id : String ) : StompClientConnection
open fun ack ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun ack ( id : String , txId : String ) : StompClientConnection
open fun ack ( id : String , txId : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun beginTX ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun beginTX ( id : String ) : StompClientConnection
open fun beginTX ( id : String , : MutableMap < String , String > ) : StompClientConnection
open fun beginTX ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun close ( ) : Unit
open fun closeHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
open fun commit ( id : String ) : StompClientConnection
open fun commit ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun commit ( id : String , : MutableMap < String , String > ) : StompClientConnection
open fun commit ( id : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun connectionDroppedHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
open fun disconnect ( ) : StompClientConnection
open fun disconnect ( receiptHandler : Handler < Frame > ) : StompClientConnection
open fun disconnect ( frame : Frame ) : StompClientConnection
open fun disconnect ( frame : Frame , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun equals ( other : Any ? ) : Boolean
open fun errorHandler ( handler : Handler < Frame > ) : StompClientConnection
open fun exceptionHandler ( exceptionHandler : Handler < Throwable > ) : StompClientConnection
open fun getDelegate ( ) : StompClientConnection
open fun hashCode ( ) : Int
open fun isConnected ( ) : Boolean
open fun nack ( id : String ) : StompClientConnection
open fun nack ( id : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun nack ( id : String , txId : String ) : StompClientConnection
open fun nack ( id : String , txId : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open static fun newInstance ( arg : StompClientConnection ) : StompClientConnection
open fun pingHandler ( handler : Handler < StompClientConnection > ) : StompClientConnection
open fun receivedFrameHandler ( handler : Handler < Frame > ) : StompClientConnection
open fun send ( : MutableMap < String , String > , body : Buffer ) : StompClientConnection
open fun send ( headers : MutableMap < String , String > , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun send ( destination : String , body : Buffer ) : StompClientConnection
open fun send ( destination : String , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun send ( frame : Frame ) : StompClientConnection
open fun send ( frame : Frame , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun send ( destination : String , : MutableMap < String , String > , body : Buffer ) : StompClientConnection
open fun send ( destination : String , headers : MutableMap < String , String > , body : Buffer , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun server ( ) : String
open fun session ( ) : String
open fun subscribe ( destination : String , handler : Handler < Frame > ) : String
open fun subscribe ( destination : String , handler : Handler < Frame > , receiptHandler : Handler < Frame > ) : String
open fun subscribe ( destination : String , headers : MutableMap < String , String > , handler : Handler < Frame > ) : String
open fun subscribe ( destination : String , headers : MutableMap < String , String > , handler : Handler < Frame > , receiptHandler : Handler < Frame > ) : String
open fun toString ( ) : String
open fun unsubscribe ( destination : String ) : StompClientConnection
open fun unsubscribe ( destination : String , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun unsubscribe ( destination : String , : MutableMap < String , String > ) : StompClientConnection
open fun unsubscribe ( destination : String , headers : MutableMap < String , String > , receiptHandler : Handler < Frame > ) : StompClientConnection
open fun version ( ) : String
open fun writingFrameHandler ( handler : Handler < Frame > ) : StompClientConnection
open class StompServer
package io.vertx.rxjava.ext.unit
Module Contents
open class Async : Completion < Void >
open class Completion < T : Any >
open class TestCase
open class TestCompletion : Completion < Void >
open class TestContext
Module Contents
TestContext ( delegate : TestContext )
static val __TYPE_ARG : TypeArg < TestContext >
open fun assertEquals ( expected : Any , actual : Any ) : TestContext
open fun assertEquals ( expected : Any , actual : Any , message : String ) : TestContext
open fun assertFalse ( condition : Boolean ) : TestContext
open fun assertFalse ( condition : Boolean , message : String ) : TestContext
open fun assertInRange ( expected : Double , actual : Double , delta : Double ) : TestContext
open fun assertInRange ( expected : Double , actual : Double , delta : Double , message : String ) : TestContext
open fun assertNotEquals ( first : Any , second : Any ) : TestContext
open fun assertNotEquals ( first : Any , second : Any , message : String ) : TestContext
open fun assertNotNull ( expected : Any ) : TestContext
open fun assertNotNull ( expected : Any , message : String ) : TestContext
open fun assertNull ( expected : Any ) : TestContext
open fun assertNull ( expected : Any , message : String ) : TestContext
open fun assertTrue ( condition : Boolean ) : TestContext
open fun assertTrue ( condition : Boolean , message : String ) : TestContext
open fun async ( ) : Async
open fun async ( count : Int ) : Async
open fun < T : Any > asyncAssertFailure ( ) : Handler < AsyncResult < T > >
open fun < T : Any > asyncAssertFailure ( causeHandler : Handler < Throwable > ) : Handler < AsyncResult < T > >
open fun < T : Any > asyncAssertSuccess ( ) : Handler < AsyncResult < T > >
open fun < T : Any > asyncAssertSuccess ( resultHandler : Handler < T > ) : Handler < AsyncResult < T > >
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( ) : Handler < Throwable >
open fun fail ( ) : Unit
open fun fail ( message : String ) : Unit
open fun fail ( cause : Throwable ) : Unit
open fun < T : Any > get ( key : String ) : T
open fun getDelegate ( ) : TestContext
open fun hashCode ( ) : Int
open static fun newInstance ( arg : TestContext ) : TestContext
open fun < T : Any > put ( key : String , value : Any ) : T
open fun < T : Any > remove ( key : String ) : T
open fun strictAsync ( count : Int ) : Async
open fun toString ( ) : String
open fun verify ( block : Handler < Void > ) : TestContext
open class TestSuite
package io.vertx.rxjava.ext.unit.collect
package io.vertx.rxjava.ext.unit.report
package io.vertx.rxjava.ext.web
package io.vertx.rxjava.ext.web.api
package io.vertx.rxjava.ext.web.api.contract
package io.vertx.rxjava.ext.web.api.contract.openapi3
Module Contents
open class OpenAPI3RequestValidationHandler : HTTPOperationRequestValidationHandler , Handler < RoutingContext >
open class OpenAPI3RouterFactory : RouterFactory < OpenAPI >
Module Contents
OpenAPI3RouterFactory ( delegate : OpenAPI3RouterFactory )
static val __TYPE_ARG : TypeArg < OpenAPI3RouterFactory >
open fun addFailureHandler ( method : HttpMethod , path : String , failureHandler : Handler < RoutingContext > ) : RouterFactory < Any >
open fun addFailureHandlerByOperationId ( operationId : String , failureHandler : Handler < RoutingContext > ) : OpenAPI3RouterFactory
open fun addHandler ( method : HttpMethod , path : String , handler : Handler < RoutingContext > ) : RouterFactory < Any >
open fun addHandlerByOperationId ( operationId : String , handler : Handler < RoutingContext > ) : OpenAPI3RouterFactory
open fun addSecurityHandler ( securitySchemaName : String , handler : Handler < RoutingContext > ) : RouterFactory < Any >
open fun addSecuritySchemaScopeValidator ( securitySchemaName : String , scopeName : String , handler : Handler < RoutingContext > ) : OpenAPI3RouterFactory
open static fun create ( vertx : Vertx , url : String , handler : Handler < AsyncResult < OpenAPI3RouterFactory > > ) : Unit
open static fun createRouterFactoryFromFile ( vertx : Vertx , url : String , handler : Handler < AsyncResult < OpenAPI3RouterFactory > > ) : Unit
open static fun createRouterFactoryFromURL ( vertx : Vertx , url : String , handler : Handler < AsyncResult < OpenAPI3RouterFactory > > ) : Unit
open fun enableValidationFailureHandler ( enable : Boolean ) : RouterFactory < Any >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : OpenAPI3RouterFactory
open fun getOptions ( ) : RouterFactoryOptions
open fun getRouter ( ) : Router
open fun hashCode ( ) : Int
open fun mountOperationsWithoutHandlers ( enable : Boolean ) : RouterFactory < Any >
open static fun newInstance ( arg : OpenAPI3RouterFactory ) : OpenAPI3RouterFactory
open static fun rxCreate ( vertx : Vertx , url : String ) : Single < OpenAPI3RouterFactory >
open static fun rxCreateRouterFactoryFromFile ( vertx : Vertx , url : String ) : Single < OpenAPI3RouterFactory >
open static fun rxCreateRouterFactoryFromURL ( vertx : Vertx , url : String ) : Single < OpenAPI3RouterFactory >
open fun setOptions ( options : RouterFactoryOptions ) : RouterFactory < Any >
open fun setValidationFailureHandler ( handler : Handler < RoutingContext > ) : RouterFactory < Any >
open fun toString ( ) : String
package io.vertx.rxjava.ext.web.api.validation
Module Contents
open class ContainerDeserializer
open class CustomValidator
open class HTTPRequestValidationHandler : ValidationHandler , Handler < RoutingContext >
Module Contents
HTTPRequestValidationHandler ( delegate : HTTPRequestValidationHandler )
static val __TYPE_ARG : TypeArg < HTTPRequestValidationHandler >
open fun addCustomValidatorFunction ( customValidator : CustomValidator ) : HTTPRequestValidationHandler
open fun addExpectedContentType ( contentType : String ) : HTTPRequestValidationHandler
open fun addFormParam ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addFormParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
open fun addFormParamWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addFormParamsArray ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addFormParamsArrayWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addHeaderParam ( headerName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addHeaderParamWithCustomTypeValidator ( headerName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
open fun addHeaderParamWithPattern ( headerName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addJsonBodySchema ( jsonSchema : String ) : HTTPRequestValidationHandler
open fun addMultipartRequiredFile ( filename : String , contentType : String ) : HTTPRequestValidationHandler
open fun addPathParam ( parameterName : String , type : ParameterType ) : HTTPRequestValidationHandler
open fun addPathParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
open fun addPathParamWithPattern ( parameterName : String , pattern : String ) : HTTPRequestValidationHandler
open fun addQueryParam ( parameterName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addQueryParamWithCustomTypeValidator ( parameterName : String , validator : ParameterTypeValidator , required : Boolean , allowEmptyValue : Boolean ) : HTTPRequestValidationHandler
open fun addQueryParamWithPattern ( parameterName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addQueryParamsArray ( arrayName : String , type : ParameterType , required : Boolean ) : HTTPRequestValidationHandler
open fun addQueryParamsArrayWithPattern ( arrayName : String , pattern : String , required : Boolean ) : HTTPRequestValidationHandler
open fun addXMLBodySchema ( xmlSchema : String ) : HTTPRequestValidationHandler
open static fun create ( ) : HTTPRequestValidationHandler
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : HTTPRequestValidationHandler
open fun handle ( arg0 : RoutingContext ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : HTTPRequestValidationHandler ) : HTTPRequestValidationHandler
open fun toString ( ) : String
open class ParameterTypeValidator
Module Contents
ParameterTypeValidator ( delegate : ParameterTypeValidator )
static val __TYPE_ARG : TypeArg < ParameterTypeValidator >
open static fun createArrayTypeValidator ( arrayMembersValidator : ParameterTypeValidator ) : ParameterTypeValidator
open static fun createArrayTypeValidator ( arrayMembersValidator : ParameterTypeValidator , collectionFormat : String , maxItems : Int , minItems : Int ) : ParameterTypeValidator
open static fun createBooleanTypeValidator ( defaultValue : Any ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( defaultValue : Double ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Double ) : ParameterTypeValidator
open static fun createDoubleTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createEnumTypeValidatorWithInnerValidator ( allowedValues : MutableList < String > , innerValidator : ParameterTypeValidator ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( defaultValue : Float ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Float ) : ParameterTypeValidator
open static fun createFloatTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( defaultValue : Int ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Int ) : ParameterTypeValidator
open static fun createIntegerTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createLongTypeValidator ( defaultValue : Long ) : ParameterTypeValidator
open static fun createLongTypeValidator ( maximum : Double , minimum : Double , multipleOf : Double , defaultValue : Long ) : ParameterTypeValidator
open static fun createLongTypeValidator ( exclusiveMaximum : Boolean , maximum : Double , exclusiveMinimum : Boolean , minimum : Double , multipleOf : Double , defaultValue : Any ) : ParameterTypeValidator
open static fun createStringEnumTypeValidator ( allowedValues : MutableList < String > ) : ParameterTypeValidator
open static fun createStringTypeValidator ( defaultValue : Any ) : ParameterTypeValidator
open static fun createStringTypeValidator ( pattern : String , defaultValue : Any ) : ParameterTypeValidator
open static fun createStringTypeValidator ( pattern : String , minLength : Int , maxLength : Int , defaultValue : Any ) : ParameterTypeValidator
open fun equals ( other : Any ? ) : Boolean
open fun getDefault ( ) : Any
open fun getDelegate ( ) : ParameterTypeValidator
open fun hasDefault ( ) : Boolean
open fun hashCode ( ) : Int
open fun isValid ( value : String ) : RequestParameter
open fun isValidCollection ( value : MutableList < String > ) : RequestParameter
open static fun newInstance ( arg : ParameterTypeValidator ) : ParameterTypeValidator
open fun toString ( ) : String
open class ParameterValidationRule
interface ValidationHandler : Handler < RoutingContext >
package io.vertx.rxjava.ext.web.client
Module Contents
open class HttpResponse < T : Any >
open class WebClient
Module Contents
WebClient ( delegate : WebClient )
static val __TYPE_ARG : TypeArg < WebClient >
open fun close ( ) : Unit
open static fun create ( vertx : Vertx ) : WebClient
open static fun create ( vertx : Vertx , options : WebClientOptions ) : WebClient
open fun delete ( requestURI : String ) : HttpRequest < Buffer >
open fun delete ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun delete ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun deleteAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun equals ( other : Any ? ) : Boolean
open fun get ( requestURI : String ) : HttpRequest < Buffer >
open fun get ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun get ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun getAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun getDelegate ( ) : WebClient
open fun hashCode ( ) : Int
open fun head ( requestURI : String ) : HttpRequest < Buffer >
open fun head ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun head ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun headAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open static fun newInstance ( arg : WebClient ) : WebClient
open fun patch ( requestURI : String ) : HttpRequest < Buffer >
open fun patch ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun patch ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun patchAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun post ( requestURI : String ) : HttpRequest < Buffer >
open fun post ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun post ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun postAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun put ( requestURI : String ) : HttpRequest < Buffer >
open fun put ( port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun put ( host : String , requestURI : String ) : HttpRequest < Buffer >
open fun putAbs ( absoluteURI : String ) : HttpRequest < Buffer >
open fun request ( method : HttpMethod , port : Int , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun request ( method : HttpMethod , host : String , requestURI : String ) : HttpRequest < Buffer >
open fun request ( method : HttpMethod , requestURI : String ) : HttpRequest < Buffer >
open fun request ( method : HttpMethod , options : RequestOptions ) : HttpRequest < Buffer >
open fun requestAbs ( method : HttpMethod , absoluteURI : String ) : HttpRequest < Buffer >
open fun toString ( ) : String
open static fun wrap ( httpClient : HttpClient ) : WebClient
open static fun wrap ( httpClient : HttpClient , options : WebClientOptions ) : WebClient
package io.vertx.rxjava.ext.web.codec
package io.vertx.rxjava.ext.web.handler
package io.vertx.rxjava.ext.web.handler.sockjs
package io.vertx.rxjava.ext.web.sstore
package io.vertx.rxjava.ext.web.templ
package io.vertx.rxjava.kafka.admin
Module Contents
open class AdminUtils
Module Contents
AdminUtils ( delegate : AdminUtils )
static val __TYPE_ARG : TypeArg < AdminUtils >
open fun changeTopicConfig ( topicName : String , topicConfig : MutableMap < String , String > , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun create ( vertx : Vertx , zookeeperHosts : String ) : AdminUtils
open static fun create ( vertx : Vertx , zookeeperHosts : String , autoClose : Boolean ) : AdminUtils
open static fun create ( vertx : Vertx , zookeeperHosts : String , connectionTimeoutMs : Int , isSecure : Boolean , autoClose : Boolean ) : AdminUtils
open fun createTopic ( topicName : String , partitionCount : Int , replicationFactor : Int , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun createTopic ( topicName : String , partitionCount : Int , replicationFactor : Int , topicConfig : MutableMap < String , String > , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun deleteTopic ( topicName : String , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : AdminUtils
open fun hashCode ( ) : Int
open static fun newInstance ( arg : AdminUtils ) : AdminUtils
open fun rxChangeTopicConfig ( topicName : String , topicConfig : MutableMap < String , String > ) : Single < Void >
open fun rxClose ( ) : Single < Void >
open fun rxCreateTopic ( topicName : String , partitionCount : Int , replicationFactor : Int ) : Single < Void >
open fun rxCreateTopic ( topicName : String , partitionCount : Int , replicationFactor : Int , topicConfig : MutableMap < String , String > ) : Single < Void >
open fun rxDeleteTopic ( topicName : String ) : Single < Void >
open fun rxTopicExists ( topicName : String ) : Single < Boolean >
open fun toString ( ) : String
open fun topicExists ( topicName : String , completionHandler : Handler < AsyncResult < Boolean > > ) : Unit
package io.vertx.rxjava.kafka.client.consumer
Module Contents
open class KafkaConsumer < K : Any , V : Any > : ReadStream < KafkaConsumerRecord < K , V > >
Module Contents
KafkaConsumer ( delegate : KafkaConsumer < Any , Any > )
KafkaConsumer ( delegate : KafkaConsumer < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < KafkaConsumer < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun assign ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun assign ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun assign ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun assign ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun assignment ( handler : Handler < AsyncResult < MutableSet < TopicPartition > > > ) : KafkaConsumer < K , V >
open fun batchHandler ( handler : Handler < KafkaConsumerRecords < K , V > > ) : KafkaConsumer < K , V >
open fun beginningOffsets ( topicPartition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
open fun close ( ) : Unit
open fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun commit ( ) : Unit
open fun commit ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun committed ( topicPartition : TopicPartition , handler : Handler < AsyncResult < OffsetAndMetadata > > ) : Unit
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > ) : KafkaConsumer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaConsumer < K , V >
open fun endHandler ( endHandler : Handler < Void > ) : KafkaConsumer < K , V >
open fun endOffsets ( topicPartition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : KafkaConsumer < K , V >
open fun getDelegate ( ) : KafkaConsumer < Any , Any >
open fun handler ( handler : Handler < KafkaConsumerRecord < K , V > > ) : KafkaConsumer < K , V >
open fun hashCode ( ) : Int
open static fun < K : Any , V : Any > newInstance ( arg : KafkaConsumer < Any , Any > ) : KafkaConsumer < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : KafkaConsumer < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : KafkaConsumer < K , V >
open fun offsetsForTimes ( topicPartition : TopicPartition , timestamp : Long , handler : Handler < AsyncResult < OffsetAndTimestamp > > ) : Unit
open fun partitionsAssignedHandler ( handler : Handler < MutableSet < TopicPartition > > ) : KafkaConsumer < K , V >
open fun partitionsFor ( topic : String , handler : Handler < AsyncResult < MutableList < PartitionInfo > > > ) : KafkaConsumer < K , V >
open fun partitionsRevokedHandler ( handler : Handler < MutableSet < TopicPartition > > ) : KafkaConsumer < K , V >
open fun pause ( ) : KafkaConsumer < K , V >
open fun pause ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun pause ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun pause ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun pause ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun paused ( handler : Handler < AsyncResult < MutableSet < TopicPartition > > > ) : Unit
open fun pollTimeout ( timeout : Long ) : KafkaConsumer < K , V >
open fun position ( partition : TopicPartition , handler : Handler < AsyncResult < Long > > ) : Unit
open fun resume ( ) : KafkaConsumer < K , V >
open fun resume ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun resume ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun resume ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun resume ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun rxAssign ( topicPartition : TopicPartition ) : Single < Void >
open fun rxAssign ( topicPartitions : MutableSet < TopicPartition > ) : Single < Void >
open fun rxAssignment ( ) : Single < MutableSet < TopicPartition > >
open fun rxBeginningOffsets ( topicPartition : TopicPartition ) : Single < Long >
open fun rxClose ( ) : Single < Void >
open fun rxCommit ( ) : Single < Void >
open fun rxCommitted ( topicPartition : TopicPartition ) : Single < OffsetAndMetadata >
open fun rxEndOffsets ( topicPartition : TopicPartition ) : Single < Long >
open fun rxOffsetsForTimes ( topicPartition : TopicPartition , timestamp : Long ) : Single < OffsetAndTimestamp >
open fun rxPartitionsFor ( topic : String ) : Single < MutableList < PartitionInfo > >
open fun rxPause ( topicPartition : TopicPartition ) : Single < Void >
open fun rxPause ( topicPartitions : MutableSet < TopicPartition > ) : Single < Void >
open fun rxPaused ( ) : Single < MutableSet < TopicPartition > >
open fun rxPosition ( partition : TopicPartition ) : Single < Long >
open fun rxResume ( topicPartition : TopicPartition ) : Single < Void >
open fun rxResume ( topicPartitions : MutableSet < TopicPartition > ) : Single < Void >
open fun rxSeek ( topicPartition : TopicPartition , offset : Long ) : Single < Void >
open fun rxSeekToBeginning ( topicPartition : TopicPartition ) : Single < Void >
open fun rxSeekToBeginning ( topicPartitions : MutableSet < TopicPartition > ) : Single < Void >
open fun rxSeekToEnd ( topicPartition : TopicPartition ) : Single < Void >
open fun rxSeekToEnd ( topicPartitions : MutableSet < TopicPartition > ) : Single < Void >
open fun rxSubscribe ( topic : String ) : Single < Void >
open fun rxSubscribe ( topics : MutableSet < String > ) : Single < Void >
open fun rxSubscription ( ) : Single < MutableSet < String > >
open fun rxUnsubscribe ( ) : Single < Void >
open fun seek ( topicPartition : TopicPartition , offset : Long ) : KafkaConsumer < K , V >
open fun seek ( topicPartition : TopicPartition , offset : Long , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun seekToBeginning ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun seekToBeginning ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun seekToBeginning ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun seekToBeginning ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun seekToEnd ( topicPartition : TopicPartition ) : KafkaConsumer < K , V >
open fun seekToEnd ( topicPartitions : MutableSet < TopicPartition > ) : KafkaConsumer < K , V >
open fun seekToEnd ( topicPartition : TopicPartition , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun seekToEnd ( topicPartitions : MutableSet < TopicPartition > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun subscribe ( topic : String ) : KafkaConsumer < K , V >
open fun subscribe ( topics : MutableSet < String > ) : KafkaConsumer < K , V >
open fun subscribe ( topic : String , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun subscribe ( topics : MutableSet < String > , completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open fun subscription ( handler : Handler < AsyncResult < MutableSet < String > > > ) : KafkaConsumer < K , V >
open fun toObservable ( ) : Observable < KafkaConsumerRecord < K , V > >
open fun toString ( ) : String
open fun unsubscribe ( ) : KafkaConsumer < K , V >
open fun unsubscribe ( completionHandler : Handler < AsyncResult < Void > > ) : KafkaConsumer < K , V >
open class KafkaConsumerRecords < K : Any , V : Any >
Module Contents
KafkaConsumerRecords ( delegate : KafkaConsumerRecords < Any , Any > )
KafkaConsumerRecords ( delegate : KafkaConsumerRecords < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < KafkaConsumerRecords < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : KafkaConsumerRecords < Any , Any >
open fun hashCode ( ) : Int
open fun isEmpty ( ) : Boolean
open static fun < K : Any , V : Any > newInstance ( arg : KafkaConsumerRecords < Any , Any > ) : KafkaConsumerRecords < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : KafkaConsumerRecords < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : KafkaConsumerRecords < K , V >
open fun recordAt ( index : Int ) : KafkaConsumerRecord < K , V >
open fun size ( ) : Int
open fun toString ( ) : String
package io.vertx.rxjava.kafka.client.producer
Module Contents
open class KafkaProducer < K : Any , V : Any > : WriteStream < KafkaProducerRecord < K , V > >
Module Contents
KafkaProducer ( delegate : KafkaProducer < Any , Any > )
KafkaProducer ( delegate : KafkaProducer < Any , Any > , typeArg_0 : TypeArg < K > , typeArg_1 : TypeArg < V > )
static val __TYPE_ARG : TypeArg < KafkaProducer < Any , Any > >
val __typeArg_0 : TypeArg < K >
val __typeArg_1 : TypeArg < V >
open fun close ( ) : Unit
open fun close ( completionHandler : Handler < AsyncResult < Void > > ) : Unit
open fun close ( timeout : Long , completionHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > create ( vertx : Vertx , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > createShared ( vertx : Vertx , name : String , config : MutableMap < String , String > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > createShared ( vertx : Vertx , name : String , config : MutableMap < String , String > , keyType : Class < K > , valueType : Class < V > ) : KafkaProducer < K , V >
open fun drainHandler ( handler : Handler < Void > ) : KafkaProducer < K , V >
open fun end ( ) : Unit
open fun end ( kafkaProducerRecord : KafkaProducerRecord < K , V > ) : Unit
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : KafkaProducer < K , V >
open fun flush ( completionHandler : Handler < Void > ) : KafkaProducer < K , V >
open fun getDelegate ( ) : KafkaProducer < Any , Any >
open fun hashCode ( ) : Int
open static fun < K : Any , V : Any > newInstance ( arg : KafkaProducer < Any , Any > ) : KafkaProducer < K , V >
open static fun < K : Any , V : Any > newInstance ( arg : KafkaProducer < Any , Any > , __typeArg_K : TypeArg < K > , __typeArg_V : TypeArg < V > ) : KafkaProducer < K , V >
open fun partitionsFor ( topic : String , handler : Handler < AsyncResult < MutableList < PartitionInfo > > > ) : KafkaProducer < K , V >
open fun rxClose ( ) : Single < Void >
open fun rxClose ( timeout : Long ) : Single < Void >
open fun rxPartitionsFor ( topic : String ) : Single < MutableList < PartitionInfo > >
open fun rxWrite ( record : KafkaProducerRecord < K , V > ) : Single < RecordMetadata >
open fun setWriteQueueMaxSize ( i : Int ) : KafkaProducer < K , V >
open fun toString ( ) : String
open fun write ( kafkaProducerRecord : KafkaProducerRecord < K , V > ) : KafkaProducer < K , V >
open fun write ( record : KafkaProducerRecord < K , V > , handler : Handler < AsyncResult < RecordMetadata > > ) : KafkaProducer < K , V >
open fun writeQueueFull ( ) : Boolean
package io.vertx.rxjava.micrometer
package io.vertx.rxjava.mqtt
Module Contents
open class MqttClient
Module Contents
MqttClient ( delegate : MqttClient )
static val __TYPE_ARG : TypeArg < MqttClient >
open fun clientId ( ) : String
open fun closeHandler ( closeHandler : Handler < Void > ) : MqttClient
open fun connect ( port : Int , host : String , connectHandler : Handler < AsyncResult < MqttConnAckMessage > > ) : MqttClient
open fun connect ( port : Int , host : String , serverName : String , connectHandler : Handler < AsyncResult < MqttConnAckMessage > > ) : MqttClient
open static fun create ( vertx : Vertx , options : MqttClientOptions ) : MqttClient
open static fun create ( vertx : Vertx ) : MqttClient
open fun disconnect ( ) : MqttClient
open fun disconnect ( disconnectHandler : Handler < AsyncResult < Void > > ) : MqttClient
open fun equals ( other : Any ? ) : Boolean
open fun exceptionHandler ( handler : Handler < Throwable > ) : MqttClient
open fun getDelegate ( ) : MqttClient
open fun hashCode ( ) : Int
open fun isConnected ( ) : Boolean
open static fun newInstance ( arg : MqttClient ) : MqttClient
open fun ping ( ) : MqttClient
open fun pingResponseHandler ( pingResponseHandler : Handler < Void > ) : MqttClient
open fun publish ( topic : String , payload : Buffer , qosLevel : MqttQoS , isDup : Boolean , isRetain : Boolean ) : MqttClient
open fun publish ( topic : String , payload : Buffer , qosLevel : MqttQoS , isDup : Boolean , isRetain : Boolean , publishSentHandler : Handler < AsyncResult < Int > > ) : MqttClient
open fun publishCompletionHandler ( publishCompletionHandler : Handler < Int > ) : MqttClient
open fun publishHandler ( publishHandler : Handler < MqttPublishMessage > ) : MqttClient
open fun rxConnect ( port : Int , host : String ) : Single < MqttConnAckMessage >
open fun rxConnect ( port : Int , host : String , serverName : String ) : Single < MqttConnAckMessage >
open fun rxDisconnect ( ) : Single < Void >
open fun rxPublish ( topic : String , payload : Buffer , qosLevel : MqttQoS , isDup : Boolean , isRetain : Boolean ) : Single < Int >
open fun rxSubscribe ( topic : String , qos : Int ) : Single < Int >
open fun rxSubscribe ( topics : MutableMap < String , Int > ) : Single < Int >
open fun rxUnsubscribe ( topic : String ) : Single < Int >
open fun subscribe ( topic : String , qos : Int ) : MqttClient
open fun subscribe ( topic : String , qos : Int , subscribeSentHandler : Handler < AsyncResult < Int > > ) : MqttClient
open fun subscribe ( topics : MutableMap < String , Int > ) : MqttClient
open fun subscribe ( topics : MutableMap < String , Int > , subscribeSentHandler : Handler < AsyncResult < Int > > ) : MqttClient
open fun subscribeCompletionHandler ( subscribeCompletionHandler : Handler < MqttSubAckMessage > ) : MqttClient
open fun toString ( ) : String
open fun unsubscribe ( topic : String ) : MqttClient
open fun unsubscribe ( topic : String , unsubscribeSentHandler : Handler < AsyncResult < Int > > ) : MqttClient
open fun unsubscribeCompletionHandler ( unsubscribeCompletionHandler : Handler < Int > ) : MqttClient
open class MqttEndpoint
open class MqttServer
package io.vertx.rxjava.mqtt.messages
package io.vertx.rxjava.rabbitmq
Module Contents
open class RabbitMQClient
Module Contents
RabbitMQClient ( delegate : RabbitMQClient )
static val __TYPE_ARG : TypeArg < RabbitMQClient >
open fun basicAck ( deliveryTag : Long , multiple : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun basicConsume ( queue : String , address : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun basicConsume ( queue : String , address : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun basicConsume ( queue : String , address : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < Void > > , errorHandler : Handler < Throwable > ) : Unit
open fun basicGet ( queue : String , autoAck : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun basicNack ( deliveryTag : Long , multiple : Boolean , requeue : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun basicPublish ( exchange : String , routingKey : String , message : JsonObject , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun basicQos ( prefetchCount : Int , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun confirmSelect ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open static fun create ( vertx : Vertx , config : RabbitMQOptions ) : RabbitMQClient
open fun equals ( other : Any ? ) : Boolean
open fun exchangeBind ( destination : String , source : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun exchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun exchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean , config : JsonObject , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun exchangeDelete ( exchange : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun exchangeUnbind ( destination : String , source : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun getDelegate ( ) : RabbitMQClient
open fun hashCode ( ) : Int
open fun isConnected ( ) : Boolean
open fun isOpenChannel ( ) : Boolean
open fun messageCount ( queue : String , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open static fun newInstance ( arg : RabbitMQClient ) : RabbitMQClient
open fun queueBind ( queue : String , exchange : String , routingKey : String , resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun queueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun queueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean , config : JsonObject , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun queueDeclareAuto ( resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun queueDelete ( queue : String , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun queueDeleteIf ( queue : String , ifUnused : Boolean , ifEmpty : Boolean , resultHandler : Handler < AsyncResult < JsonObject > > ) : Unit
open fun rxBasicAck ( deliveryTag : Long , multiple : Boolean ) : Single < JsonObject >
open fun rxBasicConsume ( queue : String , address : String ) : Single < Void >
open fun rxBasicConsume ( queue : String , address : String , autoAck : Boolean ) : Single < Void >
open fun rxBasicGet ( queue : String , autoAck : Boolean ) : Single < JsonObject >
open fun rxBasicNack ( deliveryTag : Long , multiple : Boolean , requeue : Boolean ) : Single < JsonObject >
open fun rxBasicPublish ( exchange : String , routingKey : String , message : JsonObject ) : Single < Void >
open fun rxBasicQos ( prefetchCount : Int ) : Single < Void >
open fun rxConfirmSelect ( ) : Single < Void >
open fun rxExchangeBind ( destination : String , source : String , routingKey : String ) : Single < Void >
open fun rxExchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean ) : Single < Void >
open fun rxExchangeDeclare ( exchange : String , type : String , durable : Boolean , autoDelete : Boolean , config : JsonObject ) : Single < Void >
open fun rxExchangeDelete ( exchange : String ) : Single < Void >
open fun rxExchangeUnbind ( destination : String , source : String , routingKey : String ) : Single < Void >
open fun rxMessageCount ( queue : String ) : Single < JsonObject >
open fun rxQueueBind ( queue : String , exchange : String , routingKey : String ) : Single < Void >
open fun rxQueueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean ) : Single < JsonObject >
open fun rxQueueDeclare ( queue : String , durable : Boolean , exclusive : Boolean , autoDelete : Boolean , config : JsonObject ) : Single < JsonObject >
open fun rxQueueDeclareAuto ( ) : Single < JsonObject >
open fun rxQueueDelete ( queue : String ) : Single < JsonObject >
open fun rxQueueDeleteIf ( queue : String , ifUnused : Boolean , ifEmpty : Boolean ) : Single < JsonObject >
open fun rxStart ( ) : Single < Void >
open fun rxStop ( ) : Single < Void >
open fun rxWaitForConfirms ( ) : Single < Void >
open fun rxWaitForConfirms ( timeout : Long ) : Single < Void >
open fun start ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun stop ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun toString ( ) : String
open fun waitForConfirms ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun waitForConfirms ( timeout : Long , resultHandler : Handler < AsyncResult < Void > > ) : Unit
package io.vertx.rxjava.redis
Module Contents
open class RedisClient
Module Contents
RedisClient ( delegate : RedisClient )
static val __TYPE_ARG : TypeArg < RedisClient >
open fun append ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun auth ( password : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun bgrewriteaof ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun bgsave ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun bitcount ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitcountRange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitfield ( key : String , bitFieldOptions : BitFieldOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun bitfieldWithOverflow ( key : String , commands : BitFieldOptions , overflow : BitFieldOverflowOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun bitop ( operation : BitOperation , destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitpos ( key : String , bit : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitposFrom ( key : String , bit : Int , start : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun bitposRange ( key : String , bit : Int , start : Int , stop : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun blpop ( key : String , seconds : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun blpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun brpop ( key : String , seconds : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun brpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun brpoplpush ( key : String , destkey : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientGetname ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientKill ( filter : KillFilter , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun clientList ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientPause ( millis : Long , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientReply ( options : ClientReplyOptions , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun clientSetname ( name : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun clusterAddslots ( slots : MutableList < Long > , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterCountFailureReports ( nodeId : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun clusterCountkeysinslot ( slot : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun clusterDelslots ( slot : Long , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterDelslotsMany ( slots : MutableList < Long > , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterFailOverWithOptions ( options : FailoverOptions , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterFailover ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterForget ( nodeId : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterGetkeysinslot ( slot : Long , count : Long , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun clusterInfo ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun clusterKeyslot ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun clusterMeet ( ip : String , port : Long , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterNodes ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun clusterReplicate ( nodeId : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterReset ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterResetWithOptions ( options : ResetOptions , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSaveconfig ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSetConfigEpoch ( epoch : Long , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSetslot ( slot : Long , subcommand : SlotCmd , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun clusterSlaves ( nodeId : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun clusterSlots ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun command ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun commandCount ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun commandGetkeys ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun commandInfo ( commands : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun configGet ( parameter : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun configResetstat ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun configRewrite ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun configSet ( parameter : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open static fun create ( vertx : Vertx ) : RedisClient
open static fun create ( vertx : Vertx , config : RedisOptions ) : RedisClient
open fun dbsize ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun debugObject ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun debugSegfault ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun decr ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun decrby ( key : String , decrement : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun del ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun delMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun dump ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun echo ( message : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun equals ( other : Any ? ) : Boolean
open fun eval ( script : String , keys : MutableList < String > , args : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun evalScript ( script : Script , keys : MutableList < String > , args : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun evalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun exists ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun existsMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun expire ( key : String , seconds : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun expireat ( key : String , seconds : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun flushall ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun flushdb ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun geoadd ( key : String , longitude : Double , latitude : Double , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun geoaddMany ( key : String , members : MutableList < GeoMember > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun geodist ( key : String , member1 : String , member2 : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun geodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun geohash ( key : String , member : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun geohashMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun geopos ( key : String , member : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun geoposMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun georadius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun georadiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun georadiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun georadiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun get ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun getBinary ( key : String , handler : Handler < AsyncResult < Buffer > > ) : RedisClient
open fun getDelegate ( ) : RedisClient
open fun getbit ( key : String , offset : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun getrange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun getset ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun hashCode ( ) : Int
open fun hdel ( key : String , field : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hdelMany ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hexists ( key : String , field : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hget ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun hgetall ( key : String , handler : Handler < AsyncResult < JsonObject > > ) : RedisClient
open fun hincrby ( key : String , field : String , increment : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hincrbyfloat ( key : String , field : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun hkeys ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun hlen ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hmget ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun hmset ( key : String , values : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun hscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun hset ( key : String , field : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hsetnx ( key : String , field : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hstrlen ( key : String , field : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun hvals ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun incr ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun incrby ( key : String , increment : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun incrbyfloat ( key : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun info ( handler : Handler < AsyncResult < JsonObject > > ) : RedisClient
open fun infoSection ( section : String , handler : Handler < AsyncResult < JsonObject > > ) : RedisClient
open fun keys ( pattern : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun lastsave ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lindex ( key : String , index : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun linsert ( key : String , option : InsertOptions , pivot : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun llen ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun lpush ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lpushx ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lrange ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun lrem ( key : String , count : Long , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun lset ( key : String , index : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun ltrim ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun mget ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun mgetMany ( keys : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun migrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun monitor ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun move ( key : String , destdb : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun mset ( keyvals : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun msetnx ( keyvals : JsonObject , handler : Handler < AsyncResult < Long > > ) : RedisClient
open static fun newInstance ( arg : RedisClient ) : RedisClient
open fun object ( key : String , cmd : ObjectCmd , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun persist ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pexpire ( key : String , millis : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pexpireat ( key : String , millis : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfadd ( key : String , element : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfaddMany ( key : String , elements : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfcount ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfcountMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pfmerge ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun ping ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun psetex ( key : String , millis : Long , value : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun psubscribe ( pattern : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun psubscribeMany ( patterns : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun pttl ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun publish ( channel : String , message : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pubsubChannels ( pattern : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun pubsubNumpat ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun pubsubNumsub ( channels : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun punsubscribe ( patterns : MutableList < String > , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun randomkey ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun rename ( key : String , newkey : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun renamenx ( key : String , newkey : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun restore ( key : String , millis : Long , serialized : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun role ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun rpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun rpoplpush ( key : String , destkey : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun rpush ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun rpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun rpushx ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun rxAppend ( key : String , value : String ) : Single < Long >
open fun rxAuth ( password : String ) : Single < String >
open fun rxBgrewriteaof ( ) : Single < String >
open fun rxBgsave ( ) : Single < String >
open fun rxBitcount ( key : String ) : Single < Long >
open fun rxBitcountRange ( key : String , start : Long , end : Long ) : Single < Long >
open fun rxBitfield ( key : String , bitFieldOptions : BitFieldOptions ) : Single < JsonArray >
open fun rxBitfieldWithOverflow ( key : String , commands : BitFieldOptions , overflow : BitFieldOverflowOptions ) : Single < JsonArray >
open fun rxBitop ( operation : BitOperation , destkey : String , keys : MutableList < String > ) : Single < Long >
open fun rxBitpos ( key : String , bit : Int ) : Single < Long >
open fun rxBitposFrom ( key : String , bit : Int , start : Int ) : Single < Long >
open fun rxBitposRange ( key : String , bit : Int , start : Int , stop : Int ) : Single < Long >
open fun rxBlpop ( key : String , seconds : Int ) : Single < JsonArray >
open fun rxBlpopMany ( keys : MutableList < String > , seconds : Int ) : Single < JsonArray >
open fun rxBrpop ( key : String , seconds : Int ) : Single < JsonArray >
open fun rxBrpopMany ( keys : MutableList < String > , seconds : Int ) : Single < JsonArray >
open fun rxBrpoplpush ( key : String , destkey : String , seconds : Int ) : Single < String >
open fun rxClientGetname ( ) : Single < String >
open fun rxClientKill ( filter : KillFilter ) : Single < Long >
open fun rxClientList ( ) : Single < String >
open fun rxClientPause ( millis : Long ) : Single < String >
open fun rxClientReply ( options : ClientReplyOptions ) : Single < String >
open fun rxClientSetname ( name : String ) : Single < String >
open fun rxClose ( ) : Single < Void >
open fun rxClusterAddslots ( slots : MutableList < Long > ) : Single < Void >
open fun rxClusterCountFailureReports ( nodeId : String ) : Single < Long >
open fun rxClusterCountkeysinslot ( slot : Long ) : Single < Long >
open fun rxClusterDelslots ( slot : Long ) : Single < Void >
open fun rxClusterDelslotsMany ( slots : MutableList < Long > ) : Single < Void >
open fun rxClusterFailOverWithOptions ( options : FailoverOptions ) : Single < Void >
open fun rxClusterFailover ( ) : Single < Void >
open fun rxClusterForget ( nodeId : String ) : Single < Void >
open fun rxClusterGetkeysinslot ( slot : Long , count : Long ) : Single < JsonArray >
open fun rxClusterInfo ( ) : Single < JsonArray >
open fun rxClusterKeyslot ( key : String ) : Single < Long >
open fun rxClusterMeet ( ip : String , port : Long ) : Single < Void >
open fun rxClusterNodes ( ) : Single < JsonArray >
open fun rxClusterReplicate ( nodeId : String ) : Single < Void >
open fun rxClusterReset ( ) : Single < Void >
open fun rxClusterResetWithOptions ( options : ResetOptions ) : Single < Void >
open fun rxClusterSaveconfig ( ) : Single < Void >
open fun rxClusterSetConfigEpoch ( epoch : Long ) : Single < Void >
open fun rxClusterSetslot ( slot : Long , subcommand : SlotCmd ) : Single < Void >
open fun rxClusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String ) : Single < Void >
open fun rxClusterSlaves ( nodeId : String ) : Single < JsonArray >
open fun rxClusterSlots ( ) : Single < JsonArray >
open fun rxCommand ( ) : Single < JsonArray >
open fun rxCommandCount ( ) : Single < Long >
open fun rxCommandGetkeys ( ) : Single < JsonArray >
open fun rxCommandInfo ( commands : MutableList < String > ) : Single < JsonArray >
open fun rxConfigGet ( parameter : String ) : Single < JsonArray >
open fun rxConfigResetstat ( ) : Single < String >
open fun rxConfigRewrite ( ) : Single < String >
open fun rxConfigSet ( parameter : String , value : String ) : Single < String >
open fun rxDbsize ( ) : Single < Long >
open fun rxDebugObject ( key : String ) : Single < String >
open fun rxDebugSegfault ( ) : Single < String >
open fun rxDecr ( key : String ) : Single < Long >
open fun rxDecrby ( key : String , decrement : Long ) : Single < Long >
open fun rxDel ( key : String ) : Single < Long >
open fun rxDelMany ( keys : MutableList < String > ) : Single < Long >
open fun rxDump ( key : String ) : Single < String >
open fun rxEcho ( message : String ) : Single < String >
open fun rxEval ( script : String , keys : MutableList < String > , args : MutableList < String > ) : Single < JsonArray >
open fun rxEvalScript ( script : Script , keys : MutableList < String > , args : MutableList < String > ) : Single < JsonArray >
open fun rxEvalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > ) : Single < JsonArray >
open fun rxExists ( key : String ) : Single < Long >
open fun rxExistsMany ( keys : MutableList < String > ) : Single < Long >
open fun rxExpire ( key : String , seconds : Long ) : Single < Long >
open fun rxExpireat ( key : String , seconds : Long ) : Single < Long >
open fun rxFlushall ( ) : Single < String >
open fun rxFlushdb ( ) : Single < String >
open fun rxGeoadd ( key : String , longitude : Double , latitude : Double , member : String ) : Single < Long >
open fun rxGeoaddMany ( key : String , members : MutableList < GeoMember > ) : Single < Long >
open fun rxGeodist ( key : String , member1 : String , member2 : String ) : Single < String >
open fun rxGeodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit ) : Single < String >
open fun rxGeohash ( key : String , member : String ) : Single < JsonArray >
open fun rxGeohashMany ( key : String , members : MutableList < String > ) : Single < JsonArray >
open fun rxGeopos ( key : String , member : String ) : Single < JsonArray >
open fun rxGeoposMany ( key : String , members : MutableList < String > ) : Single < JsonArray >
open fun rxGeoradius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit ) : Single < JsonArray >
open fun rxGeoradiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions ) : Single < JsonArray >
open fun rxGeoradiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit ) : Single < JsonArray >
open fun rxGeoradiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions ) : Single < JsonArray >
open fun rxGet ( key : String ) : Single < String >
open fun rxGetBinary ( key : String ) : Single < Buffer >
open fun rxGetbit ( key : String , offset : Long ) : Single < Long >
open fun rxGetrange ( key : String , start : Long , end : Long ) : Single < String >
open fun rxGetset ( key : String , value : String ) : Single < String >
open fun rxHdel ( key : String , field : String ) : Single < Long >
open fun rxHdelMany ( key : String , fields : MutableList < String > ) : Single < Long >
open fun rxHexists ( key : String , field : String ) : Single < Long >
open fun rxHget ( key : String , field : String ) : Single < String >
open fun rxHgetall ( key : String ) : Single < JsonObject >
open fun rxHincrby ( key : String , field : String , increment : Long ) : Single < Long >
open fun rxHincrbyfloat ( key : String , field : String , increment : Double ) : Single < String >
open fun rxHkeys ( key : String ) : Single < JsonArray >
open fun rxHlen ( key : String ) : Single < Long >
open fun rxHmget ( key : String , fields : MutableList < String > ) : Single < JsonArray >
open fun rxHmset ( key : String , values : JsonObject ) : Single < String >
open fun rxHscan ( key : String , cursor : String , options : ScanOptions ) : Single < JsonArray >
open fun rxHset ( key : String , field : String , value : String ) : Single < Long >
open fun rxHsetnx ( key : String , field : String , value : String ) : Single < Long >
open fun rxHstrlen ( key : String , field : String ) : Single < Long >
open fun rxHvals ( key : String ) : Single < JsonArray >
open fun rxIncr ( key : String ) : Single < Long >
open fun rxIncrby ( key : String , increment : Long ) : Single < Long >
open fun rxIncrbyfloat ( key : String , increment : Double ) : Single < String >
open fun rxInfo ( ) : Single < JsonObject >
open fun rxInfoSection ( section : String ) : Single < JsonObject >
open fun rxKeys ( pattern : String ) : Single < JsonArray >
open fun rxLastsave ( ) : Single < Long >
open fun rxLindex ( key : String , index : Int ) : Single < String >
open fun rxLinsert ( key : String , option : InsertOptions , pivot : String , value : String ) : Single < Long >
open fun rxLlen ( key : String ) : Single < Long >
open fun rxLpop ( key : String ) : Single < String >
open fun rxLpush ( key : String , value : String ) : Single < Long >
open fun rxLpushMany ( key : String , values : MutableList < String > ) : Single < Long >
open fun rxLpushx ( key : String , value : String ) : Single < Long >
open fun rxLrange ( key : String , from : Long , to : Long ) : Single < JsonArray >
open fun rxLrem ( key : String , count : Long , value : String ) : Single < Long >
open fun rxLset ( key : String , index : Long , value : String ) : Single < String >
open fun rxLtrim ( key : String , from : Long , to : Long ) : Single < String >
open fun rxMget ( key : String ) : Single < JsonArray >
open fun rxMgetMany ( keys : MutableList < String > ) : Single < JsonArray >
open fun rxMigrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions ) : Single < String >
open fun rxMonitor ( ) : Single < Void >
open fun rxMove ( key : String , destdb : Int ) : Single < Long >
open fun rxMset ( keyvals : JsonObject ) : Single < String >
open fun rxMsetnx ( keyvals : JsonObject ) : Single < Long >
open fun rxObject ( key : String , cmd : ObjectCmd ) : Single < Void >
open fun rxPersist ( key : String ) : Single < Long >
open fun rxPexpire ( key : String , millis : Long ) : Single < Long >
open fun rxPexpireat ( key : String , millis : Long ) : Single < Long >
open fun rxPfadd ( key : String , element : String ) : Single < Long >
open fun rxPfaddMany ( key : String , elements : MutableList < String > ) : Single < Long >
open fun rxPfcount ( key : String ) : Single < Long >
open fun rxPfcountMany ( keys : MutableList < String > ) : Single < Long >
open fun rxPfmerge ( destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxPing ( ) : Single < String >
open fun rxPsetex ( key : String , millis : Long , value : String ) : Single < Void >
open fun rxPsubscribe ( pattern : String ) : Single < JsonArray >
open fun rxPsubscribeMany ( patterns : MutableList < String > ) : Single < JsonArray >
open fun rxPttl ( key : String ) : Single < Long >
open fun rxPublish ( channel : String , message : String ) : Single < Long >
open fun rxPubsubChannels ( pattern : String ) : Single < JsonArray >
open fun rxPubsubNumpat ( ) : Single < Long >
open fun rxPubsubNumsub ( channels : MutableList < String > ) : Single < JsonArray >
open fun rxPunsubscribe ( patterns : MutableList < String > ) : Single < Void >
open fun rxRandomkey ( ) : Single < String >
open fun rxRename ( key : String , newkey : String ) : Single < String >
open fun rxRenamenx ( key : String , newkey : String ) : Single < Long >
open fun rxRestore ( key : String , millis : Long , serialized : String ) : Single < String >
open fun rxRole ( ) : Single < JsonArray >
open fun rxRpop ( key : String ) : Single < String >
open fun rxRpoplpush ( key : String , destkey : String ) : Single < String >
open fun rxRpush ( key : String , value : String ) : Single < Long >
open fun rxRpushMany ( key : String , values : MutableList < String > ) : Single < Long >
open fun rxRpushx ( key : String , value : String ) : Single < Long >
open fun rxSadd ( key : String , member : String ) : Single < Long >
open fun rxSaddMany ( key : String , members : MutableList < String > ) : Single < Long >
open fun rxSave ( ) : Single < String >
open fun rxScan ( cursor : String , options : ScanOptions ) : Single < JsonArray >
open fun rxScard ( key : String ) : Single < Long >
open fun rxScriptDebug ( scriptDebugOptions : ScriptDebugOptions ) : Single < String >
open fun rxScriptExists ( script : String ) : Single < JsonArray >
open fun rxScriptExistsMany ( scripts : MutableList < String > ) : Single < JsonArray >
open fun rxScriptFlush ( ) : Single < String >
open fun rxScriptKill ( ) : Single < String >
open fun rxScriptLoad ( script : String ) : Single < String >
open fun rxSdiff ( key : String , cmpkeys : MutableList < String > ) : Single < JsonArray >
open fun rxSdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > ) : Single < Long >
open fun rxSelect ( dbindex : Int ) : Single < String >
open fun rxSet ( key : String , value : String ) : Single < Void >
open fun rxSetBinary ( key : String , value : Buffer ) : Single < Void >
open fun rxSetBinaryWithOptions ( key : String , value : Buffer , options : SetOptions ) : Single < Void >
open fun rxSetWithOptions ( key : String , value : String , options : SetOptions ) : Single < String >
open fun rxSetbit ( key : String , offset : Long , bit : Int ) : Single < Long >
open fun rxSetex ( key : String , seconds : Long , value : String ) : Single < String >
open fun rxSetnx ( key : String , value : String ) : Single < Long >
open fun rxSetrange ( key : String , offset : Int , value : String ) : Single < Long >
open fun rxSinter ( keys : MutableList < String > ) : Single < JsonArray >
open fun rxSinterstore ( destkey : String , keys : MutableList < String > ) : Single < Long >
open fun rxSismember ( key : String , member : String ) : Single < Long >
open fun rxSlaveof ( host : String , port : Int ) : Single < String >
open fun rxSlaveofNoone ( ) : Single < String >
open fun rxSlowlogGet ( limit : Int ) : Single < JsonArray >
open fun rxSlowlogLen ( ) : Single < Long >
open fun rxSlowlogReset ( ) : Single < Void >
open fun rxSmembers ( key : String ) : Single < JsonArray >
open fun rxSmove ( key : String , destkey : String , member : String ) : Single < Long >
open fun rxSort ( key : String , options : SortOptions ) : Single < JsonArray >
open fun rxSpop ( key : String ) : Single < String >
open fun rxSpopMany ( key : String , count : Int ) : Single < JsonArray >
open fun rxSrandmember ( key : String ) : Single < String >
open fun rxSrandmemberCount ( key : String , count : Int ) : Single < JsonArray >
open fun rxSrem ( key : String , member : String ) : Single < Long >
open fun rxSremMany ( key : String , members : MutableList < String > ) : Single < Long >
open fun rxSscan ( key : String , cursor : String , options : ScanOptions ) : Single < JsonArray >
open fun rxStrlen ( key : String ) : Single < Long >
open fun rxSubscribe ( channel : String ) : Single < JsonArray >
open fun rxSubscribeMany ( channels : MutableList < String > ) : Single < JsonArray >
open fun rxSunion ( keys : MutableList < String > ) : Single < JsonArray >
open fun rxSunionstore ( destkey : String , keys : MutableList < String > ) : Single < Long >
open fun rxSwapdb ( index1 : Int , index2 : Int ) : Single < String >
open fun rxSync ( ) : Single < Void >
open fun rxTime ( ) : Single < JsonArray >
open fun rxTouch ( key : String ) : Single < Long >
open fun rxTouchMany ( keys : MutableList < String > ) : Single < Long >
open fun rxTtl ( key : String ) : Single < Long >
open fun rxType ( key : String ) : Single < String >
open fun rxUnlink ( key : String ) : Single < Long >
open fun rxUnlinkMany ( keys : MutableList < String > ) : Single < Long >
open fun rxUnsubscribe ( channels : MutableList < String > ) : Single < Void >
open fun rxWait ( numSlaves : Long , timeout : Long ) : Single < String >
open fun rxZadd ( key : String , score : Double , member : String ) : Single < Long >
open fun rxZaddMany ( key : String , members : MutableMap < String , Double > ) : Single < Long >
open fun rxZcard ( key : String ) : Single < Long >
open fun rxZcount ( key : String , min : Double , max : Double ) : Single < Long >
open fun rxZincrby ( key : String , increment : Double , member : String ) : Single < String >
open fun rxZinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions ) : Single < Long >
open fun rxZinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions ) : Single < Long >
open fun rxZlexcount ( key : String , min : String , max : String ) : Single < Long >
open fun rxZrange ( key : String , start : Long , stop : Long ) : Single < JsonArray >
open fun rxZrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions ) : Single < JsonArray >
open fun rxZrangebylex ( key : String , min : String , max : String , options : LimitOptions ) : Single < JsonArray >
open fun rxZrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions ) : Single < JsonArray >
open fun rxZrank ( key : String , member : String ) : Single < Long >
open fun rxZrem ( key : String , member : String ) : Single < Long >
open fun rxZremMany ( key : String , members : MutableList < String > ) : Single < Long >
open fun rxZremrangebylex ( key : String , min : String , max : String ) : Single < Long >
open fun rxZremrangebyrank ( key : String , start : Long , stop : Long ) : Single < Long >
open fun rxZremrangebyscore ( key : String , min : String , max : String ) : Single < Long >
open fun rxZrevrange ( key : String , start : Long , stop : Long , options : RangeOptions ) : Single < JsonArray >
open fun rxZrevrangebylex ( key : String , max : String , min : String , options : LimitOptions ) : Single < JsonArray >
open fun rxZrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions ) : Single < JsonArray >
open fun rxZrevrank ( key : String , member : String ) : Single < Long >
open fun rxZscan ( key : String , cursor : String , options : ScanOptions ) : Single < JsonArray >
open fun rxZscore ( key : String , member : String ) : Single < String >
open fun rxZunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions ) : Single < Long >
open fun rxZunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions ) : Single < Long >
open fun sadd ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun saddMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun save ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun scan ( cursor : String , options : ScanOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun scard ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun scriptDebug ( scriptDebugOptions : ScriptDebugOptions , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun scriptExists ( script : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun scriptExistsMany ( scripts : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun scriptFlush ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun scriptKill ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun scriptLoad ( script : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun sdiff ( key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun sdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun select ( dbindex : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun set ( key : String , value : String , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun setBinary ( key : String , value : Buffer , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun setBinaryWithOptions ( key : String , value : Buffer , options : SetOptions , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun setWithOptions ( key : String , value : String , options : SetOptions , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun setbit ( key : String , offset : Long , bit : Int , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun setex ( key : String , seconds : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun setnx ( key : String , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun setrange ( key : String , offset : Int , value : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sinter ( keys : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun sinterstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sismember ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun slaveof ( host : String , port : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun slaveofNoone ( handler : Handler < AsyncResult < String > > ) : RedisClient
open fun slowlogGet ( limit : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun slowlogLen ( handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun slowlogReset ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun smembers ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun smove ( key : String , destkey : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sort ( key : String , options : SortOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun spop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun spopMany ( key : String , count : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun srandmember ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun srandmemberCount ( key : String , count : Int , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun srem ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun sscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun strlen ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun subscribe ( channel : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun subscribeMany ( channels : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun sunion ( keys : MutableList < String > , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun sunionstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun swapdb ( index1 : Int , index2 : Int , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun sync ( handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun time ( handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun toString ( ) : String
open fun touch ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun touchMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun transaction ( ) : RedisTransaction
open fun ttl ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun type ( key : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun unlink ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun unlinkMany ( keys : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun unsubscribe ( channels : MutableList < String > , handler : Handler < AsyncResult < Void > > ) : RedisClient
open fun wait ( numSlaves : Long , timeout : Long , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun zadd ( key : String , score : Double , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zaddMany ( key : String , members : MutableMap < String , Double > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zcard ( key : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zcount ( key : String , min : Double , max : Double , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zincrby ( key : String , increment : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun zinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zlexcount ( key : String , min : String , max : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zrange ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrangebylex ( key : String , min : String , max : String , options : LimitOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrank ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zrem ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zremrangebylex ( key : String , min : String , max : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zremrangebyrank ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zremrangebyscore ( key : String , min : String , max : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zrevrange ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrevrangebylex ( key : String , max : String , min : String , options : LimitOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zrevrank ( key : String , member : String , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < JsonArray > > ) : RedisClient
open fun zscore ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisClient
open fun zunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < Long > > ) : RedisClient
open fun zunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < Long > > ) : RedisClient
open class RedisTransaction
Module Contents
RedisTransaction ( delegate : RedisTransaction )
static val __TYPE_ARG : TypeArg < RedisTransaction >
open fun append ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun auth ( password : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bgrewriteaof ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bgsave ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitcount ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitcountRange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitop ( operation : BitOperation , destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitpos ( key : String , bit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitposFrom ( key : String , bit : Int , start : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun bitposRange ( key : String , bit : Int , start : Int , stop : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun blpop ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun blpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun brpop ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun brpopMany ( keys : MutableList < String > , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun brpoplpush ( key : String , destkey : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientGetname ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientKill ( filter : KillFilter , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientList ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientPause ( millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clientSetname ( name : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun close ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun clusterAddslots ( slots : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterCountFailureReports ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterCountkeysinslot ( slot : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterDelslots ( slot : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterDelslotsMany ( slots : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterFailOverWithOptions ( options : FailoverOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterFailover ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterForget ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterGetkeysinslot ( slot : Long , count : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterInfo ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterKeyslot ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterMeet ( ip : String , port : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterNodes ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterReplicate ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterReset ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterResetWithOptions ( options : ResetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSaveconfig ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSetConfigEpoch ( epoch : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSetslot ( slot : Long , subcommand : SlotCmd , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSlaves ( nodeId : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun clusterSlots ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun command ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun commandCount ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun commandGetkeys ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun commandInfo ( commands : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun configGet ( parameter : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun configResetstat ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun configRewrite ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun configSet ( parameter : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun dbsize ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun debugObject ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun debugSegfault ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun decr ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun decrby ( key : String , decrement : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun del ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun delMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun discard ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun dump ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun echo ( message : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun equals ( other : Any ? ) : Boolean
open fun eval ( script : String , keys : MutableList < String > , args : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun evalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun exec ( handler : Handler < AsyncResult < JsonArray > > ) : RedisTransaction
open fun exists ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun existsMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun expire ( key : String , seconds : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun expireat ( key : String , seconds : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun flushall ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun flushdb ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geoadd ( key : String , longitude : Double , latitude : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geoaddMany ( key : String , members : MutableList < GeoMember > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geodist ( key : String , member1 : String , member2 : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geohash ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geohashMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geopos ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun geoposMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun georadius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun georadiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun georadiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun georadiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun get ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun getBinary ( key : String , handler : Handler < AsyncResult < Buffer > > ) : RedisTransaction
open fun getDelegate ( ) : RedisTransaction
open fun getbit ( key : String , offset : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun getrange ( key : String , start : Long , end : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun getset ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hashCode ( ) : Int
open fun hdel ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hdelMany ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hexists ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hget ( key : String , field : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hgetall ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hincrby ( key : String , field : String , increment : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hincrbyfloat ( key : String , field : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hkeys ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hlen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hmget ( key : String , fields : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hmset ( key : String , values : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hset ( key : String , field : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hsetnx ( key : String , field : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun hvals ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun incr ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun incrby ( key : String , increment : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun incrbyfloat ( key : String , increment : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun info ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun infoSection ( section : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun keys ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lastsave ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lindex ( key : String , index : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun linsert ( key : String , option : InsertOptions , pivot : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun llen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lpush ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lpushx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lrange ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lrem ( key : String , count : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun lset ( key : String , index : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun ltrim ( key : String , from : Long , to : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun mget ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun mgetMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun migrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun monitor ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun move ( key : String , destdb : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun mset ( keyvals : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun msetnx ( keyvals : JsonObject , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun multi ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open static fun newInstance ( arg : RedisTransaction ) : RedisTransaction
open fun object ( key : String , cmd : ObjectCmd , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun persist ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pexpire ( key : String , millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pexpireat ( key : String , millis : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfadd ( key : String , element : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfaddMany ( key : String , elements : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfcount ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfcountMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pfmerge ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun ping ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun psetex ( key : String , millis : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun psubscribe ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun psubscribeMany ( patterns : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pttl ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun publish ( channel : String , message : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pubsubChannels ( pattern : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pubsubNumpat ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun pubsubNumsub ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun punsubscribe ( patterns : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun randomkey ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rename ( key : String , newkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun renamenx ( key : String , newkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun restore ( key : String , millis : Long , serialized : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun role ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpoplpush ( key : String , destkey : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpush ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpushMany ( key : String , values : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rpushx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun rxAppend ( key : String , value : String ) : Single < String >
open fun rxAuth ( password : String ) : Single < String >
open fun rxBgrewriteaof ( ) : Single < String >
open fun rxBgsave ( ) : Single < String >
open fun rxBitcount ( key : String ) : Single < String >
open fun rxBitcountRange ( key : String , start : Long , end : Long ) : Single < String >
open fun rxBitop ( operation : BitOperation , destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxBitpos ( key : String , bit : Int ) : Single < String >
open fun rxBitposFrom ( key : String , bit : Int , start : Int ) : Single < String >
open fun rxBitposRange ( key : String , bit : Int , start : Int , stop : Int ) : Single < String >
open fun rxBlpop ( key : String , seconds : Int ) : Single < String >
open fun rxBlpopMany ( keys : MutableList < String > , seconds : Int ) : Single < String >
open fun rxBrpop ( key : String , seconds : Int ) : Single < String >
open fun rxBrpopMany ( keys : MutableList < String > , seconds : Int ) : Single < String >
open fun rxBrpoplpush ( key : String , destkey : String , seconds : Int ) : Single < String >
open fun rxClientGetname ( ) : Single < String >
open fun rxClientKill ( filter : KillFilter ) : Single < String >
open fun rxClientList ( ) : Single < String >
open fun rxClientPause ( millis : Long ) : Single < String >
open fun rxClientSetname ( name : String ) : Single < String >
open fun rxClose ( ) : Single < Void >
open fun rxClusterAddslots ( slots : MutableList < String > ) : Single < String >
open fun rxClusterCountFailureReports ( nodeId : String ) : Single < String >
open fun rxClusterCountkeysinslot ( slot : Long ) : Single < String >
open fun rxClusterDelslots ( slot : Long ) : Single < String >
open fun rxClusterDelslotsMany ( slots : MutableList < String > ) : Single < String >
open fun rxClusterFailOverWithOptions ( options : FailoverOptions ) : Single < String >
open fun rxClusterFailover ( ) : Single < String >
open fun rxClusterForget ( nodeId : String ) : Single < String >
open fun rxClusterGetkeysinslot ( slot : Long , count : Long ) : Single < String >
open fun rxClusterInfo ( ) : Single < String >
open fun rxClusterKeyslot ( key : String ) : Single < String >
open fun rxClusterMeet ( ip : String , port : Long ) : Single < String >
open fun rxClusterNodes ( ) : Single < String >
open fun rxClusterReplicate ( nodeId : String ) : Single < String >
open fun rxClusterReset ( ) : Single < String >
open fun rxClusterResetWithOptions ( options : ResetOptions ) : Single < String >
open fun rxClusterSaveconfig ( ) : Single < String >
open fun rxClusterSetConfigEpoch ( epoch : Long ) : Single < String >
open fun rxClusterSetslot ( slot : Long , subcommand : SlotCmd ) : Single < String >
open fun rxClusterSetslotWithNode ( slot : Long , subcommand : SlotCmd , nodeId : String ) : Single < String >
open fun rxClusterSlaves ( nodeId : String ) : Single < String >
open fun rxClusterSlots ( ) : Single < String >
open fun rxCommand ( ) : Single < String >
open fun rxCommandCount ( ) : Single < String >
open fun rxCommandGetkeys ( ) : Single < String >
open fun rxCommandInfo ( commands : MutableList < String > ) : Single < String >
open fun rxConfigGet ( parameter : String ) : Single < String >
open fun rxConfigResetstat ( ) : Single < String >
open fun rxConfigRewrite ( ) : Single < String >
open fun rxConfigSet ( parameter : String , value : String ) : Single < String >
open fun rxDbsize ( ) : Single < String >
open fun rxDebugObject ( key : String ) : Single < String >
open fun rxDebugSegfault ( ) : Single < String >
open fun rxDecr ( key : String ) : Single < String >
open fun rxDecrby ( key : String , decrement : Long ) : Single < String >
open fun rxDel ( key : String ) : Single < String >
open fun rxDelMany ( keys : MutableList < String > ) : Single < String >
open fun rxDiscard ( ) : Single < String >
open fun rxDump ( key : String ) : Single < String >
open fun rxEcho ( message : String ) : Single < String >
open fun rxEval ( script : String , keys : MutableList < String > , args : MutableList < String > ) : Single < String >
open fun rxEvalsha ( sha1 : String , keys : MutableList < String > , values : MutableList < String > ) : Single < String >
open fun rxExec ( ) : Single < JsonArray >
open fun rxExists ( key : String ) : Single < String >
open fun rxExistsMany ( keys : MutableList < String > ) : Single < String >
open fun rxExpire ( key : String , seconds : Int ) : Single < String >
open fun rxExpireat ( key : String , seconds : Long ) : Single < String >
open fun rxFlushall ( ) : Single < String >
open fun rxFlushdb ( ) : Single < String >
open fun rxGeoadd ( key : String , longitude : Double , latitude : Double , member : String ) : Single < String >
open fun rxGeoaddMany ( key : String , members : MutableList < GeoMember > ) : Single < String >
open fun rxGeodist ( key : String , member1 : String , member2 : String ) : Single < String >
open fun rxGeodistWithUnit ( key : String , member1 : String , member2 : String , unit : GeoUnit ) : Single < String >
open fun rxGeohash ( key : String , member : String ) : Single < String >
open fun rxGeohashMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxGeopos ( key : String , member : String ) : Single < String >
open fun rxGeoposMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxGeoradius ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit ) : Single < String >
open fun rxGeoradiusWithOptions ( key : String , longitude : Double , latitude : Double , radius : Double , unit : GeoUnit , options : GeoRadiusOptions ) : Single < String >
open fun rxGeoradiusbymember ( key : String , member : String , radius : Double , unit : GeoUnit ) : Single < String >
open fun rxGeoradiusbymemberWithOptions ( key : String , member : String , radius : Double , unit : GeoUnit , options : GeoRadiusOptions ) : Single < String >
open fun rxGet ( key : String ) : Single < String >
open fun rxGetBinary ( key : String ) : Single < Buffer >
open fun rxGetbit ( key : String , offset : Long ) : Single < String >
open fun rxGetrange ( key : String , start : Long , end : Long ) : Single < String >
open fun rxGetset ( key : String , value : String ) : Single < String >
open fun rxHdel ( key : String , field : String ) : Single < String >
open fun rxHdelMany ( key : String , fields : MutableList < String > ) : Single < String >
open fun rxHexists ( key : String , field : String ) : Single < String >
open fun rxHget ( key : String , field : String ) : Single < String >
open fun rxHgetall ( key : String ) : Single < String >
open fun rxHincrby ( key : String , field : String , increment : Long ) : Single < String >
open fun rxHincrbyfloat ( key : String , field : String , increment : Double ) : Single < String >
open fun rxHkeys ( key : String ) : Single < String >
open fun rxHlen ( key : String ) : Single < String >
open fun rxHmget ( key : String , fields : MutableList < String > ) : Single < String >
open fun rxHmset ( key : String , values : JsonObject ) : Single < String >
open fun rxHscan ( key : String , cursor : String , options : ScanOptions ) : Single < String >
open fun rxHset ( key : String , field : String , value : String ) : Single < String >
open fun rxHsetnx ( key : String , field : String , value : String ) : Single < String >
open fun rxHvals ( key : String ) : Single < String >
open fun rxIncr ( key : String ) : Single < String >
open fun rxIncrby ( key : String , increment : Long ) : Single < String >
open fun rxIncrbyfloat ( key : String , increment : Double ) : Single < String >
open fun rxInfo ( ) : Single < String >
open fun rxInfoSection ( section : String ) : Single < String >
open fun rxKeys ( pattern : String ) : Single < String >
open fun rxLastsave ( ) : Single < String >
open fun rxLindex ( key : String , index : Int ) : Single < String >
open fun rxLinsert ( key : String , option : InsertOptions , pivot : String , value : String ) : Single < String >
open fun rxLlen ( key : String ) : Single < String >
open fun rxLpop ( key : String ) : Single < String >
open fun rxLpush ( key : String , value : String ) : Single < String >
open fun rxLpushMany ( key : String , values : MutableList < String > ) : Single < String >
open fun rxLpushx ( key : String , value : String ) : Single < String >
open fun rxLrange ( key : String , from : Long , to : Long ) : Single < String >
open fun rxLrem ( key : String , count : Long , value : String ) : Single < String >
open fun rxLset ( key : String , index : Long , value : String ) : Single < String >
open fun rxLtrim ( key : String , from : Long , to : Long ) : Single < String >
open fun rxMget ( key : String ) : Single < String >
open fun rxMgetMany ( keys : MutableList < String > ) : Single < String >
open fun rxMigrate ( host : String , port : Int , key : String , destdb : Int , timeout : Long , options : MigrateOptions ) : Single < String >
open fun rxMonitor ( ) : Single < String >
open fun rxMove ( key : String , destdb : Int ) : Single < String >
open fun rxMset ( keyvals : JsonObject ) : Single < String >
open fun rxMsetnx ( keyvals : JsonObject ) : Single < String >
open fun rxMulti ( ) : Single < String >
open fun rxObject ( key : String , cmd : ObjectCmd ) : Single < String >
open fun rxPersist ( key : String ) : Single < String >
open fun rxPexpire ( key : String , millis : Long ) : Single < String >
open fun rxPexpireat ( key : String , millis : Long ) : Single < String >
open fun rxPfadd ( key : String , element : String ) : Single < String >
open fun rxPfaddMany ( key : String , elements : MutableList < String > ) : Single < String >
open fun rxPfcount ( key : String ) : Single < String >
open fun rxPfcountMany ( keys : MutableList < String > ) : Single < String >
open fun rxPfmerge ( destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxPing ( ) : Single < String >
open fun rxPsetex ( key : String , millis : Long , value : String ) : Single < String >
open fun rxPsubscribe ( pattern : String ) : Single < String >
open fun rxPsubscribeMany ( patterns : MutableList < String > ) : Single < String >
open fun rxPttl ( key : String ) : Single < String >
open fun rxPublish ( channel : String , message : String ) : Single < String >
open fun rxPubsubChannels ( pattern : String ) : Single < String >
open fun rxPubsubNumpat ( ) : Single < String >
open fun rxPubsubNumsub ( channels : MutableList < String > ) : Single < String >
open fun rxPunsubscribe ( patterns : MutableList < String > ) : Single < String >
open fun rxRandomkey ( ) : Single < String >
open fun rxRename ( key : String , newkey : String ) : Single < String >
open fun rxRenamenx ( key : String , newkey : String ) : Single < String >
open fun rxRestore ( key : String , millis : Long , serialized : String ) : Single < String >
open fun rxRole ( ) : Single < String >
open fun rxRpop ( key : String ) : Single < String >
open fun rxRpoplpush ( key : String , destkey : String ) : Single < String >
open fun rxRpush ( key : String , value : String ) : Single < String >
open fun rxRpushMany ( key : String , values : MutableList < String > ) : Single < String >
open fun rxRpushx ( key : String , value : String ) : Single < String >
open fun rxSadd ( key : String , member : String ) : Single < String >
open fun rxSaddMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxSave ( ) : Single < String >
open fun rxScan ( cursor : String , options : ScanOptions ) : Single < String >
open fun rxScard ( key : String ) : Single < String >
open fun rxScriptExists ( script : String ) : Single < String >
open fun rxScriptExistsMany ( scripts : MutableList < String > ) : Single < String >
open fun rxScriptFlush ( ) : Single < String >
open fun rxScriptKill ( ) : Single < String >
open fun rxScriptLoad ( script : String ) : Single < String >
open fun rxSdiff ( key : String , cmpkeys : MutableList < String > ) : Single < String >
open fun rxSdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > ) : Single < String >
open fun rxSelect ( dbindex : Int ) : Single < String >
open fun rxSet ( key : String , value : String ) : Single < String >
open fun rxSetBinary ( key : String , value : Buffer ) : Single < String >
open fun rxSetBinaryWithOptions ( key : String , value : Buffer , options : SetOptions ) : Single < String >
open fun rxSetWithOptions ( key : String , value : String , options : SetOptions ) : Single < String >
open fun rxSetbit ( key : String , offset : Long , bit : Int ) : Single < String >
open fun rxSetex ( key : String , seconds : Long , value : String ) : Single < String >
open fun rxSetnx ( key : String , value : String ) : Single < String >
open fun rxSetrange ( key : String , offset : Int , value : String ) : Single < String >
open fun rxSinter ( keys : MutableList < String > ) : Single < String >
open fun rxSinterstore ( destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxSismember ( key : String , member : String ) : Single < String >
open fun rxSlaveof ( host : String , port : Int ) : Single < String >
open fun rxSlaveofNoone ( ) : Single < String >
open fun rxSlowlogGet ( limit : Int ) : Single < String >
open fun rxSlowlogLen ( ) : Single < String >
open fun rxSlowlogReset ( ) : Single < String >
open fun rxSmembers ( key : String ) : Single < JsonArray >
open fun rxSmove ( key : String , destkey : String , member : String ) : Single < String >
open fun rxSort ( key : String , options : SortOptions ) : Single < String >
open fun rxSpop ( key : String ) : Single < String >
open fun rxSpopMany ( key : String , count : Int ) : Single < String >
open fun rxSrandmember ( key : String ) : Single < String >
open fun rxSrandmemberCount ( key : String , count : Int ) : Single < String >
open fun rxSrem ( key : String , member : String ) : Single < String >
open fun rxSremMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxSscan ( key : String , cursor : String , options : ScanOptions ) : Single < String >
open fun rxStrlen ( key : String ) : Single < String >
open fun rxSubscribe ( channel : String ) : Single < String >
open fun rxSubscribeMany ( channels : MutableList < String > ) : Single < String >
open fun rxSunion ( keys : MutableList < String > ) : Single < String >
open fun rxSunionstore ( destkey : String , keys : MutableList < String > ) : Single < String >
open fun rxSwapdb ( index1 : Int , index2 : Int ) : Single < String >
open fun rxSync ( ) : Single < String >
open fun rxTime ( ) : Single < String >
open fun rxTtl ( key : String ) : Single < String >
open fun rxType ( key : String ) : Single < String >
open fun rxUnlink ( key : String ) : Single < String >
open fun rxUnlinkMany ( keys : MutableList < String > ) : Single < String >
open fun rxUnsubscribe ( channels : MutableList < String > ) : Single < String >
open fun rxUnwatch ( ) : Single < String >
open fun rxWait ( numSlaves : Long , timeout : Long ) : Single < String >
open fun rxWatch ( key : String ) : Single < String >
open fun rxWatchMany ( keys : MutableList < String > ) : Single < String >
open fun rxZadd ( key : String , score : Double , member : String ) : Single < String >
open fun rxZaddMany ( key : String , members : MutableMap < String , Double > ) : Single < String >
open fun rxZcard ( key : String ) : Single < String >
open fun rxZcount ( key : String , min : Double , max : Double ) : Single < String >
open fun rxZincrby ( key : String , increment : Double , member : String ) : Single < String >
open fun rxZinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions ) : Single < String >
open fun rxZinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions ) : Single < String >
open fun rxZlexcount ( key : String , min : String , max : String ) : Single < String >
open fun rxZrange ( key : String , start : Long , stop : Long ) : Single < String >
open fun rxZrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions ) : Single < String >
open fun rxZrangebylex ( key : String , min : String , max : String , options : LimitOptions ) : Single < String >
open fun rxZrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions ) : Single < String >
open fun rxZrank ( key : String , member : String ) : Single < String >
open fun rxZrem ( key : String , member : String ) : Single < String >
open fun rxZremMany ( key : String , members : MutableList < String > ) : Single < String >
open fun rxZremrangebylex ( key : String , min : String , max : String ) : Single < String >
open fun rxZremrangebyrank ( key : String , start : Long , stop : Long ) : Single < String >
open fun rxZremrangebyscore ( key : String , min : String , max : String ) : Single < String >
open fun rxZrevrange ( key : String , start : Long , stop : Long , options : RangeOptions ) : Single < String >
open fun rxZrevrangebylex ( key : String , max : String , min : String , options : LimitOptions ) : Single < String >
open fun rxZrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions ) : Single < String >
open fun rxZrevrank ( key : String , member : String ) : Single < String >
open fun rxZscan ( key : String , cursor : String , options : ScanOptions ) : Single < String >
open fun rxZscore ( key : String , member : String ) : Single < String >
open fun rxZunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions ) : Single < String >
open fun rxZunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions ) : Single < String >
open fun sadd ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun saddMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun save ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scan ( cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scard ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptExists ( script : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptExistsMany ( scripts : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptFlush ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptKill ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun scriptLoad ( script : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sdiff ( key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sdiffstore ( destkey : String , key : String , cmpkeys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun select ( dbindex : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun set ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setBinary ( key : String , value : Buffer , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setBinaryWithOptions ( key : String , value : Buffer , options : SetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setWithOptions ( key : String , value : String , options : SetOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setbit ( key : String , offset : Long , bit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setex ( key : String , seconds : Long , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setnx ( key : String , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun setrange ( key : String , offset : Int , value : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sinter ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sinterstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sismember ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slaveof ( host : String , port : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slaveofNoone ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slowlogGet ( limit : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slowlogLen ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun slowlogReset ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun smembers ( key : String , handler : Handler < AsyncResult < JsonArray > > ) : RedisTransaction
open fun smove ( key : String , destkey : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sort ( key : String , options : SortOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun spop ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun spopMany ( key : String , count : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun srandmember ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun srandmemberCount ( key : String , count : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun srem ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun strlen ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun subscribe ( channel : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun subscribeMany ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sunion ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sunionstore ( destkey : String , keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun swapdb ( index1 : Int , index2 : Int , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun sync ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun time ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun toString ( ) : String
open fun ttl ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun type ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun unlink ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun unlinkMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun unsubscribe ( channels : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun unwatch ( handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun wait ( numSlaves : Long , timeout : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun watch ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun watchMany ( keys : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zadd ( key : String , score : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zaddMany ( key : String , members : MutableMap < String , Double > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zcard ( key : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zcount ( key : String , min : Double , max : Double , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zincrby ( key : String , increment : Double , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zinterstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zinterstoreWeighed ( destkey : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zlexcount ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrange ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrangeWithOptions ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrangebylex ( key : String , min : String , max : String , options : LimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrangebyscore ( key : String , min : String , max : String , options : RangeLimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrank ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrem ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zremMany ( key : String , members : MutableList < String > , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zremrangebylex ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zremrangebyrank ( key : String , start : Long , stop : Long , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zremrangebyscore ( key : String , min : String , max : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrevrange ( key : String , start : Long , stop : Long , options : RangeOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrevrangebylex ( key : String , max : String , min : String , options : LimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrevrangebyscore ( key : String , max : String , min : String , options : RangeLimitOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zrevrank ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zscan ( key : String , cursor : String , options : ScanOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zscore ( key : String , member : String , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zunionstore ( destkey : String , sets : MutableList < String > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
open fun zunionstoreWeighed ( key : String , sets : MutableMap < String , Double > , options : AggregateOptions , handler : Handler < AsyncResult < String > > ) : RedisTransaction
package io.vertx.rxjava.redis.sentinel
package io.vertx.rxjava.servicediscovery
package io.vertx.rxjava.servicediscovery.spi
package io.vertx.rxjava.servicediscovery.types
Module Contents
open class EventBusService
Module Contents
EventBusService ( delegate : EventBusService )
static val __TYPE_ARG : TypeArg < EventBusService >
open static fun createRecord ( name : String , address : String , itf : String , metadata : JsonObject ) : Record
open static fun createRecord ( name : String , address : String , classname : String ) : Record
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : EventBusService
open static fun < T : Any > getServiceProxy ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , clientClass : Class < T > , resultHandler : Handler < AsyncResult < T > > ) : T
open static fun < T : Any > getServiceProxyWithJsonFilter ( discovery : ServiceDiscovery , filter : JsonObject , clientClass : Class < T > , resultHandler : Handler < AsyncResult < T > > ) : T
open fun hashCode ( ) : Int
open static fun newInstance ( arg : EventBusService ) : EventBusService
open fun toString ( ) : String
open class HttpEndpoint
Module Contents
HttpEndpoint ( delegate : HttpEndpoint )
static val __TYPE_ARG : TypeArg < HttpEndpoint >
open static fun createRecord ( name : String , host : String , port : Int , root : String , metadata : JsonObject ) : Record
open static fun createRecord ( name : String , ssl : Boolean , host : String , port : Int , root : String , metadata : JsonObject ) : Record
open static fun createRecord ( name : String , host : String , port : Int , root : String ) : Record
open static fun createRecord ( name : String , host : String ) : Record
open fun equals ( other : Any ? ) : Boolean
open static fun getClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < HttpClient > > ) : Unit
open static fun getClient ( discovery : ServiceDiscovery , filter : JsonObject , conf : JsonObject , resultHandler : Handler < AsyncResult < HttpClient > > ) : Unit
open static fun getClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < HttpClient > > ) : Unit
open static fun getClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , conf : JsonObject , resultHandler : Handler < AsyncResult < HttpClient > > ) : Unit
open fun getDelegate ( ) : HttpEndpoint
open static fun getWebClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < WebClient > > ) : Unit
open static fun getWebClient ( discovery : ServiceDiscovery , filter : JsonObject , conf : JsonObject , resultHandler : Handler < AsyncResult < WebClient > > ) : Unit
open static fun getWebClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < WebClient > > ) : Unit
open static fun getWebClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , conf : JsonObject , resultHandler : Handler < AsyncResult < WebClient > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : HttpEndpoint ) : HttpEndpoint
open static fun rxGetClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < HttpClient >
open static fun rxGetClient ( discovery : ServiceDiscovery , filter : JsonObject , conf : JsonObject ) : Single < HttpClient >
open static fun rxGetClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < HttpClient >
open static fun rxGetClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , conf : JsonObject ) : Single < HttpClient >
open static fun rxGetWebClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < WebClient >
open static fun rxGetWebClient ( discovery : ServiceDiscovery , filter : JsonObject , conf : JsonObject ) : Single < WebClient >
open static fun rxGetWebClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < WebClient >
open static fun rxGetWebClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , conf : JsonObject ) : Single < WebClient >
open fun toString ( ) : String
open class JDBCDataSource
Module Contents
JDBCDataSource ( delegate : JDBCDataSource )
static val __TYPE_ARG : TypeArg < JDBCDataSource >
open static fun createRecord ( name : String , location : JsonObject , metadata : JsonObject ) : Record
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : JDBCDataSource
open static fun getJDBCClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < JDBCClient > > ) : Unit
open static fun getJDBCClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < JDBCClient > > ) : Unit
open static fun getJDBCClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < JDBCClient > > ) : Unit
open static fun getJDBCClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < JDBCClient > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : JDBCDataSource ) : JDBCDataSource
open static fun rxGetJDBCClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < JDBCClient >
open static fun rxGetJDBCClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < JDBCClient >
open static fun rxGetJDBCClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject ) : Single < JDBCClient >
open static fun rxGetJDBCClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , consumerConfiguration : JsonObject ) : Single < JDBCClient >
open fun toString ( ) : String
open class MessageSource
Module Contents
MessageSource ( delegate : MessageSource )
static val __TYPE_ARG : TypeArg < MessageSource >
open static fun createRecord ( name : String , address : String , type : String , metadata : JsonObject ) : Record
open static fun createRecord ( name : String , address : String , type : String ) : Record
open static fun createRecord ( name : String , address : String ) : Record
open fun equals ( other : Any ? ) : Boolean
open static fun < T : Any > getConsumer ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < MessageConsumer < T > > > ) : Unit
open static fun < T : Any > getConsumer ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < MessageConsumer < T > > > ) : Unit
open fun getDelegate ( ) : MessageSource
open fun hashCode ( ) : Int
open static fun newInstance ( arg : MessageSource ) : MessageSource
open static fun < T : Any > rxGetConsumer ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < MessageConsumer < T > >
open static fun < T : Any > rxGetConsumer ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < MessageConsumer < T > >
open fun toString ( ) : String
open class MongoDataSource
Module Contents
MongoDataSource ( delegate : MongoDataSource )
static val __TYPE_ARG : TypeArg < MongoDataSource >
open static fun createRecord ( name : String , location : JsonObject , metadata : JsonObject ) : Record
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : MongoDataSource
open static fun getMongoClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < MongoClient > > ) : Unit
open static fun getMongoClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < MongoClient > > ) : Unit
open static fun getMongoClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < MongoClient > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : MongoDataSource ) : MongoDataSource
open static fun rxGetMongoClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < MongoClient >
open static fun rxGetMongoClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < MongoClient >
open static fun rxGetMongoClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject ) : Single < MongoClient >
open fun toString ( ) : String
open class RedisDataSource
Module Contents
RedisDataSource ( delegate : RedisDataSource )
static val __TYPE_ARG : TypeArg < RedisDataSource >
open static fun createRecord ( name : String , location : JsonObject , metadata : JsonObject ) : Record
open fun equals ( other : Any ? ) : Boolean
open fun getDelegate ( ) : RedisDataSource
open static fun getRedisClient ( discovery : ServiceDiscovery , filter : JsonObject , resultHandler : Handler < AsyncResult < RedisClient > > ) : Unit
open static fun getRedisClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , resultHandler : Handler < AsyncResult < RedisClient > > ) : Unit
open static fun getRedisClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < RedisClient > > ) : Unit
open static fun getRedisClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , consumerConfiguration : JsonObject , resultHandler : Handler < AsyncResult < RedisClient > > ) : Unit
open fun hashCode ( ) : Int
open static fun newInstance ( arg : RedisDataSource ) : RedisDataSource
open static fun rxGetRedisClient ( discovery : ServiceDiscovery , filter : JsonObject ) : Single < RedisClient >
open static fun rxGetRedisClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > ) : Single < RedisClient >
open static fun rxGetRedisClient ( discovery : ServiceDiscovery , filter : JsonObject , consumerConfiguration : JsonObject ) : Single < RedisClient >
open static fun rxGetRedisClient ( discovery : ServiceDiscovery , filter : Function < Record , Boolean > , consumerConfiguration : JsonObject ) : Single < RedisClient >
open fun toString ( ) : String
package io.vertx.servicediscovery
package io.vertx.servicediscovery.backend.redis
package io.vertx.servicediscovery.consul
package io.vertx.servicediscovery.docker
package io.vertx.servicediscovery.kubernetes
package io.vertx.servicediscovery.rest
package io.vertx.servicediscovery.types
package io.vertx.servicediscovery.utils
package io.vertx.serviceproxy
package io.vertx.spi.cluster.hazelcast
Module Contents
open class HazelcastClusterManager : ClusterManager , MembershipListener , LifecycleListener
Module Contents
HazelcastClusterManager ( )
HazelcastClusterManager ( conf : Config )
HazelcastClusterManager ( instance : HazelcastInstance )
open fun < K : Any , V : Any > getAsyncMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
open fun < K : Any , V : Any > getAsyncMultiMap ( name : String , resultHandler : Handler < AsyncResult < AsyncMultiMap < K , V > > > ) : Unit
open fun getConfig ( ) : Config
open fun getCounter ( name : String , resultHandler : Handler < AsyncResult < Counter > > ) : Unit
open fun getHazelcastInstance ( ) : HazelcastInstance
open fun getLockWithTimeout ( name : String , timeout : Long , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
open fun getNodeID ( ) : String
open fun getNodes ( ) : MutableList < String >
open fun < K : Any , V : Any > getSyncMap ( name : String ) : MutableMap < K , V >
open fun isActive ( ) : Boolean
open fun join ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun leave ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun loadConfig ( ) : Config
open fun memberAdded ( membershipEvent : MembershipEvent ) : Unit
open fun memberAttributeChanged ( memberAttributeEvent : MemberAttributeEvent ) : Unit
open fun memberRemoved ( membershipEvent : MembershipEvent ) : Unit
open fun nodeListener ( listener : NodeListener ) : Unit
open fun setConfig ( config : Config ) : Unit
open fun setVertx ( vertx : Vertx ) : Unit
open fun stateChanged ( lifecycleEvent : LifecycleEvent ) : Unit
package io.vertx.spi.cluster.ignite
Module Contents
open class IgniteClusterManager : ClusterManager
Module Contents
IgniteClusterManager ( )
IgniteClusterManager ( cfg : IgniteConfiguration )
IgniteClusterManager ( configFile : URL )
IgniteClusterManager ( ignite : Ignite )
static val VERTX_CACHE_TEMPLATE_NAME : String
open fun < K : Any , V : Any > getAsyncMap ( name : String , handler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
open fun < K : Any , V : Any > getAsyncMultiMap ( name : String , handler : Handler < AsyncResult < AsyncMultiMap < K , V > > > ) : Unit
open fun getCounter ( name : String , handler : Handler < AsyncResult < Counter > > ) : Unit
open fun getIgniteInstance ( ) : Ignite
open fun getLockWithTimeout ( name : String , timeout : Long , handler : Handler < AsyncResult < Lock > > ) : Unit
open fun getNodeID ( ) : String
open fun getNodes ( ) : MutableList < String >
open fun < K : Any , V : Any > getSyncMap ( name : String ) : MutableMap < K , V >
open fun isActive ( ) : Boolean
open fun join ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun leave ( handler : Handler < AsyncResult < Void > > ) : Unit
open fun nodeListener ( nodeListener : NodeListener ) : Unit
open fun setVertx ( vertx : Vertx ) : Unit
package io.vertx.spi.cluster.zookeeper
Module Contents
open class ZookeeperClusterManager : ClusterManager , PathChildrenCacheListener
Module Contents
ZookeeperClusterManager ( )
ZookeeperClusterManager ( curator : CuratorFramework )
ZookeeperClusterManager ( resourceLocation : String )
ZookeeperClusterManager ( curator : CuratorFramework , nodeID : String )
ZookeeperClusterManager ( config : JsonObject )
open fun childEvent ( client : CuratorFramework , event : PathChildrenCacheEvent ) : Unit
open fun < K : Any , V : Any > getAsyncMap ( name : String , handler : Handler < AsyncResult < AsyncMap < K , V > > > ) : Unit
open fun < K : Any , V : Any > getAsyncMultiMap ( name : String , handler : Handler < AsyncResult < AsyncMultiMap < K , V > > > ) : Unit
open fun getConfig ( ) : JsonObject
open fun getCounter ( name : String , resultHandler : Handler < AsyncResult < Counter > > ) : Unit
open fun getCuratorFramework ( ) : CuratorFramework
open fun getLockWithTimeout ( name : String , timeout : Long , resultHandler : Handler < AsyncResult < Lock > > ) : Unit
open fun getNodeID ( ) : String
open fun getNodes ( ) : MutableList < String >
open fun < K : Any , V : Any > getSyncMap ( name : String ) : MutableMap < K , V >
open fun isActive ( ) : Boolean
open fun join ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun leave ( resultHandler : Handler < AsyncResult < Void > > ) : Unit
open fun nodeListener ( listener : NodeListener ) : Unit
open fun setConfig ( conf : JsonObject ) : Unit
open fun setVertx ( vertx : Vertx ) : Unit