| Package | Description |
|---|---|
| io.silverware.microservices | |
| io.silverware.microservices.silver |
| Modifier and Type | Class and Description |
|---|---|
class |
Executor
The main Microservice provider that starts all other providers.
|
| Modifier and Type | Method and Description |
|---|---|
SilverService |
Context.getProvider(Class<? extends SilverService> clazz)
Gets a provider based on the interface or class specification.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SilverService> |
Context.getAllProviders(Class<? extends SilverService> clazz)
Gets all providers based on the interface or class specification.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SilverService> |
Context.getAllProviders(Class<? extends SilverService> clazz)
Gets all providers based on the interface or class specification.
|
SilverService |
Context.getProvider(Class<? extends SilverService> clazz)
Gets a provider based on the interface or class specification.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActiveMQSilverService
Allows the injection of REST client.
|
interface |
CamelSilverService
Makes it possible to instantiate Camel routes automatically.
|
interface |
CdiSilverService
CDI Microservices deployer.
|
interface |
ClusterSilverService
Makes it possible for the platforms to discover each other in a cluster.
|
interface |
DroolsSilverService
Makes it possible to instantiate Drools KIE Jars.
|
interface |
HttpInvokerSilverService
Makes it possible to invoke Microservices in the current platform instance remotely.
|
interface |
HttpServerSilverService
Provider of an HTTP Server.
|
interface |
MonitoringSilverService
A provider that monitors Microservices.
|
interface |
ProvidingSilverService
SilverService that is able to provide Microservices.
|
interface |
RestClientSilverService
Allows the injection of REST client.
|
interface |
VertxSilverService
Allows the injection of REST client.
|
Copyright © 2015–2016 px3. All rights reserved.