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