Interface RuntimeRepositoryEventUpdateFailedType
- All Superinterfaces:
RuntimeRepositoryEventType,RuntimeRepositoryEventUpdateType
- All Known Implementing Classes:
RuntimeRepositoryEventUpdateFailed
@Immutable public interface RuntimeRepositoryEventUpdateFailedType extends RuntimeRepositoryEventUpdateType
A repository update has failed.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.coffeepick.repository.spi.RuntimeRepositoryEventUpdateType
RuntimeRepositoryEventUpdateType.Kind -
Method Summary
Modifier and Type Method Description java.lang.Exceptionexception()default RuntimeRepositoryEventUpdateType.Kindkind()java.net.URIrepository()
-
Method Details
-
repository
java.net.URI repository()- Specified by:
repositoryin interfaceRuntimeRepositoryEventType- Specified by:
repositoryin interfaceRuntimeRepositoryEventUpdateType- Returns:
- The URI of the repository provider
-
kind
- Specified by:
kindin interfaceRuntimeRepositoryEventUpdateType- Returns:
- The kind of event
-
exception
java.lang.Exception exception()- Returns:
- The raised exception
-