Skip navigation links
A B C D E F G H I J L M N O P R S T V W 

A

AbstractBuilder<T> - Class in org.jspare.vertx.builder
The Class AbstractBuilder.
AbstractBuilder() - Constructor for class org.jspare.vertx.builder.AbstractBuilder
 
acceptEither(CompletionStage<? extends T>, Consumer<? super T>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
addProxyService(Class<?>) - Method in class org.jspare.vertx.builder.ProxyServiceBuilder
Adds the proxy service.
afterStartingVertx(Vertx) - Method in class org.jspare.vertx.bootstrap.VertxJspareLauncher
 
ALL_SCAN_QUOTE - Static variable in class org.jspare.vertx.builder.ClasspathScannerUtils
The Constant ALL_SCAN_QUOTE.
allOf(Context, CompletableFuture<?>...) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Returns a new CompletableFuture that is completed when all of the given CompletableFutures complete.
allOf(Vertx, CompletableFuture<?>...) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Returns a new CompletableFuture that is completed when all of the given CompletableFutures complete.
annotationType() - Method in class org.jspare.vertx.injector.VertxInjectStrategy
 
annotationType() - Method in class org.jspare.vertx.injector.VertxProxyInjectStrategy
 
anyOf(Context, CompletableFuture<?>...) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Returns a new CompletableFuture that is completed when any of the given CompletableFutures complete, with the same result.
anyOf(Vertx, CompletableFuture<?>...) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Returns a new CompletableFuture that is completed when any of the given CompletableFutures complete, with the same result.
applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
AutoConfiguration - Annotation Type in org.jspare.vertx.experimental
The AutoConfiguration indicate to AutoConfigurationVerticle that this verticle when initialized by VerticleInitializer load modules descripted by value field.
AutoConfigurationInitializer - Class in org.jspare.vertx.experimental
Responsible to init AutoConfiguration life cycle.
AutoConfigurationInitializer() - Constructor for class org.jspare.vertx.experimental.AutoConfigurationInitializer
 
AutoConfigurationVerticle - Class in org.jspare.vertx.experimental
An abstract base class that you can extend to write your own Verticle classes using AutoConfiguration feature.
AutoConfigurationVerticle() - Constructor for class org.jspare.vertx.experimental.AutoConfigurationVerticle
 

B

beforeStartingVertx(VertxOptions) - Method in class org.jspare.vertx.bootstrap.VertxJspareLauncher
 
BootstrapVerticle - Class in org.jspare.vertx.bootstrap
 
BootstrapVerticle() - Constructor for class org.jspare.vertx.bootstrap.BootstrapVerticle
 
build() - Method in class org.jspare.vertx.builder.AbstractBuilder
Builds the.
build() - Method in class org.jspare.vertx.builder.EventBusBuilder
 
build() - Method in class org.jspare.vertx.builder.ProxyServiceBuilder
 
build() - Method in class org.jspare.vertx.builder.VertxBuilder
 

C

ClasspathScannerUtils - Class in org.jspare.vertx.builder
Instantiates a new classpath scanner utils.
ClasspathScannerUtils() - Constructor for class org.jspare.vertx.builder.ClasspathScannerUtils
 
clusterManager() - Method in class org.jspare.vertx.bootstrap.VertxClusteredRunner
Cluster manager.
collect(Class<?>, Object...) - Method in interface org.jspare.vertx.builder.Collector
Collect.
collect(Class<?>, Object...) - Method in class org.jspare.vertx.builder.EventBusCollector
 
Collector<T> - Interface in org.jspare.vertx.builder
The Interface Collector.
Configurable - Interface in org.jspare.vertx.experimental
An interface able to aggregate for auto boot when used AutoConfiguration feature.
Consumer - Annotation Type in org.jspare.vertx.annotation
The Interface Consumer.
context() - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
create(Vertx) - Static method in class org.jspare.vertx.builder.EventBusBuilder
Creates the.
create(Vertx) - Static method in class org.jspare.vertx.builder.ProxyServiceBuilder
Creates the.
create() - Static method in class org.jspare.vertx.builder.VertxBuilder
Creates the.
create(VertxOptions) - Static method in class org.jspare.vertx.builder.VertxBuilder
Creates the.
createVertx(Consumer<Vertx>) - Method in class org.jspare.vertx.builder.VertxBuilder
Creates the vertx.

D

DataObjectConverter - Class in org.jspare.vertx.utils
 
DataObjectConverter() - Constructor for class org.jspare.vertx.utils.DataObjectConverter
 
defaultAddress(Class<?>) - Method in class org.jspare.vertx.builder.ProxyServiceUtils
Default address.

E

EnvironmentUtils - Class in org.jspare.vertx.bootstrap
Instantiates a new environment utils.
EnvironmentUtils() - Constructor for class org.jspare.vertx.bootstrap.EnvironmentUtils
 
EventBusBuilder - Class in org.jspare.vertx.builder
The Class EventBusBuilder.
EventBusCollector - Class in org.jspare.vertx.builder
The Class EventBusCollector.
EventBusCollector() - Constructor for class org.jspare.vertx.builder.EventBusCollector
Instantiates a new event bus collector.
EventBusController - Annotation Type in org.jspare.vertx.annotation
The EventBusController Annotation.
EventBusData - Class in org.jspare.vertx.builder
 
EventBusData() - Constructor for class org.jspare.vertx.builder.EventBusData
 
EventBusModule - Class in org.jspare.vertx.experimental
The Class EventBusModule.
EventBusModule() - Constructor for class org.jspare.vertx.experimental.EventBusModule
 
execute(Verticle, String[]) - Method in interface org.jspare.vertx.experimental.Configurable
Execute process.
execute(Verticle, String[]) - Method in class org.jspare.vertx.experimental.EventBusModule
 
ExitCode - Interface in org.jspare.vertx.bootstrap
Base Interface for Launcher with Exit Codes.

F

formatInstanceKey(String) - Static method in class org.jspare.vertx.injector.VertxInjectStrategy
Format instance key.
from(Context, CompletableFuture<T>) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Creates a VertxCompletableFuture from the given Context and CompletableFuture.
from(Context, Future<T>) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Creates a new VertxCompletableFuture from the given Context instance and given Future.
from(Vertx, CompletableFuture<T>) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Creates a new VertxCompletableFuture from the given Vertx instance and given CompletableFuture.
from(Vertx, Future<T>) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Creates a new VertxCompletableFuture from the given Context instance and given Future.
fromJson(JsonObject, T) - Method in class org.jspare.vertx.utils.DataObjectConverter
From json.
fromJson(JsonObject, Class<T>) - Method in class org.jspare.vertx.utils.DataObjectConverter
From json.
FutureSupplier - Class in org.jspare.vertx.concurrent
Instantiates a new future supplier.
FutureSupplier() - Constructor for class org.jspare.vertx.concurrent.FutureSupplier
 

G

GENERAL_ERROR - Static variable in interface org.jspare.vertx.bootstrap.ExitCode
The general error.
getAddress(VertxProxyInject, Class<?>) - Method in class org.jspare.vertx.builder.ProxyServiceUtils
Gets the address.
getAddress(RegisterProxyService, Class<?>) - Method in class org.jspare.vertx.builder.ProxyServiceUtils
Gets the address.
getAnnotation(AnnotatedElement, Class<T>) - Method in class org.jspare.vertx.utils.ReflectionUtils
 
getMethodsWithAnnotation(Class<?>, Class<? extends Annotation>) - Method in class org.jspare.vertx.utils.ReflectionUtils
 

H

handle(BiFunction<? super T, Throwable, ? extends U>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 

I

initialize(Class<? extends Verticle>) - Method in class org.jspare.vertx.bootstrap.VerticleInitializer
Initialize.
initialize(String) - Method in class org.jspare.vertx.bootstrap.VerticleInitializer
Initialize.
initialize(Verticle) - Method in class org.jspare.vertx.bootstrap.VerticleInitializer
Initialize.
initialize(Verticle) - Method in class org.jspare.vertx.experimental.AutoConfigurationInitializer
Initialize.
inject(Object, Field) - Method in class org.jspare.vertx.injector.VertxInjectStrategy
 
inject(Object, Field) - Method in class org.jspare.vertx.injector.VertxProxyInjectStrategy
 

J

JsonObjectLoader - Class in org.jspare.vertx.utils
The Class JsonObjectLoader.
JsonObjectLoader() - Constructor for class org.jspare.vertx.utils.JsonObjectLoader
 

L

loadOptions(String) - Method in class org.jspare.vertx.utils.JsonObjectLoader
Load options.
loadOptions(String, Class<T>) - Method in class org.jspare.vertx.utils.JsonObjectLoader
Load options.
loadOptions(String, String) - Method in class org.jspare.vertx.utils.JsonObjectLoader
Load options.
loadOptions(String, String, Class<T>) - Method in class org.jspare.vertx.utils.JsonObjectLoader
Load options.
LocalConsumer - Annotation Type in org.jspare.vertx.annotation
The Interface LocalConsumer.

M

main(String[]) - Static method in class org.jspare.vertx.bootstrap.VertxJspareLauncher
Main entry point.
MAIN_VERTICLE_ERROR - Static variable in interface org.jspare.vertx.bootstrap.ExitCode
The main verticle error.
Module - Annotation Type in org.jspare.vertx.experimental
An annotation responsible for indicating to AutoConfiguration the modules reached to be initialized by AutoConfigurationVerticle.

N

NAME - Static variable in class org.jspare.vertx.experimental.EventBusModule
The Constant NAME.

O

org.jspare.vertx.annotation - package org.jspare.vertx.annotation
 
org.jspare.vertx.bootstrap - package org.jspare.vertx.bootstrap
 
org.jspare.vertx.builder - package org.jspare.vertx.builder
 
org.jspare.vertx.concurrent - package org.jspare.vertx.concurrent
 
org.jspare.vertx.experimental - package org.jspare.vertx.experimental
 
org.jspare.vertx.injector - package org.jspare.vertx.injector
 
org.jspare.vertx.utils - package org.jspare.vertx.utils
 

P

ProxyServiceBuilder - Class in org.jspare.vertx.builder
The Constant log.
ProxyServiceUtils - Class in org.jspare.vertx.builder
Instantiates a new proxy service utils.
ProxyServiceUtils() - Constructor for class org.jspare.vertx.builder.ProxyServiceUtils
 

R

ReflectionUtils - Class in org.jspare.vertx.utils
Created by paulo.ferreira on 15/03/2017.
ReflectionUtils() - Constructor for class org.jspare.vertx.utils.ReflectionUtils
 
register() - Method in class org.jspare.vertx.bootstrap.EnvironmentUtils
Register.
RegisterProxyService - Annotation Type in org.jspare.vertx.annotation
The Interface RegisterProxyService.
resolvePackageName(String) - Method in class org.jspare.vertx.builder.ClasspathScannerUtils
Resolve package name.
run() - Method in class org.jspare.vertx.bootstrap.VertxClusteredRunner
 
run() - Method in class org.jspare.vertx.bootstrap.VertxRunner
 
runAfterBoth(CompletionStage<?>, Runnable) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
runAfterBothAsync(CompletionStage<?>, Runnable) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
runAfterEither(CompletionStage<?>, Runnable) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
runAfterEitherAsync(CompletionStage<?>, Runnable) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
runAfterEitherAsync(CompletionStage<?>, Runnable, Executor) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
runAsync(Context, Runnable) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the current Vert.x Context after it runs the given action.
runAsync(Vertx, Runnable) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the current Vert.x Context after it runs the given action.
runBlockingAsync(Context, Runnable) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a action running in the worker thread pool of Vert.x This method is different from CompletableFuture.runAsync(Runnable) as it does not use a fork join executor, but the worker thread pool.
runBlockingAsync(Vertx, Runnable) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a action running in the worker thread pool of Vert.x This method is different from CompletableFuture.runAsync(Runnable) as it does not use a fork join executor, but the worker thread pool.

S

scanner(String) - Method in class org.jspare.vertx.builder.ClasspathScannerUtils
Scanner.
sequenceFuture(List<Future<R>>) - Static method in class org.jspare.vertx.concurrent.FutureSupplier
Sequence with a list of futures.
setField(Object, Field, Vertx) - Method in class org.jspare.vertx.injector.VertxInjectStrategy
Sets the field.
setup() - Method in class org.jspare.vertx.bootstrap.VertxClusteredRunner
 
setup() - Method in class org.jspare.vertx.bootstrap.VertxJspareLauncher
 
setup() - Method in class org.jspare.vertx.bootstrap.VertxRunner
 
SharedWorkerExecutor - Annotation Type in org.jspare.vertx.annotation
The Interface SharedWorkerExecutor.
SMOOTHLY - Static variable in interface org.jspare.vertx.bootstrap.ExitCode
The smoothly.
SPAWN_PROCESS_ERROR - Static variable in interface org.jspare.vertx.bootstrap.ExitCode
The spawn process error.
start(Future<Void>) - Method in class org.jspare.vertx.bootstrap.BootstrapVerticle
 
start(Future<Void>) - Method in class org.jspare.vertx.experimental.AutoConfigurationVerticle
 
supply(Supplier<T>) - Method in class org.jspare.vertx.concurrent.FutureSupplier
Supply.
supplyAsync(Context, Supplier<T>) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the current Vert.x Context with the value obtained by calling the given Supplier.
supplyAsync(Vertx, Supplier<T>) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the current Vert.x Context with the value obtained by calling the given Supplier.
supplyBlockingAsync(Context, Supplier<T>) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the worker thread pool of Vert.x This method is different from CompletableFuture.supplyAsync(Supplier) as it does not use a fork join executor, but the worker thread pool.
supplyBlockingAsync(Vertx, Supplier<T>) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the worker thread pool of Vert.x This method is different from CompletableFuture.supplyAsync(Supplier) as it does not use a fork join executor, but the worker thread pool.
SYSTEM_CONFIGURATION_ERROR - Static variable in interface org.jspare.vertx.bootstrap.ExitCode
The system configuration error.

T

thenAccept(Consumer<? super T>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenAcceptAsync(Consumer<? super T>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenAcceptAsync(Consumer<? super T>, Executor) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenAcceptBoth(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>, Executor) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenApply(Function<? super T, ? extends U>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenApplyAsync(Function<? super T, ? extends U>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenApplyAsync(Function<? super T, ? extends U>, Executor) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenCombine(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>, Executor) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenCompose(Function<? super T, ? extends CompletionStage<U>>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>, Executor) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenRun(Runnable) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenRunAsync(Runnable) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
thenRunAsync(Runnable, Executor) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
toCompletableFuture() - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
toFuture(CompletableFuture<T>) - Static method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Creates a Vert.x Future from the given CompletableFuture (that can be a VertxCompletableFuture).
toFuture() - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Creates a new Future object completed / failed when the current VertxCompletableFuture is completed successfully or not.
toJson(Object, JsonObject) - Method in class org.jspare.vertx.utils.DataObjectConverter
Serialize Object to JsonObject Merge in another JSON object, this is the equivalent of putting all the entries of the other JSON object into this object.
toJson(Object) - Method in class org.jspare.vertx.utils.DataObjectConverter
Serialize Object to JsonObject

V

VerticleInitializer - Class in org.jspare.vertx.bootstrap
Instantiates a new verticle initializer.
VerticleInitializer() - Constructor for class org.jspare.vertx.bootstrap.VerticleInitializer
 
vertx() - Method in class org.jspare.vertx.bootstrap.VertxClusteredRunner
Vertx.
vertx() - Method in class org.jspare.vertx.bootstrap.VertxRunner
Vertx.
VERTX_CANNOT_BE_INITIALIZED - Static variable in interface org.jspare.vertx.bootstrap.ExitCode
The vertx cannot be initialized.
VERTX_HOLDER - Variable in class org.jspare.vertx.bootstrap.EnvironmentUtils
 
VertxBuilder - Class in org.jspare.vertx.builder
The Class VertxBuilder.
VertxClusteredRunner - Class in org.jspare.vertx.bootstrap
The Class VertxClusteredRunner.
VertxClusteredRunner() - Constructor for class org.jspare.vertx.bootstrap.VertxClusteredRunner
 
VertxCompletableFuture<T> - Class in org.jspare.vertx.concurrent
An implementation of CompletableFuture for Vert.x.
VertxCompletableFuture() - Constructor for class org.jspare.vertx.concurrent.VertxCompletableFuture
Creates a new VertxCompletableFuture using the current Context.
VertxCompletableFuture(Context) - Constructor for class org.jspare.vertx.concurrent.VertxCompletableFuture
Creates an instance of VertxCompletableFuture, using the given Context.
VertxCompletableFuture(Vertx) - Constructor for class org.jspare.vertx.concurrent.VertxCompletableFuture
Creates an instance of VertxCompletableFuture, using the current Vert.x context or create a new one.
VertxInject - Annotation Type in org.jspare.vertx.annotation
The Interface VertxInject.
VertxInjectStrategy - Class in org.jspare.vertx.injector
The Class VertxInjectStrategy.
VertxInjectStrategy() - Constructor for class org.jspare.vertx.injector.VertxInjectStrategy
 
VertxJspareLauncher - Class in org.jspare.vertx.bootstrap
The Class VertxJspareLauncher.
VertxJspareLauncher() - Constructor for class org.jspare.vertx.bootstrap.VertxJspareLauncher
 
VertxProxyInject - Annotation Type in org.jspare.vertx.annotation
The Interface VertxProxyInject.
VertxProxyInjectStrategy - Class in org.jspare.vertx.injector
The Class VertxProxyInjectStrategy.
VertxProxyInjectStrategy() - Constructor for class org.jspare.vertx.injector.VertxProxyInjectStrategy
 
VertxRunner - Class in org.jspare.vertx.bootstrap
The Class VertxRunner.
VertxRunner() - Constructor for class org.jspare.vertx.bootstrap.VertxRunner
 

W

whenComplete(BiConsumer<? super T, ? super Throwable>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>, Executor) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
 
withContext() - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Creates a new VertxCompletableFuture using the current context.
withContext(Context) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Creates a new VertxCompletableFuture using the given context.
withContext(Vertx) - Method in class org.jspare.vertx.concurrent.VertxCompletableFuture
Creates a new VertxCompletableFuture using the current context or creates a new one.
wrap() - Method in class org.jspare.vertx.builder.EventBusData
Wrap.
A B C D E F G H I J L M N O P R S T V W 
Skip navigation links

Copyright © 2017 JSpare.org. All rights reserved.