public interface InitFailureListener
Set
passed to the onInitFailure(java.util.Set)
method indicates
this component timed out and did not initialize.Modifier and Type | Method and Description |
---|---|
void |
onInitFailure(Set<String> failedTopics)
Called when an initialization failure occurs.
|
void onInitFailure(Set<String> failedTopics)
failedTopics
- Represents a set of initialization topics which did not initialize. These are typically
based on the fully-qualified class names of components.
(e.g. "org.jboss.errai.bus.client.framework.ClientMessageBus)Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.