@FunctionalInterface public interface NamingOperation<T,R>
Modifier and Type | Method and Description |
---|---|
R |
apply(RetryContext contextOrNull,
Name name,
T param) |
R apply(RetryContext contextOrNull, Name name, T param) throws NamingException
NamingException
Copyright © 2019 JBoss by Red Hat. All rights reserved.