Package com.io7m.coffeepick.api
Interface CoffeePickCatalogEventRepositoryUpdateFailedType
- All Superinterfaces:
CoffeePickCatalogEventType,CoffeePickEventType
- All Known Implementing Classes:
CoffeePickCatalogEventRepositoryUpdateFailed
@Immutable public interface CoffeePickCatalogEventRepositoryUpdateFailedType extends CoffeePickCatalogEventType
An update of the catalog failed.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.coffeepick.api.CoffeePickEventType
CoffeePickEventType.Severity -
Method Summary
Modifier and Type Method Description java.lang.Exceptionexception()default CoffeePickEventType.Severityseverity()java.net.URIuri()
-
Method Details
-
severity
- Specified by:
severityin interfaceCoffeePickEventType- Returns:
- The severity of the event
-
uri
@Parameter java.net.URI uri()- Returns:
- The URI of the repository
-
exception
@Parameter java.lang.Exception exception()- Returns:
- The exception
-