public class Props extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Props.PropsBuilder |
| Constructor and Description |
|---|
Props() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
configureMaxEntries(WritableList<T> list,
int maxMessageEntries) |
static <T> void |
configureObservableMaxEntries(WritableList<T> list,
ObservableValue<Integer> maxMessageEntries) |
static <T,O> void |
configureObservableOptions(WritableList<T> list,
ObservableValue<O> options,
OptionsConfigurator.OptionsApplier<T,O> optionsApplier) |
static <T,O> void |
configureOptions(WritableList<T> list,
O options,
OptionsConfigurator.OptionsApplier<T,O> optionsApplier) |
static <T> void |
configureSet(WritableList<T> list) |
static Props.PropsBuilder |
of(String name) |
public static Props.PropsBuilder of(String name)
public static <T> void configureSet(WritableList<T> list)
public static <T,O> void configureOptions(WritableList<T> list, O options, OptionsConfigurator.OptionsApplier<T,O> optionsApplier)
public static <T,O> void configureObservableOptions(WritableList<T> list, ObservableValue<O> options, OptionsConfigurator.OptionsApplier<T,O> optionsApplier)
public static <T> void configureObservableMaxEntries(WritableList<T> list, ObservableValue<Integer> maxMessageEntries)
public static <T> void configureMaxEntries(WritableList<T> list, int maxMessageEntries)
Copyright © 2022 vpc open source initiative. All rights reserved.