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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.Exceptionexception()default RuntimeRepositoryEventUpdateType.Kindkind()java.net.URIrepository()
-
-
-
Method Detail
-
repository
java.net.URI repository()
- Specified by:
repositoryin interfaceRuntimeRepositoryEventType- Specified by:
repositoryin interfaceRuntimeRepositoryEventUpdateType- Returns:
- The URI of the repository provider
-
kind
default RuntimeRepositoryEventUpdateType.Kind kind()
- Specified by:
kindin interfaceRuntimeRepositoryEventUpdateType- Returns:
- The kind of event
-
exception
java.lang.Exception exception()
- Returns:
- The raised exception
-
-