Package com.io7m.coffeepick.api
Interface CoffeePickCatalogEventRepositoryAddedType
- All Superinterfaces:
CoffeePickCatalogEventType,CoffeePickEventType
- All Known Implementing Classes:
CoffeePickCatalogEventRepositoryAdded
@Immutable public interface CoffeePickCatalogEventRepositoryAddedType extends CoffeePickCatalogEventType
A repository was added to the registry.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.coffeepick.api.CoffeePickEventType
CoffeePickEventType.Severity -
Method Summary
Modifier and Type Method Description 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
-