public interface TerminableModule
Terminables.| Modifier and Type | Method and Description |
|---|---|
default void |
bindModuleWith(TerminableConsumer consumer)
Registers this terminable with a terminable consumer
|
void |
setup(TerminableConsumer consumer)
Performs the tasks to setup this module
|
void setup(@Nonnull TerminableConsumer consumer)
consumer - the terminable consumerdefault void bindModuleWith(@Nonnull TerminableConsumer consumer)
consumer - the terminable consumerCopyright © 2022. All rights reserved.