Package velox.api.layer1.messages.plugin
Interface AvailablePluginsRequest.Callback
- Enclosing class:
AvailablePluginsRequest
public static interface AvailablePluginsRequest.Callback
Receives the asynchronous result of an
AvailablePluginsRequest.-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the request cannot be processed.voidonSuccess(List<? extends PluginQualifier> qualifiers) Called when the request is processed successfully.
-
Method Details
-
onSuccess
Called when the request is processed successfully.- Parameters:
qualifiers-Qualifiersmatching the requested plugin layer and target group
-
onIssue
Called when the request cannot be processed.- Parameters:
issue- reason the request could not be processed
-