public class BootUtil extends Object
| Constructor and Description |
|---|
BootUtil() |
| Modifier and Type | Method and Description |
|---|---|
Context |
getContext()
Gets the context of the created platform.
|
Thread |
getMicroservicePlatform(String... packages)
Gets the Microservices platform and searches for providers in the given list of packages.
|
Thread |
getMicroservicePlatform(String packages)
Gets the Microservices platform and searches for providers in the given list of packages.
|
public Thread getMicroservicePlatform(String... packages)
packages - A variable array of package names.public Thread getMicroservicePlatform(String packages)
packages - A comma separated list of package names.public Context getContext()
Copyright © 2015–2016 px3. All rights reserved.