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