public class Broker extends Object
| Constructor and Description |
|---|
Broker() |
Broker(Action<Integer> shutdownAction) |
| Modifier and Type | Method and Description |
|---|---|
Principal |
getSystemPrincipal() |
static void |
populateSystemPropertiesFromDefaults(String initialProperties) |
void |
shutdown() |
void |
shutdown(int exitStatusCode) |
void |
startup() |
void |
startup(BrokerOptions options) |
public Principal getSystemPrincipal()
public void shutdown()
public void shutdown(int exitStatusCode)
public void startup(BrokerOptions options) throws Exception
Exceptionpublic static void populateSystemPropertiesFromDefaults(String initialProperties) throws IOException
IOExceptionCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.