public interface CompletionHandler<V,A>
Modifier and Type | Method and Description |
---|---|
void |
completed(V result,
A attachment) |
void |
failed(Throwable exc,
A attachment) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.