public class BindAddressValidator extends Object
| Constructor and Description |
|---|
BindAddressValidator() |
| Modifier and Type | Method and Description |
|---|---|
static List<BindAddress> |
validateBindAddresses(ServiceConfiguration config,
Collection<String> schemes)
Validate the configuration of `bindAddresses`.
|
public static List<BindAddress> validateBindAddresses(ServiceConfiguration config, Collection<String> schemes)
config - the pulsar broker configure.schemes - a filter on the schemes of the bind addresses, or null to not apply a filter.Copyright © 2017–2021 Apache Software Foundation. All rights reserved.