public interface ManagedServerBootConfiguration
Modifier and Type | Method and Description |
---|---|
HostControllerEnvironment |
getHostControllerEnvironment()
Get the host controller environment.
|
List<String> |
getServerLaunchCommand()
Get server launch command.
|
Map<String,String> |
getServerLaunchEnvironment()
Get the server launch environment.
|
Supplier<SSLContext> |
getSSLContextSupplier()
Get a
Serializable Supplier that the server will use to create an SSLContext for connecting
back to the HostController. |
org.jboss.dmr.ModelNode |
getSubsystemEndpointConfiguration()
Get the subsystem endpoint configuration, in case we use the subsystem.
|
boolean |
isManagementSubsystemEndpoint()
Get whether the native management remoting connector should use the endpoint set up by
|
Map<String,String> getServerLaunchEnvironment()
List<String> getServerLaunchCommand()
HostControllerEnvironment getHostControllerEnvironment()
boolean isManagementSubsystemEndpoint()
org.jboss.dmr.ModelNode getSubsystemEndpointConfiguration()
Supplier<SSLContext> getSSLContextSupplier()
Serializable
Supplier
that the server will use to create an SSLContext for connecting
back to the HostController.Supplier
or null
if no SSL configuration specified.Copyright © 2023 JBoss by Red Hat. All rights reserved.