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