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