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

A

add() - Method in class legolas.async.api.interfaces.Promises
 
add(Supplier<T>) - Method in class legolas.async.api.interfaces.Promises
 
add(RunningInstance) - Method in class legolas.runtime.core.interfaces.RunningEnvironment
 
all() - Method in class legolas.async.api.interfaces.Promises
 
any() - Method in class legolas.async.api.interfaces.Promises
 
any() - Method in class legolas.net.core.interfaces.Port
 
anyPort() - Static method in class legolas.net.core.interfaces.Port
 
available(Port) - Method in class legolas.net.core.interfaces.LocalPortBinding
 
availablePredicate() - Method in class legolas.net.core.interfaces.LocalPortBinding
 

B

bootstrap(Configuration) - Method in interface legolas.bootstrapper.api.interfaces.Bootstrapper
 
bootstrap(Stream<Port>) - Method in interface legolas.bootstrapper.api.interfaces.NetworkBootstrapper
 
Bootstrapper<Reference> - Interface in legolas.bootstrapper.api.interfaces
 
BootstrapperComponent - Annotation Type in legolas.bootstrapper.api.interfaces
 
BootstrapperComponentProcessor - Class in legolas.bootstrapper.processor.infra
 
BootstrapperComponentProcessor() - Constructor for class legolas.bootstrapper.processor.infra.BootstrapperComponentProcessor
 
bootstrappers(RunningEnvironment) - Method in class legolas.runtime.core.interfaces.LifecycleEnvironment
 

C

cause() - Method in class legolas.async.api.interfaces.Promise
 
complete() - Method in class legolas.async.api.interfaces.Promise
 
complete(T) - Method in class legolas.async.api.interfaces.Promise
 
Configuration - Class in legolas.config.api.interfaces
 
configuration() - Method in class legolas.runtime.core.interfaces.RunningEnvironment
 
configuration() - Method in class legolas.runtime.core.interfaces.RunningInstance
 
configuration() - Method in interface legolas.starter.api.interfaces.Starter
 
create() - Static method in class legolas.async.api.interfaces.Promise
 
create(Supplier<T>) - Static method in class legolas.async.api.interfaces.Promise
 
create() - Static method in class legolas.async.api.interfaces.Promises
 
create() - Static method in class legolas.common.interfaces.Resources
 
create(ClassLoader) - Static method in class legolas.common.interfaces.Resources
 
create(Map<String, Object>) - Static method in class legolas.config.api.interfaces.Configuration
 
create(Properties) - Static method in class legolas.config.api.interfaces.Configuration
 
create() - Static method in class legolas.config.api.interfaces.Configuration
 
create(ServiceId, Configuration, Reference) - Static method in class legolas.runtime.core.interfaces.RunningInstance
 
create(ServiceId, Configuration) - Static method in class legolas.runtime.core.interfaces.RunningInstance
 

D

dependsOn() - Method in interface legolas.migration.api.interfaces.Migration
 

E

Entry - Interface in legolas.config.api.interfaces
 

F

fail(Throwable) - Method in class legolas.async.api.interfaces.Promise
 
failed(Throwable) - Static method in class legolas.async.api.interfaces.Promise
 
failed() - Method in class legolas.async.api.interfaces.Promise
 

G

get() - Method in class legolas.async.api.interfaces.Promise
 
get(ServiceId) - Method in class legolas.runtime.core.interfaces.RunningEnvironment
 
getSupportedAnnotationTypes() - Method in class legolas.bootstrapper.processor.infra.BootstrapperComponentProcessor
 
getSupportedAnnotationTypes() - Method in class legolas.migration.processor.infra.MigrationComponentProcessor
 
getSupportedAnnotationTypes() - Method in class legolas.starter.processor.infra.StarterComponentProcessor
 

I

id() - Method in interface legolas.migration.api.interfaces.Migration
 
id() - Method in interface legolas.runtime.core.interfaces.LifecycleService
 
id() - Method in class legolas.runtime.core.interfaces.RunningInstance
 
isPortAvailable(Port) - Method in interface legolas.net.core.interfaces.LocalPortAvailability
 

L

legolas.async.api.interfaces - package legolas.async.api.interfaces
 
legolas.bootstrapper.api.interfaces - package legolas.bootstrapper.api.interfaces
 
legolas.bootstrapper.processor.infra - package legolas.bootstrapper.processor.infra
 
legolas.common.interfaces - package legolas.common.interfaces
 
legolas.config.api.interfaces - package legolas.config.api.interfaces
 
legolas.migration.api.interfaces - package legolas.migration.api.interfaces
 
legolas.migration.core.interfaces - package legolas.migration.core.interfaces
 
legolas.migration.processor.infra - package legolas.migration.processor.infra
 
legolas.net.core.interfaces - package legolas.net.core.interfaces
 
legolas.runtime.core.interfaces - package legolas.runtime.core.interfaces
 
legolas.starter.api.interfaces - package legolas.starter.api.interfaces
 
legolas.starter.processor.infra - package legolas.starter.processor.infra
 
LifecycleEnvironment - Class in legolas.runtime.core.interfaces
 
LifecycleEnvironment() - Constructor for class legolas.runtime.core.interfaces.LifecycleEnvironment
 
lifecycleEnvironment() - Method in enum legolas.runtime.core.interfaces.RuntimeEnvironment
 
LifecycleService - Interface in legolas.runtime.core.interfaces
 
LocalPortAvailability - Interface in legolas.net.core.interfaces
 
LocalPortBinding - Class in legolas.net.core.interfaces
 
LocalPortBinding() - Constructor for class legolas.net.core.interfaces.LocalPortBinding
 

M

migrami(RunningEnvironment, MigramiCategory) - Method in class legolas.migration.core.interfaces.MigramiMigration
 
MigramiMigration - Class in legolas.migration.core.interfaces
 
MigramiMigration() - Constructor for class legolas.migration.core.interfaces.MigramiMigration
 
migrate(RunningEnvironment) - Method in interface legolas.migration.api.interfaces.Migration
 
migrate(RunningEnvironment) - Method in class legolas.migration.core.interfaces.MigramiMigration
 
Migration - Interface in legolas.migration.api.interfaces
 
MigrationComponent - Annotation Type in legolas.migration.api.interfaces
 
MigrationComponentProcessor - Class in legolas.migration.processor.infra
 
MigrationComponentProcessor() - Constructor for class legolas.migration.processor.infra.MigrationComponentProcessor
 
MigrationId - Interface in legolas.migration.api.interfaces
 
migrationPath() - Method in class legolas.migration.core.interfaces.MigramiMigration
 
migrations(RunningEnvironment) - Method in class legolas.runtime.core.interfaces.LifecycleEnvironment
 

N

name() - Method in interface legolas.runtime.core.interfaces.LifecycleService
 
NetworkBootstrapper - Interface in legolas.bootstrapper.api.interfaces
 
next() - Method in class legolas.net.core.interfaces.Port
 
nextPortAvailable(Port) - Method in class legolas.net.core.interfaces.LocalPortBinding
 

P

Port - Class in legolas.net.core.interfaces
 
Port() - Constructor for class legolas.net.core.interfaces.Port
 
ports() - Method in interface legolas.bootstrapper.api.interfaces.NetworkBootstrapper
 
ports() - Method in interface legolas.starter.api.interfaces.PortStarter
 
PortStarter - Interface in legolas.starter.api.interfaces
 
Promise<T> - Class in legolas.async.api.interfaces
 
Promises - Class in legolas.async.api.interfaces
 

R

read(Path) - Method in class legolas.common.interfaces.Resources
 
reference() - Method in class legolas.runtime.core.interfaces.RunningInstance
 
Resources - Class in legolas.common.interfaces
 
Resources(ClassLoader) - Constructor for class legolas.common.interfaces.Resources
 
result() - Method in class legolas.async.api.interfaces.Promise
 
run(RunningEnvironment) - Method in class legolas.runtime.core.interfaces.LifecycleEnvironment
 
RunningEnvironment - Class in legolas.runtime.core.interfaces
 
RunningInstance<Reference> - Class in legolas.runtime.core.interfaces
 
RunningInstance() - Constructor for class legolas.runtime.core.interfaces.RunningInstance
 
runtimeEnvironment() - Method in class legolas.runtime.core.interfaces.RunningEnvironment
 
RuntimeEnvironment - Enum in legolas.runtime.core.interfaces
 

S

serviceClasses() - Method in class legolas.bootstrapper.processor.infra.BootstrapperComponentProcessor
 
serviceClasses() - Method in class legolas.migration.processor.infra.MigrationComponentProcessor
 
serviceClasses() - Method in class legolas.starter.processor.infra.StarterComponentProcessor
 
ServiceId - Interface in legolas.runtime.core.interfaces
 
socketType() - Method in interface legolas.bootstrapper.api.interfaces.NetworkBootstrapper
 
SocketType - Enum in legolas.net.core.interfaces
 
socketType() - Method in interface legolas.starter.api.interfaces.PortStarter
 
start(ExecutorService) - Method in enum legolas.runtime.core.interfaces.RuntimeEnvironment
 
start(ExecutorService, Properties) - Method in enum legolas.runtime.core.interfaces.RuntimeEnvironment
 
start(RuntimeEnvironment) - Method in interface legolas.starter.api.interfaces.Starter
 
Starter - Interface in legolas.starter.api.interfaces
 
StarterComponent - Annotation Type in legolas.starter.api.interfaces
 
StarterComponentProcessor - Class in legolas.starter.processor.infra
 
StarterComponentProcessor() - Constructor for class legolas.starter.processor.infra.StarterComponentProcessor
 
starters(RunningEnvironment) - Method in class legolas.runtime.core.interfaces.LifecycleEnvironment
 
stop() - Method in interface legolas.starter.api.interfaces.PortStarter
 
succeded() - Method in class legolas.async.api.interfaces.Promise
 
succeeded() - Static method in class legolas.async.api.interfaces.Promise
 
succeeded(T) - Static method in class legolas.async.api.interfaces.Promise
 

T

toBinding() - Method in class legolas.net.core.interfaces.Port
 
toString(Entry) - Method in class legolas.config.api.interfaces.Configuration
 
toString() - Method in class legolas.net.core.interfaces.Port
 

V

value() - Method in interface legolas.config.api.interfaces.Entry
 
value() - Method in interface legolas.migration.api.interfaces.MigrationId
 
value() - Method in class legolas.net.core.interfaces.Port
 
value() - Method in interface legolas.runtime.core.interfaces.ServiceId
 
valueOf(String) - Static method in enum legolas.net.core.interfaces.SocketType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum legolas.runtime.core.interfaces.RuntimeEnvironment
Returns the enum constant of this type with the specified name.
values() - Static method in enum legolas.net.core.interfaces.SocketType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum legolas.runtime.core.interfaces.RuntimeEnvironment
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I L M N P R S T V 
Skip navigation links

Copyright © 2020. All rights reserved.