T - Configuration objects type.public interface ConfigurationListener<T>
KSISigningClient and
KSIExtenderClient.| Modifier and Type | Method and Description |
|---|---|
void |
updated(T configuration)
Called with the new configuration when it's received.
|
void |
updateFailed(Throwable reason)
Called when receiving or calculating the new configuration failed for some reason.
|
void updated(T configuration)
configuration - received configuration.void updateFailed(Throwable reason)
reason - reason for failure.Copyright © 2024 Guardtime. All rights reserved.