@FunctionalInterface public interface ProviderSASLServerFactoryConsumer<T extends ProviderSASLServerFactory<T>>
| Modifier and Type | Method and Description | 
|---|---|
void | 
accept(T value)
Configure a pre-constructed instance of ProviderSASLServerFactory
 resource 
 | 
default ProviderSASLServerFactoryConsumer<T> | 
andThen(ProviderSASLServerFactoryConsumer<T> after)  | 
void accept(T value)
default ProviderSASLServerFactoryConsumer<T> andThen(ProviderSASLServerFactoryConsumer<T> after)
Copyright © 2018 JBoss by Red Hat. All rights reserved.